Lines Matching defs:sem_queue
71586 struct sem_queue { struct71587 struct list_head list;71588 struct task_struct *sleeper;71589 struct sem_undo *undo;71590 struct pid *pid;71591 int status;71592 struct sembuf *sops;71593 struct sembuf *blocking;71594 int nsops;71595 bool alter;71596 bool dupsop;