Searched refs:mappingrestarts (Results 1 – 1 of 1) sorted by relevance
308 static counter_u64_t mappingrestarts; variable309 SYSCTL_COUNTER_U64(_vfs, OID_AUTO, mappingrestarts, CTLFLAG_RD,310 &mappingrestarts,1351 mappingrestarts = counter_u64_alloc(M_WAITOK); in bufinit()3910 counter_u64_add(mappingrestarts, 1); in bp_unmapped_get_kva()