IPC_SHM_IDS
.data = &init_ipc_ns.ids[IPC_SHM_IDS].next_id,
.maxlen = sizeof(init_ipc_ns.ids[IPC_SHM_IDS].next_id),
(table->data == &ns->ids[IPC_SHM_IDS].next_id)) &&
else if (tbl[i].data == &init_ipc_ns.ids[IPC_SHM_IDS].next_id)
tbl[i].data = &ns->ids[IPC_SHM_IDS].next_id;
idr_destroy(&ns->ids[IPC_SHM_IDS].ipcs_idr);
rhashtable_destroy(&ns->ids[IPC_SHM_IDS].key_ht);
IPC_SHM_IDS, sysvipc_shm_proc_show);
#define shm_ids(ns) ((ns)->ids[IPC_SHM_IDS])