Searched defs:sendfile_queue (Results 1 – 1 of 1) sorted by relevance
639 struct sendfile_queue { struct640 snf_req_t *snfq_req_head;641 snf_req_t *snfq_req_tail;642 kmutex_t snfq_lock;643 kcondvar_t snfq_cv;644 int snfq_svc_threads; /* # of service threads */645 int snfq_idle_cnt; /* # of idling threads */646 int snfq_max_threads;647 int snfq_req_cnt; /* Number of requests */