Searched refs:vscan_svc_reql_next (Results 1 – 1 of 1) sorted by relevance
258 static vscan_req_t *vscan_svc_reql_next; /* next pending scan request */ variable353 vscan_svc_reql_next = list_head(&vscan_svc_reql); in vscan_svc_enable()562 req = vscan_svc_reql_next; in vscan_svc_reql_handler()586 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()