Home
last modified time | relevance | path

Searched refs:ld_semaphore (Results 1 – 2 of 2) sorted by relevance

/include/linux/
Dtty_ldisc.h18 struct ld_semaphore { struct
29 void __init_ldsem(struct ld_semaphore *sem, const char *name, argument
40 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,
Dtty.h198 struct ld_semaphore ldisc_sem;