Home
last modified time | relevance | path

Searched refs:adj (Results 1 – 3 of 3) sorted by relevance

/kernel/time/
Dtimer.c1552 unsigned long clk, next, adj; in __next_timer_interrupt() local
1603 adj = clk & LVL_CLK_MASK ? 1 : 0; in __next_timer_interrupt()
1605 clk += adj; in __next_timer_interrupt()
Dtimeconst.bc29 /* Compute the appropriate mul/adj values as well as a shift count,
/kernel/cgroup/
Dcgroup.c805 int adj = populated ? 1 : -1; in cgroup_update_populated() local
813 cgrp->nr_populated_csets += adj; in cgroup_update_populated()
816 cgrp->nr_populated_threaded_children += adj; in cgroup_update_populated()
818 cgrp->nr_populated_domain_children += adj; in cgroup_update_populated()