Searched refs:ikm_type (Results 1 – 5 of 5) sorted by relevance
83 follows that is used in various ways depending on the `ikm_type` field of the98 │ ikm_type │ │117 This data structure has 4 configurations, depending on the value of `ikm_type`,137 │ │ ikm_type (IKM_TYPE_ALL_INLINED) │181 │ ikm_type (IKM_TYPE_UDATA_OOL) │ │244 │ ikm_type (IKM_TYPE_KDATA_OOL) │302 │ ikm_type (IKM_TYPE_ALL_OOL) │ │
162 ipc_kmsg_type_t ikm_type: 2; member
202 return kmsg->ikm_type == IKM_TYPE_ALL_INLINED || in ikm_is_linear()203 kmsg->ikm_type == IKM_TYPE_KDATA_OOL; in ikm_is_linear()283 switch (kmsg->ikm_type) { in ikm_kdata_end()301 switch (kmsg->ikm_type) { in ikm_header()321 if (kmsg->ikm_type == IKM_TYPE_ALL_INLINED) { in ikm_aux_header()325 assert(kmsg->ikm_type != IKM_TYPE_KDATA_OOL); in ikm_aux_header()871 kmsg->ikm_type = kmsg_type; in ipc_kmsg_alloc()993 switch (kmsg->ikm_type) { in ipc_kmsg_free_allocations()1016 kmsg->ikm_type = IKM_TYPE_ALL_INLINED; in ipc_kmsg_free_allocations()1047 if (kmsg->ikm_type == IKM_TYPE_ALL_INLINED && in ipc_kmsg_free()
228 if kmsgp.ikm_type == GetEnumValue('ipc_kmsg_type_t', 'IKM_TYPE_ALL_INLINED'):230 if kmsgp.ikm_type == GetEnumValue('ipc_kmsg_type_t', 'IKM_TYPE_UDATA_OOL'):401 if (kmsgp.ikm_type == int(GetEnumValue('ipc_kmsg_type_t', 'IKM_TYPE_ALL_INLINED')) or402 kmsgp.ikm_type == int(GetEnumValue('ipc_kmsg_type_t', 'IKM_TYPE_KDATA_OOL'))):
558 assert(reply->ikm_type != IKM_TYPE_KDATA_OOL); in ipc_kobject_server_internal()