Lines Matching defs:sem_queue
108413 struct sem_queue { struct108414 struct list_head list;108415 struct task_struct *sleeper;108416 struct sem_undo *undo;108417 struct pid *pid;108418 int status;108419 struct sembuf *sops;108420 struct sembuf *blocking;108421 int nsops;108422 bool alter;108423 bool dupsop;