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