Home
last modified time | relevance | path

Searched refs:holdcnt (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/netbsd-tests/bin/ps/
H A Dt_ps.sh337 check_heading_regexp '-o holdcnt -o holdcnt -o holdcnt' \
339 check_heading_regexp '-o holdcnt -o holdcnt= -o holdcnt' \
341 check_heading_regexp '-o holdcnt -o holdcnt=HH -o holdcnt' \
H A Dkeywords46 holdcnt HOLDCNT
/freebsd/sys/kern/
H A Dvfs_subr.c4455 u_int holdcnt; in vn_printf() local
4464 holdcnt = atomic_load_int(&vp->v_holdcnt); in vn_printf()
4466 vp->v_usecount, vp->v_writecount, holdcnt & ~VHOLD_ALL_FLAGS, in vn_printf()
4487 if (holdcnt & VHOLD_NO_SMR) in vn_printf()