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