Searched refs:nr_io (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/mm/ |
H A D | backing-dev.c | 53 unsigned long nr_dirty, nr_io, nr_more_io, nr_dirty_time; in bdi_debug_stats_show() local 56 nr_dirty = nr_io = nr_more_io = nr_dirty_time = 0; in bdi_debug_stats_show() 61 nr_io++; in bdi_debug_stats_show() 97 nr_io, in bdi_debug_stats_show()
|
/kernel/linux/linux-6.6/mm/ |
H A D | backing-dev.c | 56 unsigned long nr_dirty, nr_io, nr_more_io, nr_dirty_time; in bdi_debug_stats_show() local 59 nr_dirty = nr_io = nr_more_io = nr_dirty_time = 0; in bdi_debug_stats_show() 64 nr_io++; in bdi_debug_stats_show() 99 nr_io, in bdi_debug_stats_show()
|
H A D | swap.c | 270 unsigned int nr_io, unsigned int nr_rotated) in lru_note_cost() 281 cost = nr_io * SWAP_CLUSTER_MAX + nr_rotated; in lru_note_cost() 269 lru_note_cost(struct lruvec *lruvec, bool file, unsigned int nr_io, unsigned int nr_rotated) lru_note_cost() argument
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | swap.h | 371 unsigned int nr_io, unsigned int nr_rotated);
|
Completed in 7 milliseconds