Lines Matching defs:sem_queue
79304 struct sem_queue { struct79305 struct list_head list;79306 struct task_struct *sleeper;79307 struct sem_undo *undo;79308 struct pid *pid;79309 int status;79310 struct sembuf *sops;79311 struct sembuf *blocking;79312 int nsops;79313 bool alter;79314 bool dupsop;