Lines Matching refs:blimit
418 static long blimit = DEFAULT_RCU_BLIMIT;
419 #define DEFAULT_RCU_QHIMARK 10000 // If this many pending, ignore blimit.
421 #define DEFAULT_RCU_QLOMARK 100 // Once only this many pending, use blimit.
428 module_param(blimit, long, 0444);
2526 * period. Throttle as specified by rdp->blimit.
2569 bl = max(rdp->blimit, pending >> div);
2650 if (rdp->blimit >= DEFAULT_MAX_RCU_BLIMIT && count <= qlowmark)
2651 rdp->blimit = blimit;
3034 rdp->blimit = DEFAULT_MAX_RCU_BLIMIT;
4238 rdp->blimit = blimit;