Searched defs:sem_queue (Results 1 – 1 of 1) sorted by relevance
101 struct sem_queue { struct102 struct list_head simple_list; /* queue of pending operations */103 struct list_head list; /* queue of pending operations */104 struct task_struct *sleeper; /* this process */105 struct sem_undo *undo; /* undo structure */106 int pid; /* process id of requesting process */107 int status; /* completion status of operation */108 struct sembuf *sops; /* array of pending operations */109 int nsops; /* number of operations */110 int alter; /* does *sops alter the array? */