Home
last modified time | relevance | path

Searched refs:MIN_MSG_SIZE (Results 1 – 4 of 4) sorted by relevance

/dports/net/pacemaker2/pacemaker-Pacemaker-2.1.1/lib/common/
H A Dipc_common.c19 #define MIN_MSG_SIZE 12336 // sizeof(struct qb_ipc_connection_response) macro
43 } else if (global_ll < MIN_MSG_SIZE) { in pcmk__ipc_buffer_size()
44 global_max = MIN_MSG_SIZE; in pcmk__ipc_buffer_size()
/dports/devel/ga/ga-5.8/armci/examples/features/non-blocking/overlap/
H A Doverlap.c49 #define MIN_MSG_SIZE 8 macro
610 double from_log = log2(MIN_MSG_SIZE); in main()
/dports/devel/ga/ga-5.8/armci/examples/features/concurrency/multidma/
H A Dmultidma.c50 #define MIN_MSG_SIZE 8 macro
/dports/net/pacemaker1/pacemaker-Pacemaker-1.1.24/lib/common/
H A Dipc.c852 #define MIN_MSG_SIZE 12336 /* sizeof(struct qb_ipc_connection_response) */ macro
883 global_max = (env_max > 0)? QB_MAX(MIN_MSG_SIZE, env_max) : MAX_MSG_SIZE; in pick_ipc_buffer()