Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/lightnvm/
Drrpc.h77 struct work_struct ws_gc; member
134 struct work_struct ws_gc; member
Drrpc.c233 queue_work(rrpc->krqd_wq, &rlun->ws_gc); in rrpc_gc_kick()
372 ws_gc); in rrpc_block_gc()
419 struct rrpc_lun *rlun = container_of(work, struct rrpc_lun, ws_gc); in rrpc_lun_gc()
451 INIT_WORK(&gcb->ws_gc, rrpc_block_gc); in rrpc_lun_gc()
453 queue_work(rrpc->kgc_wq, &gcb->ws_gc); in rrpc_lun_gc()
465 ws_gc); in rrpc_gc_queue()
620 INIT_WORK(&gcb->ws_gc, rrpc_gc_queue); in rrpc_run_gc()
621 queue_work(rrpc->kgc_wq, &gcb->ws_gc); in rrpc_run_gc()
1114 INIT_WORK(&rlun->ws_gc, rrpc_lun_gc); in rrpc_luns_init()