Home
last modified time | relevance | path

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

/titanic_50/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); in vscan_svc_enable()
561 req = vscan_svc_reql_next; in vscan_svc_reql_handler()
585 vscan_svc_reql_next = req; in vscan_svc_reql_handler()
1337 if (vscan_svc_reql_next == NULL) in vscan_svc_reql_insert()
1338 vscan_svc_reql_next = req; in vscan_svc_reql_insert()
1358 if (vscan_svc_reql_next == req) in vscan_svc_reql_remove()
1359 vscan_svc_reql_next = list_next(&vscan_svc_reql, req); in vscan_svc_reql_remove()