Searched refs:cur_depth (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/dev/nvd/
H A Dnvd.c88 uint32_t cur_depth; member in struct:nvd_disk
197 atomic_add_int(&ndisk->cur_depth, NVD_ODEPTH);
199 atomic_add_int(&ndisk->cur_depth, 1);
203 atomic_add_int(&ndisk->cur_depth, -NVD_ODEPTH);
205 wakeup(&ndisk->cur_depth);
207 if (atomic_fetchadd_int(&ndisk->cur_depth, -1) == 1 &&
209 wakeup(&ndisk->cur_depth);
229 ndisk->cur_depth == 0 && bioq_first(&ndisk->bioq) == NULL) {
354 atomic_add_int(&ndisk->cur_depth, -NVD_ODEPTH);
356 wakeup(&ndisk->cur_depth);
[all...]
/freebsd-13-stable/sys/dev/bce/
H A Dif_bce.c10107 u32 cmd, ctl, cur_depth, max_depth, valid_cnt, val; local
10147 cur_depth = (ctl & BCE_RLUP_FTQ_CTL_CUR_DEPTH) >> 22;
10151 cmd, ctl, cur_depth, max_depth, valid_cnt);
10156 cur_depth = (ctl & BCE_RXP_FTQ_CTL_CUR_DEPTH) >> 22;
10160 cmd, ctl, cur_depth, max_depth, valid_cnt);
10165 cur_depth = (ctl & BCE_RXP_CFTQ_CTL_CUR_DEPTH) >> 22;
10169 cmd, ctl, cur_depth, max_depth, valid_cnt);
10174 cur_depth = (ctl & BCE_RV2P_PFTQ_CTL_CUR_DEPTH) >> 22;
10178 cmd, ctl, cur_depth, max_depth, valid_cnt);
10183 cur_depth
[all...]

Completed in 179 milliseconds