Home
last modified time | relevance | path

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

/netbsd/src/sys/kern/
Dvfs_vnode.c250 #define VUSECOUNT_VGET 0x40000000 macro
887 next = use & ~VUSECOUNT_VGET; in vrelel()
969 if ((use & VUSECOUNT_VGET) != 0) { in vrelel()
1023 if ((use & VUSECOUNT_VGET) != 0) { in vrelel()
1045 if (__predict_false((use & VUSECOUNT_VGET) != 0 && in vrelel()
1532 use, (use + 1) | VUSECOUNT_VGET); in vcache_tryvget()