Searched defs:vscan_svc_reql_next (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/vscan/
H A Dvscan_svc.c257 static vscan_req_t *vscan_svc_reql_next; /* next pending scan request */ variable
352 vscan_svc_reql_next = list_head(&vscan_svc_reql);
561 req = vscan_svc_reql_next;
585 vscan_svc_reql_next = req;
1337 if (vscan_svc_reql_next == NULL)
1338 vscan_svc_reql_next = req;
1358 if (vscan_svc_reql_next == req)
1359 vscan_svc_reql_next = list_next(&vscan_svc_reql, req);

Completed in 46 milliseconds