Searched refs:IKM_SAVED_MSG_SIZE (Results 1 – 2 of 2) sorted by relevance
182 #define IKM_SAVED_MSG_SIZE (IKM_SAVED_KMSG_SIZE - sizeof(struct ipc_kmsg)) macro
1694 if (max_kmsg_and_aux_size <= IKM_SAVED_MSG_SIZE) { in ipc_kmsg_alloc()1719 assert(max_kmsg_and_aux_size > IKM_SAVED_MSG_SIZE); in ipc_kmsg_alloc()1748 if (max_kdata_size <= IKM_SAVED_MSG_SIZE) { in ipc_kmsg_alloc()1798 static_assert(IKM_SAVED_MSG_SIZE > sizeof(ipc_kmsg_vector_t)); in ipc_kmsg_alloc()1846 msg_buf_size = IKM_SAVED_MSG_SIZE; in ipc_kmsg_free()2671 if (size + MAX_TRAILER_SIZE > IKM_SAVED_MSG_SIZE) { in ipc_kmsg_get_from_kernel()