Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/device_handler/
H A Dscsi_dh_alua.c77 struct delayed_work rtpg_work; member
115 flush_delayed_work(&pg->rtpg_work); in release_port_group()
246 INIT_DELAYED_WORK(&pg->rtpg_work, alua_rtpg_work); in alua_alloc_pg()
888 container_of(work, struct alua_port_group, rtpg_work.work); in alua_rtpg_work()
919 queue_delayed_work(kaluad_wq, &pg->rtpg_work, in alua_rtpg_work()
990 queue_delayed_work(kaluad_wq, &pg->rtpg_work, pg->interval * HZ); in alua_rtpg_work()
1047 if (queue_delayed_work(kaluad_wq, &pg->rtpg_work, in alua_rtpg_queue()