Lines Matching defs:sem_queue
25023 struct sem_queue { struct25024 struct list_head list;25025 struct task_struct *sleeper;25026 struct sem_undo *undo;25027 struct pid *pid;25028 int status;25029 struct sembuf *sops;25030 struct sembuf *blocking;25031 int nsops;25032 bool alter;25033 bool dupsop;