Home
last modified time | relevance | path

Searched refs:after (Results 1 – 8 of 8) sorted by relevance

/kernel/rcu/
DKconfig.debug35 after the fact on the running kernel to be tested, if desired.
51 after the fact on the running kernel to be tested, if desired.
67 The kernel module may be built after the fact on the running kernel to be
DKconfig213 int "Milliseconds to delay boosting after RCU grace-period start"
218 This option specifies the time to wait after the beginning of
234 disable expedited grace periods after boot by unconditionally
319 To save power, batch RCU callbacks and flush after delay, memory
341 perspective, after which RCU's behavior becomes more relaxed.
/kernel/power/
DKconfig51 after placing resume=/dev/swappartition on the kernel command line
188 (low power) states, for example after a specified period of inactivity
275 set to an invalid time after a resume.
284 reset after a RESUME operation, the /proc/apm device will provide
/kernel/trace/
Dring_buffer.c392 u64 after; member
2819 (unsigned long long)info->after, in rb_check_timestamp()
2846 } else if (info->before == info->after && info->before > info->ts) { in rb_add_timestamp()
3470 info->before, info->after, in check_buffer()
3504 a_ok = rb_time_read(&cpu_buffer->write_stamp, &info->after); in __rb_reserve_next()
3519 } else if (unlikely(!a_ok || !b_ok || info->before != info->after)) { in __rb_reserve_next()
3523 info->delta = info->ts - info->after; in __rb_reserve_next()
3558 info->delta = info->ts - info->after; in __rb_reserve_next()
3581 /*E*/ a_ok = rb_time_read(&cpu_buffer->write_stamp, &info->after); in __rb_reserve_next()
3586 info->after == info->before && info->after < ts) { in __rb_reserve_next()
[all …]
DKconfig890 Normally, the mapping of the strings to values will be freed after
/kernel/cgroup/
Dcgroup-v1.c254 goto after; in pidlist_uniq()
260 after: in pidlist_uniq()
/kernel/time/
Dtimekeeping.c1194 static bool cycle_between(u64 before, u64 test, u64 after) in cycle_between() argument
1196 if (test > before && test < after) in cycle_between()
1198 if (test < before && before > after) in cycle_between()
/kernel/module/
DKconfig123 module DOES NOT get stripped after being signed. This includes the