Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dvfs_bio.c301 static counter_u64_t getnewbufcalls; variable
302 SYSCTL_COUNTER_U64(_vfs, OID_AUTO, getnewbufcalls, CTLFLAG_RD,
303 &getnewbufcalls, "Number of calls to getnewbuf");
1338 getnewbufcalls = counter_u64_alloc(M_WAITOK); in bufinit()
3371 counter_u64_add(getnewbufcalls, 1); in getnewbuf()
/freebsd/tools/tools/sysdoc/
H A Dtunables.mdoc2031 vfs.getnewbufcalls