Home
last modified time | relevance | path

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

/linux/drivers/block/zram/
H A Dzram_drv.c499 struct zram_wb_ctl { struct
832 static void release_wb_ctl(struct zram_wb_ctl *wb_ctl) in release_wb_ctl()
853 static struct zram_wb_ctl *init_wb_ctl(struct zram *zram) in init_wb_ctl()
855 struct zram_wb_ctl *wb_ctl; in init_wb_ctl()
964 struct zram_wb_ctl *wb_ctl = bio->bi_private; in zram_writeback_endio()
975 struct zram_wb_ctl *wb_ctl, in zram_submit_wb_request()
989 struct zram_wb_ctl *wb_ctl) in zram_complete_done_reqs()
1021 static struct zram_wb_req *zram_select_idle_req(struct zram_wb_ctl *wb_ctl) in zram_select_idle_req()
1034 struct zram_wb_ctl *wb_ctl) in zram_writeback_slots()
1245 struct zram_wb_ctl *wb_ctl = NULL; in writeback_store()