Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dkernel_stat.h123 static inline void account_process_tick(struct task_struct *tsk, int user) in account_process_tick() function
128 extern void account_process_tick(struct task_struct *, int user);
/openbmc/linux/kernel/sched/
H A Dcputime.c487 void account_process_tick(struct task_struct *p, int user_tick) in account_process_tick() function
/openbmc/linux/kernel/time/
H A Dtimer.c2069 account_process_tick(p, user_tick); in update_process_times()