Home
last modified time | relevance | path

Searched refs:IPC_SHM_IDS (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/ipc/
Dipc_sysctl.c217 .data = &init_ipc_ns.ids[IPC_SHM_IDS].next_id,
218 .maxlen = sizeof(init_ipc_ns.ids[IPC_SHM_IDS].next_id),
Dutil.h126 #define IPC_SHM_IDS 2 macro
Dshm.c86 #define shm_ids(ns) ((ns)->ids[IPC_SHM_IDS])
132 idr_destroy(&ns->ids[IPC_SHM_IDS].ipcs_idr); in shm_exit_ns()
133 rhashtable_destroy(&ns->ids[IPC_SHM_IDS].key_ht); in shm_exit_ns()
153 IPC_SHM_IDS, sysvipc_shm_proc_show); in shm_init()