Home
last modified time | relevance | path

Searched defs:rrwl (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/sys/sys/
H A Drwlock.h209 _rrw_init_flags(rrwl, name, 0, NULL) argument
201 rrw_init_flags(rrwl,name,flags) global() argument
205 rrw_init(rrwl,name) global() argument
207 rrw_init_flags(rrwl,name,flags) global() argument
/openbsd-src/sys/kern/
H A Dkern_rwlock.c440 _rrw_init_flags(struct rrwlock * rrwl,const char * name,int flags,const struct lock_type * type) _rrw_init_flags() argument
449 rrw_enter(struct rrwlock * rrwl,int flags) rrw_enter() argument
472 rrw_exit(struct rrwlock * rrwl) rrw_exit() argument
489 rrw_status(struct rrwlock * rrwl) rrw_status() argument
[all...]