Searched refs:IKM_SAVED_MSG_SIZE (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/ipc/
H A Dipc_kmsg.h120 * IKM_SAVED_KMSG_SIZE includes overhead; IKM_SAVED_MSG_SIZE doesn't.
124 #define IKM_SAVED_MSG_SIZE ikm_less_overhead(IKM_SAVED_KMSG_SIZE) macro
H A Dipc_kmsg.c246 else if (max_expanded_size < IKM_SAVED_MSG_SIZE)
247 max_expanded_size = IKM_SAVED_MSG_SIZE; /* round up for ikm_cache */
249 if (max_expanded_size == IKM_SAVED_MSG_SIZE) {
330 if (kmsg->ikm_size == IKM_SAVED_MSG_SIZE) {

Completed in 34 milliseconds