Home
last modified time | relevance | path

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

/dflybsd-src/sys/vfs/hammer/
H A Dhammer_vfsops.c85 long hammer_count_io_running_read; variable
206 &hammer_count_io_running_read, 0, "");
H A Dhammer_io.c385 atomic_add_long(&hammer_count_io_running_read, io->bytes); in hammer_io_read()
396 atomic_add_long(&hammer_count_io_running_read, -io->bytes); in hammer_io_read()
H A Dhammer.h953 extern long hammer_count_io_running_read;