Lines Matching defs:sem_queue
63590 struct sem_queue { struct63591 struct list_head list;63592 struct task_struct *sleeper;63593 struct sem_undo *undo;63594 struct pid *pid;63595 int status;63596 struct sembuf *sops;63597 struct sembuf *blocking;63598 int nsops;63599 bool alter;63600 bool dupsop;