Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dvfs_bio.c313 static counter_u64_t notbufdflushes; variable
314 SYSCTL_COUNTER_U64(_vfs, OID_AUTO, notbufdflushes, CTLFLAG_RD, &notbufdflushes,
1290 notbufdflushes = counter_u64_alloc(M_WAITOK); in bufinit()
3580 counter_u64_add(notbufdflushes, 1); in flushbufqueues()