Searched defs:sem_array (Results 1 – 12 of 12) sorted by relevance
249 static void sem_array(void) in sem_array() function
99847 struct sem_array { struct99848 struct kern_ipc_perm sem_perm;99849 time64_t sem_ctime;99850 struct list_head pending_alter;99851 struct list_head pending_const;99852 struct list_head list_id;99853 int sem_nsems;99854 int complex_count;99855 unsigned int use_global_lock;99863 struct sem sems[0];
108469 struct sem_array { struct108470 struct kern_ipc_perm sem_perm;108471 time64_t sem_ctime;108472 struct list_head pending_alter;108473 struct list_head pending_const;108474 struct list_head list_id;108475 int sem_nsems;108476 int complex_count;108477 unsigned int use_global_lock;108485 struct sem sems[0];
25094 struct sem_array { struct25095 struct kern_ipc_perm sem_perm;25096 time64_t sem_ctime;25097 struct list_head pending_alter;25098 struct list_head pending_const;25099 struct list_head list_id;25100 int sem_nsems;25101 int complex_count;25102 unsigned int use_global_lock;25111 struct sem sems[0];
63653 struct sem_array { struct63654 struct kern_ipc_perm sem_perm;63655 time64_t sem_ctime;63656 struct list_head pending_alter;63657 struct list_head pending_const;63658 struct list_head list_id;63659 int sem_nsems;63660 int complex_count;63661 unsigned int use_global_lock;63670 struct sem sems[0];
71661 struct sem_array { struct71662 struct kern_ipc_perm sem_perm;71663 time64_t sem_ctime;71664 struct list_head pending_alter;71665 struct list_head pending_const;71666 struct list_head list_id;71667 int sem_nsems;71668 int complex_count;71669 unsigned int use_global_lock;71678 struct sem sems[0];
68128 struct sem_array { struct68129 struct kern_ipc_perm sem_perm;68130 time64_t sem_ctime;68131 struct list_head pending_alter;68132 struct list_head pending_const;68133 struct list_head list_id;68134 int sem_nsems;68135 int complex_count;68136 unsigned int use_global_lock;68145 struct sem sems[0];