global_max 33 lib/common/ipc_common.c static unsigned int global_max = 0; global_max 35 lib/common/ipc_common.c if (global_max == 0) { global_max 41 lib/common/ipc_common.c global_max = (env_max > 0)? QB_MAX(MIN_MSG_SIZE, env_max) : MAX_MSG_SIZE; global_max 44 lib/common/ipc_common.c global_max = MAX_MSG_SIZE; global_max 47 lib/common/ipc_common.c return QB_MAX(max, global_max);