sembuf            118 arch/x86/kernel/sys_i386_32.c 		return sys_semtimedop(first, (struct sembuf __user *)ptr, second, NULL);
sembuf            120 arch/x86/kernel/sys_i386_32.c 		return sys_semtimedop(first, (struct sembuf __user *)ptr, second,
sembuf           1469 include/linux/security.h 			  struct sembuf *sops, unsigned nsops, int alter);
sembuf            109 include/linux/sem.h 	struct sembuf		*sops;	 /* array of pending operations */
sembuf             37 include/linux/syscalls.h struct sembuf;
sembuf            342 ipc/sem.c      	struct sembuf *sop;
sembuf            476 ipc/sem.c      		struct sembuf * sops = q->sops;
sembuf            495 ipc/sem.c      		struct sembuf * sops = q->sops;
sembuf           1056 ipc/sem.c      	struct sembuf fast_sops[SEMOPM_FAST];
sembuf           1057 ipc/sem.c      	struct sembuf* sops = fast_sops, *sop;