Home
last modified time | relevance | path

Searched refs:div64_ul (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/include/linux/
Dmath64.h10 #define div64_ul(x, y) div64_u64((x), (y)) macro
61 #define div64_ul(x, y) div_u64((x), (y)) macro
/linux-4.4.14/drivers/memory/
Djz4780-nemc.c146 return div64_ul(1000000000000ull, rate); in jz4780_nemc_clk_period()
/linux-4.4.14/kernel/sched/
Ddebug.c606 avg_atom = div64_ul(avg_atom, nr_switches); in proc_sched_show_task()
Dfair.c5950 load = div64_ul(load * se->avg.load_avg, in update_cfs_rq_h_load()
5963 return div64_ul(p->se.avg.load_avg * cfs_rq->h_load, in task_h_load()