Home
last modified time | relevance | path

Searched defs:id (Results 1 – 6 of 6) sorted by relevance

/ipc/
Dutil.h128 #define ipcid_to_idx(id) ((id) & IPCMNI_IDX_MASK) argument
129 #define ipcid_to_seqx(id) ((id) >> ipcmni_seq_shift()) argument
201 static inline int ipc_checkid(struct kern_ipc_perm *ipcp, int id) in ipc_checkid()
Dutil.c593 struct kern_ipc_perm *ipc_obtain_object_idr(struct ipc_ids *ids, int id) in ipc_obtain_object_idr()
616 struct kern_ipc_perm *ipc_obtain_object_check(struct ipc_ids *ids, int id) in ipc_obtain_object_check()
689 struct ipc_ids *ids, int id, int cmd, in ipcctl_obtain_check()
758 int total, id; in sysvipc_find_ipc() local
Dshm.c75 int id; member
156 static inline struct shmid_kernel *shm_obtain_object(struct ipc_namespace *ns, int id) in shm_obtain_object()
166 static inline struct shmid_kernel *shm_obtain_object_check(struct ipc_namespace *ns, int id) in shm_obtain_object_check()
180 static inline struct shmid_kernel *shm_lock(struct ipc_namespace *ns, int id) in shm_lock()
352 static int shm_try_destroy_orphaned(int id, void *p, void *data) in shm_try_destroy_orphaned()
Dmsg.c91 static inline struct msg_queue *msq_obtain_object(struct ipc_namespace *ns, int id) in msq_obtain_object()
102 int id) in msq_obtain_object_check()
Dsem.c456 static inline struct sem_array *sem_obtain_object(struct ipc_namespace *ns, int id) in sem_obtain_object()
467 int id) in sem_obtain_object_check()
Dmqueue.c589 static int mqueue_flush_file(struct file *filp, fl_owner_t id) in mqueue_flush_file()