Home
last modified time | relevance | path

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

/ipc/
Dutil.c187 int total, id; in ipc_get_maxid() local
224 int id; in ipc_addid() local
558 struct kern_ipc_perm *ipc_obtain_object_idr(struct ipc_ids *ids, int id) in ipc_obtain_object_idr()
579 struct kern_ipc_perm *ipc_lock(struct ipc_ids *ids, int id) in ipc_lock()
617 struct kern_ipc_perm *ipc_obtain_object_check(struct ipc_ids *ids, int id) in ipc_obtain_object_check()
688 struct ipc_ids *ids, int id, int cmd, in ipcctl_pre_down_nolock()
750 int total, id; in sysvipc_find_ipc() local
Dutil.h101 #define ipcid_to_idx(id) ((id) % SEQ_MULTIPLIER) argument
102 #define ipcid_to_seqx(id) ((id) / SEQ_MULTIPLIER) argument
158 static inline int ipc_buildid(int id, int seq) in ipc_buildid()
Dshm.c51 int id; member
131 static inline struct shmid_kernel *shm_obtain_object(struct ipc_namespace *ns, int id) in shm_obtain_object()
141 static inline struct shmid_kernel *shm_obtain_object_check(struct ipc_namespace *ns, int id) in shm_obtain_object_check()
155 static inline struct shmid_kernel *shm_lock(struct ipc_namespace *ns, int id) in shm_lock()
339 static int shm_try_destroy_orphaned(int id, void *p, void *data) in shm_try_destroy_orphaned()
618 int id; in newseg() local
Dsem.c416 int id, struct sembuf *sops, int nsops, int *locknum) in sem_obtain_lock()
438 static inline struct sem_array *sem_obtain_object(struct ipc_namespace *ns, int id) in sem_obtain_object()
449 int id) in sem_obtain_object_check()
513 int id; in newary() local
1240 int id = 0; in semctl_nolock() local
Dmsg.c77 static inline struct msg_queue *msq_obtain_object(struct ipc_namespace *ns, int id) in msq_obtain_object()
88 int id) in msq_obtain_object_check()
122 int id, retval; in newque() local
Dmqueue.c516 static int mqueue_flush_file(struct file *filp, fl_owner_t id) in mqueue_flush_file()