Home | History | Annotate | Download | only in linux

Lines Matching refs:array

27 	struct sem	*sem_base;		/* ptr to first semaphore in array */
30 struct sem_undo *undo; /* undo requests on this array */
31 unsigned short sem_nsems; /* no. of semaphores in array */
37 /* semop system calls takes an array of these. */
39 unsigned short sem_num; /* semaphore index in array */
48 unsigned short __user *array; /* array for GETALL & SETALL */
96 struct sem *sem_base; /* ptr to first semaphore in array */
99 struct sem_undo *undo; /* undo requests on this array */
100 unsigned long sem_nsems; /* no. of semaphores in array */
111 struct sem_array * sma; /* semaphore array for operations */
113 struct sembuf * sops; /* array of pending operations */
115 int alter; /* does the operation alter the array? */
125 short * semadj; /* array of adjustments, one per semaphore */