Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/s390/scsi/
Dzfcp_fc.h183 wait_queue_head_t completion_wq; member
Dzfcp_fc.c160 wait_event(wka_port->completion_wq, in zfcp_fc_wka_port_get()
185 wake_up(&wka_port->completion_wq); in zfcp_fc_wka_port_offline()
202 init_waitqueue_head(&wka_port->completion_wq); in zfcp_fc_wka_port_init()
Dzfcp_fsf.c1585 wake_up(&wka_port->completion_wq); in zfcp_fsf_open_wka_port_handler()
1640 wake_up(&wka_port->completion_wq); in zfcp_fsf_close_wka_port_handler()
/Linux-v4.19/include/linux/ceph/
Dosd_client.h364 struct workqueue_struct *completion_wq; member
/Linux-v4.19/net/ceph/
Dosd_client.c2343 queue_work(req->r_osdc->completion_wq, &req->r_complete_work); in complete_request()
5037 osdc->completion_wq = create_singlethread_workqueue("ceph-completion"); in ceph_osdc_init()
5038 if (!osdc->completion_wq) in ceph_osdc_init()
5064 destroy_workqueue(osdc->completion_wq); in ceph_osdc_stop()