Searched refs:cifs_min_small (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cifs/
H A Dcifsfs.c72 unsigned int cifs_min_small = 30; variable
73 module_param(cifs_min_small, int, 0);
74 MODULE_PARM_DESC(cifs_min_small, "Small network buffers in pool. Default: 30 "
814 if (cifs_min_small < 2)
815 cifs_min_small = 2;
816 else if (cifs_min_small > 256) {
817 cifs_min_small = 256;
818 cFYI(1, "cifs_min_small set to maximum (256)");
821 cifs_sm_req_poolp = mempool_create_slab_pool(cifs_min_small,
H A Dcifsglob.h728 GLOBAL_EXTERN unsigned int cifs_min_small; /* min size of small buf pool */ variable
H A Dcifs_debug.c329 smBufAllocCount.counter, cifs_min_small);

Completed in 35 milliseconds