Searched defs:sendfile_queue (Results 1 – 1 of 1) sorted by relevance
646 struct sendfile_queue { struct647 snf_req_t *snfq_req_head;648 snf_req_t *snfq_req_tail;649 kmutex_t snfq_lock;650 kcondvar_t snfq_cv;651 int snfq_svc_threads; /* # of service threads */652 int snfq_idle_cnt; /* # of idling threads */653 int snfq_max_threads;654 int snfq_req_cnt; /* Number of requests */