Home
last modified time | relevance | path

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

/linux-6.15/mm/
H A Dbacking-dev.c44 unsigned long nr_io; member
71 stats->nr_io++; in collect_wb_stats()
149 stats.nr_io, in bdi_debug_stats_show()
187 stats->nr_io, in wb_stats_show()
H A Dswap.c241 unsigned int nr_io, unsigned int nr_rotated) in lru_note_cost() argument
252 cost = nr_io * SWAP_CLUSTER_MAX + nr_rotated; in lru_note_cost()
/linux-6.15/include/linux/
H A Dswap.h380 unsigned int nr_io, unsigned int nr_rotated);