semaphore          53 fs/affs/affs.h 	struct semaphore i_link_lock;		/* Protects internal inode access. */
semaphore          54 fs/affs/affs.h 	struct semaphore i_ext_lock;		/* Protects internal inode access. */
semaphore         151 fs/cifs/cifsglob.h 	struct semaphore tcpSem;
semaphore         196 fs/cifs/cifsglob.h 	struct semaphore sesSem;
semaphore         233 fs/cifs/cifsglob.h 	struct semaphore tconSem;
semaphore         337 fs/cifs/cifsglob.h 	struct semaphore fh_sem; /* prevents reopen race after dead ses*/
semaphore          36 fs/hfs/btree.h 	struct semaphore tree_lock;
semaphore          65 fs/hfsplus/hfsplus_fs.h 	struct semaphore tree_lock;
semaphore          91 fs/hpfs/hpfs_fn.h 	struct semaphore hpfs_creation_de; /* when creating dirents, nobody else
semaphore         148 fs/xfs/linux-2.6/xfs_buf.h 	struct semaphore	b_sema;		/* semaphore for lockables */
semaphore         377 include/linux/device.h 	struct semaphore	sem;	/* semaphore to synchronize calls to
semaphore         559 include/linux/fs.h 	struct semaphore	bd_mount_sem;
semaphore         136 include/linux/hil_mlc.h 	struct semaphore	csem;   /* Raised when loop idle */
semaphore         139 include/linux/hil_mlc.h 	struct semaphore	osem;   /* Raised when outpacket dispatched */
semaphore         143 include/linux/hil_mlc.h 	struct semaphore	isem;   /* Raised when a packet arrives */
semaphore          71 include/linux/hp_sdc.h 	  struct semaphore *semaphore;	/* Semaphore to sleep on. */
semaphore         476 include/linux/i2o.h 	struct semaphore lock;
semaphore         269 include/linux/parport.h 	struct semaphore irq;
semaphore          30 include/linux/semaphore.h 	struct semaphore name = __SEMAPHORE_INITIALIZER(name, 1)
semaphore          35 include/linux/semaphore.h 	*sem = (struct semaphore) __SEMAPHORE_INITIALIZER(*sem, val);
semaphore          60 include/linux/smb_fs_sb.h 	struct semaphore sem;
semaphore          36 include/linux/syscalls.h struct semaphore;
semaphore         120 include/net/bluetooth/hci_core.h 	struct semaphore	req_lock;
semaphore        1322 ipc/sem.c      			struct sem * semaphore = &sma->sem_base[i];
semaphore        1324 ipc/sem.c      				semaphore->semval += un->semadj[i];
semaphore        1338 ipc/sem.c      				if (semaphore->semval < 0)
semaphore        1339 ipc/sem.c      					semaphore->semval = 0;
semaphore        1340 ipc/sem.c      				if (semaphore->semval > SEMVMX)
semaphore        1341 ipc/sem.c      					semaphore->semval = SEMVMX;
semaphore        1342 ipc/sem.c      				semaphore->sempid = task_tgid_vnr(current);