Searched refs:interval (Results 1 – 6 of 6) sorted by relevance
/lib/ |
A D | ratelimit.c | 33 int interval = READ_ONCE(rs->interval); in ___ratelimit() local 42 if (interval <= 0 || burst <= 0) { in ___ratelimit() 43 …WARN_ONCE(interval < 0 || burst < 0, "Negative interval (%d) or burst (%d): Uninitialized ratelimi… in ___ratelimit() 44 ret = interval == 0 || burst > 0; in ___ratelimit() 45 if (!(READ_ONCE(rs->flags) & RATELIMIT_INITIALIZED) || (!interval && !burst) || in ___ratelimit() 73 if (time_is_before_jiffies(rs->begin + interval)) { in ___ratelimit()
|
A D | fault-inject.c | 40 unsigned long interval; in setup_fault_attr() local 46 &interval, &probability, &space, ×) < 4) { in setup_fault_attr() 55 attr->interval = interval; in setup_fault_attr() 69 attr->interval, attr->probability, in fail_dump() 163 if (attr->interval > 1) { in should_fail_ex() 165 if (attr->count % attr->interval) in should_fail_ex() 245 debugfs_create_ul("interval", mode, dir, &attr->interval); in fault_create_debugfs_attr() 250 &attr->ratelimit_state.interval); in fault_create_debugfs_attr() 377 FAULT_CONFIGFS_ATTR(interval, ulong); 382 ratelimit_state.interval, uint);
|
A D | Kconfig.kfence | 29 int "Default sample interval in milliseconds" 32 The KFENCE sample interval determines the frequency with which heap 53 sample interval. 56 the unpredictability of the sample interval!
|
A D | Kconfig | 334 Simple, embeddable, interval-tree. Can find the start of an
|
A D | Kconfig.debug | 2410 A benchmark measuring the performance of the interval tree library
|
/lib/tests/ |
A D | test_ratelimit.c | 51 testrl.interval = 0; in test_ratelimit_smoke() 61 testrl.interval = TESTRL_INTERVAL; in test_ratelimit_smoke()
|
Completed in 17 milliseconds