Searched refs:before (Results 1 – 6 of 6) 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.
421 u64 before; member2785 (unsigned long long)info->before, in rb_check_timestamp()2806 if (info->before == info->after && info->before > info->ts) { in rb_add_timestamp()2817 info->before, info->ts); in rb_add_timestamp()3430 info->before, info->after, in check_buffer()3463 b_ok = rb_time_read(&cpu_buffer->before_stamp, &info->before); in __rb_reserve_next()3479 } else if (unlikely(!a_ok || !b_ok || info->before != info->after)) { in __rb_reserve_next()3528 a_ok = rb_time_read(&cpu_buffer->before_stamp, &info->before); in __rb_reserve_next()3546 info->after == info->before && info->after < ts) { in __rb_reserve_next()
415 timer latency observed at the hardirq context before the
33 # Support for generic irq migrating off cpu before the cpu is offline.
1169 static bool cycle_between(u64 before, u64 test, u64 after) in cycle_between() argument1171 if (test > before && test < after) in cycle_between()1173 if (test < before && before > after) in cycle_between()
211 a given grace period before priority-boosting preempted RCU