Searched refs:num_unmapped_aio (Results 1 – 1 of 1) sorted by relevance
142 static int num_unmapped_aio = 0; variable143 SYSCTL_INT(_vfs_aio, OID_AUTO, num_unmapped_aio, CTLFLAG_RD, &num_unmapped_aio,1354 atomic_add_int(&num_unmapped_aio, 1); in aio_qbio()2477 atomic_subtract_int(&num_unmapped_aio, 1); in aio_biocleanup()