Home
last modified time | relevance | path

Searched refs:nr_iowait (Results 1 – 7 of 7) sorted by relevance

/linux/arch/s390/appldata/
H A Dappldata_os.c70 u32 nr_iowait; /* number of blocked threads member
103 os_data->nr_iowait = nr_iowait(); in appldata_get_os_data()
H A Dappldata_base.c426 EXPORT_SYMBOL_GPL(nr_iowait);
/linux/include/linux/sched/
H A Dstat.h22 extern unsigned int nr_iowait(void);
/linux/fs/proc/
H A Dstat.c183 nr_iowait()); in show_stat()
/linux/kernel/sched/
H A Dcputime.c227 if (atomic_read(&rq->nr_iowait) > 0) in account_idle_time()
H A Dcore.c3790 atomic_dec(&task_rq(p)->nr_iowait); in ttwu_do_activate()
4367 atomic_dec(&task_rq(p)->nr_iowait); in try_to_wake_up()
5474 return atomic_read(&cpu_rq(cpu)->nr_iowait); in nr_iowait_cpu()
5507 unsigned int nr_iowait(void) in nr_iowait() function
6694 atomic_inc(&rq->nr_iowait); in __schedule()
10052 atomic_set(&rq->nr_iowait, 0); in sched_init()
H A Dsched.h1073 atomic_t nr_iowait; member