Searched refs:getnewbufcalls (Results 1 – 2 of 2) sorted by relevance
301 static counter_u64_t getnewbufcalls; variable302 SYSCTL_COUNTER_U64(_vfs, OID_AUTO, getnewbufcalls, CTLFLAG_RD,303 &getnewbufcalls, "Number of calls to getnewbuf");1349 getnewbufcalls = counter_u64_alloc(M_WAITOK); in bufinit()3376 counter_u64_add(getnewbufcalls, 1); in getnewbuf()
2031 vfs.getnewbufcalls