Lines Matching full:rw
54 .Fn rw_init "struct rwlock *rw" "const char *name"
56 .Fn rw_init_flags "struct rwlock *rw" "const char *name" "int opts"
58 .Fn rw_destroy "struct rwlock *rw"
60 .Fn rw_rlock "struct rwlock *rw"
62 .Fn rw_wlock "struct rwlock *rw"
64 .Fn rw_try_rlock "struct rwlock *rw"
66 .Fn rw_try_wlock "struct rwlock *rw"
68 .Fn rw_runlock "struct rwlock *rw"
70 .Fn rw_wunlock "struct rwlock *rw"
72 .Fn rw_unlock "struct rwlock *rw"
74 .Fn rw_try_upgrade "struct rwlock *rw"
76 .Fn rw_downgrade "struct rwlock *rw"
78 .Fn rw_sleep "void *chan" "struct rwlock *rw" "int priority" "const char *wmesg" "int timo"
80 .Fn rw_initialized "const struct rwlock *rw"
82 .Fn rw_wowned "const struct rwlock *rw"
87 .Fn rw_assert "const struct rwlock *rw" "int what"
89 .Fn RW_SYSINIT "name" "struct rwlock *rw" "const char *desc"
90 .Fn RW_SYSINIT_FLAGS "name" "struct rwlock *rw" "const char *desc" "int flags"
124 .It Fn rw_init "struct rwlock *rw" "const char *name"
126 .Fa rw
132 .It Fn rw_init_flags "struct rwlock *rw" "const char *name" "int opts"
133 Initialize the rw lock just like the
137 .Fa rw ,
156 .Fa rw .
162 .Fa rw
167 .It Fn rw_rlock "struct rwlock *rw"
169 .Fa rw
177 .Fa rw .
180 .It Fn rw_wlock "struct rwlock *rw"
182 .Fa rw
188 .Fa rw
192 .It Fn rw_try_rlock "struct rwlock *rw"
194 .Fa rw
198 .It Fn rw_try_wlock "struct rwlock *rw"
200 .Fa rw
204 .It Fn rw_runlock "struct rwlock *rw"
207 .It Fn rw_wunlock "struct rwlock *rw"
210 .It Fn rw_unlock "struct rwlock *rw"
215 .It Fn rw_try_upgrade "struct rwlock *rw"
218 .Fa rw .
220 .Fa rw ,
230 .It Fn rw_downgrade "struct rwlock *rw"
233 .Fa rw .
234 .It Fn rw_sleep "void *chan" "struct rwlock *rw" "int priority" "const char *wmesg" "int timo"
236 .Fa rw
241 .It Fn rw_initialized "const struct rwlock *rw"
243 .Fa rw
245 .It Fn rw_destroy "struct rwlock *rw"
249 .Fa rw
251 .It Fn rw_wowned "const struct rwlock *rw"
254 .Fa rw .
255 .It Fn rw_assert "const struct rwlock *rw" "int what"
259 .Fa rw .
271 .Fa rw .
274 .Fa rw .
277 .Fa rw .
280 .Fa rw .
291 .Fa rw .
294 .Fa rw .