Searched refs:ifs_iplh (Results 1 – 2 of 2) sorted by relevance
176 ifs->ifs_iplh[i] = &ifs->ifs_iplt[i];517 *ifs->ifs_iplh[dev] = ipl;518 ifs->ifs_iplh[dev] = &ipl->ipl_next;529 WAKEUP(&ifs->ifs_iplh, dev);607 l = get_sleep_lock(&ifs->ifs_iplh[unit]);608 error = sleep(&ifs->ifs_iplh[unit], PZERO+1);612 error = mpsleep(&ifs->ifs_iplh[unit], PSUSP|PCATCH, "iplread", 0,617 error = SLEEP(&ifs->ifs_iplh[unit], "ipl sleep");641 ifs->ifs_iplh[unit] = &ifs->ifs_iplt[unit];654 if (ifs->ifs_iplh[unit] == &ifs->ifs_iplt[unit]) {[all …]
192 iplog_t **ifs_iplh[IPL_LOGSIZE]; member