Home
last modified time | relevance | path

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

/openbmc/linux/fs/ceph/
H A Dsuper.c858 fsc->inode_wq = alloc_workqueue("ceph-inode", WQ_UNBOUND, 0); in create_fs_client()
859 if (!fsc->inode_wq) in create_fs_client()
875 destroy_workqueue(fsc->inode_wq); in create_fs_client()
888 flush_workqueue(fsc->inode_wq); in flush_fs_workqueues()
901 destroy_workqueue(fsc->inode_wq); in destroy_fs_client()
1600 flush_workqueue(fsc->inode_wq); in ceph_force_reconnect()
H A Dsuper.h142 struct workqueue_struct *inode_wq; member
H A Dinode.c2087 if (queue_work(fsc->inode_wq, &ci->i_work)) { in ceph_queue_inode_work()
H A Dfile.c1262 queue_work(ceph_inode_to_fs_client(inode)->inode_wq, in ceph_aio_complete_req()
/openbmc/linux/drivers/dma/idxd/
H A Dcdev.c184 static inline struct idxd_wq *inode_wq(struct inode *inode) in inode_wq() function
232 wq = inode_wq(inode); in idxd_cdev_open()