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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/cifs/
H A Dcifsfs.c78 unsigned int cifs_min_small = 30; variable
79 module_param(cifs_min_small, int, 0);
80 MODULE_PARM_DESC(cifs_min_small,"Small network buffers in pool. Default: 30 Range: 2 to 256");
776 if (cifs_min_small < 2)
777 cifs_min_small = 2;
778 else if (cifs_min_small > 256) {
779 cifs_min_small = 256;
780 cFYI(1,("cifs_min_small set to maximum (256)"));
783 cifs_sm_req_poolp = mempool_create_slab_pool(cifs_min_small,
H A Dcifsglob.h579 GLOBAL_EXTERN unsigned int cifs_min_small; /* min size of small buf pool */ variable
H A Dcifs_debug.c336 smBufAllocCount.counter, cifs_min_small);

Completed in 105 milliseconds