Searched refs:msg_udata (Results 1 – 1 of 1) sorted by relevance
742 void *msg_kdata = NULL, *msg_udata = NULL; in ipc_kmsg_alloc() local847 msg_udata = kalloc_data(max_udata_size, alloc_flags); in ipc_kmsg_alloc()848 if (__improbable(msg_udata == NULL)) { in ipc_kmsg_alloc()862 kfree_data(msg_udata, max_udata_size); in ipc_kmsg_alloc()881 assert(msg_udata == NULL && msg_kdata == NULL); in ipc_kmsg_alloc()888 kmsg->ikm_udata = msg_udata; in ipc_kmsg_alloc()