Lines Matching refs:ck_brlock_reader
47 struct ck_brlock_reader { struct
49 struct ck_brlock_reader *previous; argument
50 struct ck_brlock_reader *next; argument
52 typedef struct ck_brlock_reader ck_brlock_reader_t;
57 struct ck_brlock_reader *readers;
77 struct ck_brlock_reader *cursor; in ck_brlock_write_lock()
110 struct ck_brlock_reader *cursor; in ck_brlock_write_trylock()
142 ck_brlock_read_register(struct ck_brlock *br, struct ck_brlock_reader *reader) in ck_brlock_read_register()
161 ck_brlock_read_unregister(struct ck_brlock *br, struct ck_brlock_reader *reader) in ck_brlock_read_unregister()
179 ck_brlock_read_lock(struct ck_brlock *br, struct ck_brlock_reader *reader) in ck_brlock_read_lock()
221 struct ck_brlock_reader *reader, in ck_brlock_read_trylock()
271 ck_brlock_read_unlock(struct ck_brlock_reader *reader) in ck_brlock_read_unlock()