Home
last modified time | relevance | path

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

/include/linux/
Dsem.h33 struct sem_array { struct
34 struct kern_ipc_perm sem_perm; /* permissions .. see ipc.h */
35 time64_t sem_ctime; /* create/last semctl() time */
36 struct list_head pending_alter; /* pending operations */
38 struct list_head pending_const; /* pending complex operations */
40 struct list_head list_id; /* undo requests on this array */
41 int sem_nsems; /* no. of semaphores in array */
42 int complex_count; /* pending complex operations */
43 unsigned int use_global_lock;/* >0: global lock required */
45 struct sem sems[];