Searched refs:num_unmapped_aio (Results 1 – 1 of 1) sorted by relevance
151 static int num_unmapped_aio = 0; variable152 SYSCTL_INT(_vfs_aio, OID_AUTO, num_unmapped_aio, CTLFLAG_RD, &num_unmapped_aio,1345 atomic_add_int(&num_unmapped_aio, 1); in aio_qbio()2451 atomic_subtract_int(&num_unmapped_aio, 1); in aio_biocleanup()