Searched refs:now (Results 26 - 29 of 29) sorted by relevance

12

/kernel/
H A Dcpuset.c1374 time_t now = get_seconds(); local
1375 time_t ticks = now - fmp->time;
1383 fmp->time = now;
/kernel/sched/
H A Drt.c20 ktime_t now; local
25 now = hrtimer_cb_get_time(timer);
26 overrun = hrtimer_forward(timer, now, rt_b->rt_period);
697 * we lend and now have to reclaim.
1850 * try to push tasks away now
1887 * The process used to be able to migrate OR it can now migrate
1936 * now.
H A Dcore.c96 ktime_t soft, hard, now; local
102 now = hrtimer_cb_get_time(period_timer);
103 hrtimer_forward(period_timer, now, period);
595 * resched_curr - mark rq's current task 'to be rescheduled now'.
1237 * is actually now running somewhere else!
1247 * lock now, to be *sure*. If we're wrong, we'll
1260 * If it changed from the expected state, bail out now.
1266 * Was it really running after all now that we
1282 * running right now), it's preempted, and we should
2564 unsigned long next, now local
[all...]
/kernel/locking/
H A Dlockdep.c103 * be, we're confused now, bye!
662 * right now)
2737 /* We're only interested __GFP_FS allocations for now */
3349 * I took it apart and put it back together again, except now I have
3433 * We had N bottles of beer on the wall, we drank one, but now
3746 u64 now, waittime = 0; local
3778 now = lockstat_clock();
3779 waittime = now - hlock->waittime_stamp;
3780 hlock->holdtime_stamp = now;

Completed in 89 milliseconds

12