Searched refs:ld_semaphore (Results 1 – 2 of 2) sorted by relevance
18 struct ld_semaphore { struct29 void __init_ldsem(struct ld_semaphore *sem, const char *name, argument40 int ldsem_down_read(struct ld_semaphore *sem, long timeout);41 int ldsem_down_read_trylock(struct ld_semaphore *sem);42 int ldsem_down_write(struct ld_semaphore *sem, long timeout);43 int ldsem_down_write_trylock(struct ld_semaphore *sem);44 void ldsem_up_read(struct ld_semaphore *sem);45 void ldsem_up_write(struct ld_semaphore *sem);48 int ldsem_down_read_nested(struct ld_semaphore *sem, int subclass,50 int ldsem_down_write_nested(struct ld_semaphore *sem, int subclass,
198 struct ld_semaphore ldisc_sem;