Searched refs:before (Results 1 – 7 of 7) sorted by relevance
27 Skip the kernel sys_sync() before freezing user processes.30 user-space before invoking suspend. There's a run-time switch66 continue to run as before. If you do not want the previous state to77 that were mounted before the suspend. In particular, you MUST NOT78 MOUNT any journaled filesystems mounted before the suspend or they105 on before suspending.
391 u64 before; member2818 (unsigned long long)info->before, in rb_check_timestamp()2846 } else if (info->before == info->after && info->before > info->ts) { in rb_add_timestamp()2857 info->before, info->ts); in rb_add_timestamp()3470 info->before, info->after, in check_buffer()3503 b_ok = rb_time_read(&cpu_buffer->before_stamp, &info->before); in __rb_reserve_next()3519 } else if (unlikely(!a_ok || !b_ok || info->before != info->after)) { in __rb_reserve_next()3568 a_ok = rb_time_read(&cpu_buffer->before_stamp, &info->before); in __rb_reserve_next()3586 info->after == info->before && info->after < ts) { in __rb_reserve_next()
462 timer latency observed at the hardirq context before the
34 # Support for generic irq migrating off cpu before the cpu is offline.
219 a given grace period before priority-boosting preempted RCU335 int "Minimum time before RCU may consider in-kernel boot as completed"340 that must elapse before the boot sequence can be marked complete from RCU's
1194 static bool cycle_between(u64 before, u64 test, u64 after) in cycle_between() argument1196 if (test > before && test < after) in cycle_between()1198 if (test < before && before > after) in cycle_between()
206 microseconds before reporting the clocksource to be unstable.