Linux Kernel
3.7.1
|
#include <linux/types.h>
#include <linux/percpu.h>
#include <linux/spinlock.h>
#include <asm/div64.h>
Go to the source code of this file.
Data Structures | |
struct | s390_idle_data |
Macros | |
#define | __ARCH_HAS_VTIME_ACCOUNT |
#define | cputime_one_jiffy jiffies_to_cputime(1) |
#define | usecs_to_cputime64(m) usecs_to_cputime(m) |
#define | arch_idle_time(cpu) s390_get_idle_time(cpu) |
#define | arch_needs_cpu(cpu) s390_nohz_delay(cpu) |
Typedefs | |
typedef unsigned long long __nocast | cputime_t |
typedef unsigned long long __nocast | cputime64_t |
Functions | |
DECLARE_PER_CPU (struct s390_idle_data, s390_idle) | |
cputime64_t | s390_get_idle_time (int cpu) |
#define arch_idle_time | ( | cpu | ) | s390_get_idle_time(cpu) |
#define cputime_one_jiffy jiffies_to_cputime(1) |
#define usecs_to_cputime64 | ( | m | ) | usecs_to_cputime(m) |
DECLARE_PER_CPU | ( | struct s390_idle_data | , |
s390_idle | |||
) |
cputime64_t s390_get_idle_time | ( | int | cpu | ) |