Searched defs:sem_queue (Results 1 – 11 of 11) sorted by relevance
99795 struct sem_queue { struct99796 struct list_head list;99797 struct task_struct *sleeper;99798 struct sem_undo *undo;99799 struct pid *pid;99800 int status;99801 struct sembuf *sops;99802 struct sembuf *blocking;99803 int nsops;99804 bool alter;[all …]
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;[all …]
25023 struct sem_queue { struct25024 struct list_head list;25025 struct task_struct *sleeper;25026 struct sem_undo *undo;25027 struct pid *pid;25028 int status;25029 struct sembuf *sops;25030 struct sembuf *blocking;25031 int nsops;25032 bool alter;[all …]
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;[all …]
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;[all …]
68067 struct sem_queue { struct68068 struct list_head list;68069 struct task_struct *sleeper;68070 struct sem_undo *undo;68071 struct pid *pid;68072 int status;68073 struct sembuf *sops;68074 struct sembuf *blocking;68075 int nsops;68076 bool alter;[all …]