]> Pileus Git - ~andy/linux/blobdiff - include/linux/kernel_stat.h
svc: Add svc_xprt_names service to replace svc_sock_names
[~andy/linux] / include / linux / kernel_stat.h
index 43e895f1cabef24137e213958eeef48bde70ff28..e8ffce898bf913c7c12943b0a40785354dde6834 100644 (file)
@@ -23,6 +23,7 @@ struct cpu_usage_stat {
        cputime64_t idle;
        cputime64_t iowait;
        cputime64_t steal;
+       cputime64_t guest;
 };
 
 struct kernel_stat {
@@ -52,7 +53,9 @@ static inline int kstat_irqs(int irq)
 }
 
 extern void account_user_time(struct task_struct *, cputime_t);
+extern void account_user_time_scaled(struct task_struct *, cputime_t);
 extern void account_system_time(struct task_struct *, int, cputime_t);
+extern void account_system_time_scaled(struct task_struct *, cputime_t);
 extern void account_steal_time(struct task_struct *, cputime_t);
 
 #endif /* _LINUX_KERNEL_STAT_H */