Home
last modified time | relevance | path

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

/freebsd/sys/dev/nvd/
H A Dnvd.c87 #define NVD_ODEPTH (1 << 30) macro
195 atomic_add_int(&ndisk->cur_depth, NVD_ODEPTH); in nvd_bio_submit()
201 atomic_add_int(&ndisk->cur_depth, -NVD_ODEPTH); in nvd_bio_submit()
352 atomic_add_int(&ndisk->cur_depth, -NVD_ODEPTH); in nvd_done()
389 while (ndisk->cur_depth >= NVD_ODEPTH) in nvd_bioq_process()