Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
pjt
/
linsched
/
refs/heads/linsched-alpha
/
.
/
tools
/
linsched
/
nohz.h
blob: cbef5bf78822f96757349c25a47a3e20bea13a6e [
file
]
#ifndef
__LINSCHED_HEADER_NOHZ
#define
__LINSCHED_HEADER_NOHZ
struct
nohz
{
cpumask_var_t
idle_cpus_mask
;
atomic_t
nr_cpus
;
unsigned
long
next_balance
;
};
#endif