Searched defs:sem_queue (Results 1 – 1 of 1) sorted by relevance
105 struct sem_queue { struct106 struct list_head list; /* queue of pending operations */107 struct task_struct *sleeper; /* this process */108 struct sem_undo *undo; /* undo structure */109 int pid; /* process id of requesting process */110 int status; /* completion status of operation */111 struct sembuf *sops; /* array of pending operations */112 struct sembuf *blocking; /* the operation that blocked */113 int nsops; /* number of operations */114 int alter; /* does *sops alter the array? */