Searched refs:first_qindex (Results 1 - 2 of 2) sorted by last modified time

/freebsd-11-stable/sys/kern/
H A Dvfs_bio.c1607 int qindex, first_qindex; local
1609 qindex = first_qindex = bqcleanq();
1615 } while (qindex != first_qindex);
/freebsd-11-stable/sys/dev/smartpqi/
H A Dsmartpqi_request.c333 int first_qindex = OS_GET_IO_REQ_QINDEX(softs, rcb); local
334 int qindex = first_qindex;
388 if(qindex == first_qindex) {

Completed in 88 milliseconds