semaphore         484 include/linux/hid.h 	struct semaphore driver_lock;					/* protects the current driver, except during input */
semaphore         485 include/linux/hid.h 	struct semaphore driver_input_lock;				/* protects the current driver */
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         477 include/linux/i2o.h 	struct semaphore lock;
semaphore         248 include/linux/mlx5/driver.h 	struct semaphore sem;
semaphore         249 include/linux/mlx5/driver.h 	struct semaphore pages_sem;
semaphore          39 include/linux/netpoll.h 	struct semaphore dev_lock;
semaphore         180 include/linux/parport.h 	struct semaphore irq;
semaphore          30 include/linux/semaphore.h 	struct semaphore name = __SEMAPHORE_INITIALIZER(name, 1)
semaphore          32 include/linux/semaphore.h static inline void sema_init(struct semaphore *sem, int val)
semaphore          35 include/linux/semaphore.h 	*sem = (struct semaphore) __SEMAPHORE_INITIALIZER(*sem, val);
semaphore          39 include/linux/semaphore.h extern void down(struct semaphore *sem);
semaphore          40 include/linux/semaphore.h extern int __must_check down_interruptible(struct semaphore *sem);
semaphore          41 include/linux/semaphore.h extern int __must_check down_killable(struct semaphore *sem);
semaphore          42 include/linux/semaphore.h extern int __must_check down_trylock(struct semaphore *sem);
semaphore          43 include/linux/semaphore.h extern int __must_check down_timeout(struct semaphore *sem, long jiffies);
semaphore          44 include/linux/semaphore.h extern void up(struct semaphore *sem);
semaphore          43 include/linux/syscalls.h struct semaphore;
semaphore         780 include/target/target_core_base.h 	struct semaphore	caw_sem;
semaphore          29 include/video/udlfb.h 	struct semaphore limit_sem;