Lines Matching defs:sem_queue
54238 struct sem_queue { struct54239 struct list_head list;54240 struct task_struct *sleeper;54241 struct sem_undo *undo;54242 struct pid *pid;54243 int status;54244 struct sembuf *sops;54245 struct sembuf *blocking;54246 int nsops;54247 bool alter;54248 bool dupsop;