| H A D | lockmgr.h | 103 _lockmgr_args(struct lock *lk, u_int flags, struct mtx *ilk, const char *wmesg, in _lockmgr_args() 112 _lockmgr_args_rw(struct lock *lk, u_int flags, struct rwlock *ilk, in _lockmgr_args_rw() 124 #define lockmgr(lk, flags, ilk) \ argument 127 #define lockmgr_args(lk, flags, ilk, wmesg, prio, timo) \ argument 130 #define lockmgr_args_rw(lk, flags, ilk, wmesg, prio, timo) \ argument 139 #define lockmgr_rw(lk, flags, ilk) \ argument
|