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