Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dvfs_bio.c295 static counter_u64_t getnewbufcalls; variable
296 SYSCTL_COUNTER_U64(_vfs, OID_AUTO, getnewbufcalls, CTLFLAG_RD,
297 &getnewbufcalls, "Number of calls to getnewbuf");
1286 getnewbufcalls = counter_u64_alloc(M_WAITOK); in bufinit()
3299 counter_u64_add(getnewbufcalls, 1); in getnewbuf()