Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/ccree/
Dcc_request_mgr.c202 unsigned long poll_queue; in cc_queues_status() local
220 for (poll_queue = 0; poll_queue < CC_MAX_POLL_ITER ; poll_queue++) { in cc_queues_status()
/Linux-v4.19/drivers/thermal/
Dthermal_core.c293 mod_delayed_work(system_freezable_wq, &tz->poll_queue, in thermal_zone_device_set_polling()
296 mod_delayed_work(system_freezable_wq, &tz->poll_queue, in thermal_zone_device_set_polling()
299 cancel_delayed_work(&tz->poll_queue); in thermal_zone_device_set_polling()
508 poll_queue.work); in thermal_zone_device_check()
1276 INIT_DELAYED_WORK(&tz->poll_queue, thermal_zone_device_check); in thermal_zone_device_register()
/Linux-v4.19/include/linux/
Dnvme-fc-driver.h406 void (*poll_queue)(struct nvme_fc_local_port *, void *handle); member
Dthermal.h220 struct delayed_work poll_queue; member
/Linux-v4.19/drivers/scsi/qla2xxx/
Dqla_nvme.c581 .poll_queue = qla_nvme_poll,
/Linux-v4.19/drivers/nvme/host/
Dfc.c2317 (ctrl->lport->ops->poll_queue)) in nvme_fc_poll()
2318 ctrl->lport->ops->poll_queue(&ctrl->lport->localport, in nvme_fc_poll()