Searched refs:before (Results 1 – 5 of 5) 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.
430 u64 before; member2741 (unsigned long long)info->before, in rb_check_timestamp()2762 if (info->before == info->after && info->before > info->ts) { in rb_add_timestamp()2773 info->before, info->ts); in rb_add_timestamp()3299 b_ok = rb_time_read(&cpu_buffer->before_stamp, &info->before); in __rb_reserve_next()3315 } else if (unlikely(!a_ok || !b_ok || info->before != info->after)) { in __rb_reserve_next()3339 b_ok = rb_time_read(&cpu_buffer->before_stamp, &info->before); in __rb_reserve_next()3341 if (a_ok && b_ok && info->before != info->after) in __rb_reserve_next()3343 info->before, info->after); in __rb_reserve_next()
38 # Support for generic irq migrating off cpu before the cpu is offline.
1172 static bool cycle_between(u64 before, u64 test, u64 after) in cycle_between() argument1174 if (test > before && test < after) in cycle_between()1176 if (test < before && before > after) in cycle_between()
210 a given grace period before priority-boosting preempted RCU