Searched refs:share_item_timeout_wq (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/hmdfs/ |
H A D | hmdfs_share.c | 118 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 D | hmdfs.h | 106 struct workqueue_struct *share_item_timeout_wq; member
|
/kernel/linux/linux-6.6/fs/hmdfs/ |
H A D | hmdfs_share.c | 118 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 D | hmdfs.h | 106 struct workqueue_struct *share_item_timeout_wq; member
|
Completed in 3 milliseconds