Searched refs:vscan_svc_reql (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/vscan/
H A Dvscan_svc.c114 * identified in or inserted into the vscan_svc_reql (INIT).
134 * the request is removed from vscan_svc_reql and vscan_svc_nodes
180 * vscan_svc_reql - the list of pending and in-progress scan requests
193 static list_t vscan_svc_reql; variable
226 /* counts of entries in vscan_svc_reql, vscan_svc_nodes & vscan_svc_taskq */
236 * request list - vscan_svc_reql
350 list_create(&vscan_svc_reql, sizeof (vscan_req_t),
352 vscan_svc_reql_next = list_head(&vscan_svc_reql);
533 * inserts scan requests (from vscan_svc_reql) into
549 list_destroy(&vscan_svc_reql);
[all...]

Completed in 70 milliseconds