]> git.sesse.net Git - bcachefs-tools-debian/blob - include/linux/sched/cputime.h
remove library from bcachefs-tools Rust package
[bcachefs-tools-debian] / include / linux / sched / cputime.h
1
2 static inline void task_cputime_adjusted(struct task_struct *p, u64 *utime, u64 *stime)
3 {
4         *utime = 0;
5         *stime = 0;
6 }