Searched refs:getnewbufcalls (Results 1 – 1 of 1) sorted by relevance
295 static counter_u64_t getnewbufcalls; variable296 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()