Home
last modified time | relevance | path

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

/freebsd/sys/dev/smartpqi/
H A Dsmartpqi_request.c2197 ret_val = OS_ATOMIC64_INC(&pcounter->aio_non_read_write); in increment_this_counter()
2274 percent_aio = CALC_PERCENT_VS(counter.aio_non_read_write, counter.raid_non_read_write); in print_this_counter()
2276 (uint32_t)counter.aio_non_read_write, percent_aio, (uint32_t)counter.raid_non_read_write); in print_this_counter()
H A Dsmartpqi_structures.h1291 OS_ATOMIC64_T aio_non_read_write; member