Searched refs:NFSD_SLOT_CACHE_SIZE (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfsd/
H A Dstate.h117 #define NFSD_SLOT_CACHE_SIZE 1024 macro
118 /* Maximum number of NFSD_SLOT_CACHE_SIZE slots per session */
121 (NFSD_CACHE_SIZE_SLOTS_PER_SESSION * NFSD_SLOT_CACHE_SIZE)
H A Dnfs4state.c522 * requests, of size bounded by NFSD_SLOT_CACHE_SIZE,
540 if (size > NFSD_SLOT_CACHE_SIZE)
541 size = NFSD_SLOT_CACHE_SIZE;

Completed in 27 milliseconds