Home
last modified time | relevance | path

Searched refs:LK_TIMELOCK (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/sys/
H A Dlockmgr.h171 #define LK_TIMELOCK 0x001000 macro
H A Dbuf.h317 _lockmgr_args_rw(&(bp)->b_lock, (locktype) | LK_TIMELOCK, \
/f-stack/freebsd/kern/
H A Dkern_lock.c288 if ((flags & LK_TIMELOCK) && timo) in sleeplk()
294 if ((flags & LK_TIMELOCK) && timo && catch) in sleeplk()
296 else if ((flags & LK_TIMELOCK) && timo) in sleeplk()
/f-stack/freebsd/vm/
H A Dvm_pageout.c645 if (vget(vp, lockmode | LK_TIMELOCK)) { in vm_pageout_clean()