Searched refs:blimit (Results 1 – 4 of 4) sorted by relevance
/linux/include/trace/events/ |
H A D | rcu.h | 572 TP_PROTO(const char *rcuname, long qlen, long blimit), 574 TP_ARGS(rcuname, qlen, blimit), 579 __field(long, blimit) 585 __entry->blimit = blimit; 589 __entry->rcuname, __entry->qlen, __entry->blimit)
|
/linux/kernel/rcu/ |
H A D | tree.c | 418 static long blimit = DEFAULT_RCU_BLIMIT; variable 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); in rcu_do_batch() 2650 if (rdp->blimit >= DEFAULT_MAX_RCU_BLIMIT && count <= qlowmark) in rcu_do_batch() 2651 rdp->blimit = blimit; in rcu_do_batch() 3034 rdp->blimit in call_rcu_core() [all...] |
H A D | tree.h | 218 long blimit; /* Upper limit on a processed batch */ member
|
H A D | tree_plugin.h | 73 if (blimit != DEFAULT_RCU_BLIMIT) in rcu_bootup_announce_oddness() 74 pr_info("\tBoot-time adjustment of callback invocation limit to %ld.\n", blimit); in rcu_bootup_announce_oddness()
|