Home
last modified time | relevance | path

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

/ipc/
Dutil.c218 int total, id; in ipc_get_maxid() local
256 int id; in ipc_addid() local
604 struct kern_ipc_perm *ipc_obtain_object(struct ipc_ids *ids, int id) in ipc_obtain_object()
625 struct kern_ipc_perm *ipc_lock(struct ipc_ids *ids, int id) in ipc_lock()
660 struct kern_ipc_perm *ipc_obtain_object_check(struct ipc_ids *ids, int id) in ipc_obtain_object_check()
673 struct kern_ipc_perm *ipc_lock_check(struct ipc_ids *ids, int id) in ipc_lock_check()
746 struct ipc_ids *ids, int id, int cmd, in ipcctl_pre_down()
761 struct ipc_ids *ids, int id, int cmd, in ipcctl_pre_down_nolock()
835 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
160 static inline int ipc_buildid(int id, int seq) in ipc_buildid()
Dshm.c48 int id; member
131 static inline struct shmid_kernel *shm_lock(struct ipc_namespace *ns, int id) in shm_lock()
148 int id) in shm_lock_check()
256 static int shm_try_destroy_current(int id, void *p, void *data) in shm_try_destroy_current()
287 static int shm_try_destroy_orphaned(int id, void *p, void *data) in shm_try_destroy_orphaned()
476 int id; in newseg() local
Dsem.c285 int id, struct sembuf *sops, int nsops, int *locknum) in sem_obtain_lock()
307 static inline struct sem_array *sem_obtain_object(struct ipc_namespace *ns, int id) in sem_obtain_object()
318 int id) in sem_obtain_object_check()
383 int id; in newary() local
981 int id = 0; in semctl_nolock() local
Dmsg.c148 static inline struct msg_queue *msg_lock(struct ipc_namespace *ns, int id) in msg_lock()
159 int id) in msg_lock_check()
193 int id, retval; in newque() local
Dmqueue.c513 static int mqueue_flush_file(struct file *filp, fl_owner_t id) in mqueue_flush_file()