Home
last modified time | relevance | path

Searched refs:share_item_timeout_wq (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/fs/hmdfs/
H A Dhmdfs_share.c118 queue_delayed_work(new_item->hst->share_item_timeout_wq, in insert_share_item()
141 queue_delayed_work(item->hst->share_item_timeout_wq, &item->d_work, in update_share_item()
222 queue_delayed_work(item->hst->share_item_timeout_wq, in reset_item_opened_status()
269 queue_delayed_work(item->hst->share_item_timeout_wq, &item->d_work, in hmdfs_close_share_item()
311 sbi->share_table.share_item_timeout_wq = in hmdfs_init_share_table()
312 create_singlethread_workqueue("share_item_timeout_wq"); in hmdfs_init_share_table()
314 if (!sbi->share_table.share_item_timeout_wq) in hmdfs_init_share_table()
332 if (st->share_item_timeout_wq != NULL) in hmdfs_clear_share_table()
333 destroy_workqueue(st->share_item_timeout_wq); in hmdfs_clear_share_table()
H A Dhmdfs.h106 struct workqueue_struct *share_item_timeout_wq; member
/kernel/linux/linux-6.6/fs/hmdfs/
H A Dhmdfs_share.c118 queue_delayed_work(new_item->hst->share_item_timeout_wq, in insert_share_item()
141 queue_delayed_work(item->hst->share_item_timeout_wq, &item->d_work, in update_share_item()
222 queue_delayed_work(item->hst->share_item_timeout_wq, in reset_item_opened_status()
269 queue_delayed_work(item->hst->share_item_timeout_wq, &item->d_work, in hmdfs_close_share_item()
311 sbi->share_table.share_item_timeout_wq = in hmdfs_init_share_table()
312 create_singlethread_workqueue("share_item_timeout_wq"); in hmdfs_init_share_table()
314 if (!sbi->share_table.share_item_timeout_wq) in hmdfs_init_share_table()
332 if (st->share_item_timeout_wq != NULL) in hmdfs_clear_share_table()
333 destroy_workqueue(st->share_item_timeout_wq); in hmdfs_clear_share_table()
H A Dhmdfs.h106 struct workqueue_struct *share_item_timeout_wq; member

Completed in 4 milliseconds