Searched refs:NFSD_MAX_SLOTS_PER_SESSION (Results 1 – 2 of 2) sorted by relevance
161 #define NFSD_MAX_SLOTS_PER_SESSION 160 macro
1567 BUILD_BUG_ON(NFSD_MAX_SLOTS_PER_SESSION * sizeof(struct nfsd4_slot *) in alloc_session()2727 ca->maxreqs = min_t(u32, ca->maxreqs, NFSD_MAX_SLOTS_PER_SESSION); in check_forechannel_attrs()