Searched refs:nrqsts (Results 1 – 1 of 1) sorted by relevance
340 int nrqsts = atomic_read(&xprt->xpt_nr_rqsts); in svc_xprt_slots_in_range() local342 return limit == 0 || (nrqsts >= 0 && nrqsts < limit); in svc_xprt_slots_in_range()