Home
last modified time | relevance | path

Searched refs:nr_io (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/mm/
H A Dbacking-dev.c56 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 Dswap.c262 unsigned int nr_io, unsigned int nr_rotated) in lru_note_cost() argument
273 cost = nr_io * SWAP_CLUSTER_MAX + nr_rotated; in lru_note_cost()
/openbmc/linux/include/linux/
H A Dswap.h371 unsigned int nr_io, unsigned int nr_rotated);