Home
last modified time | relevance | path

Searched refs:work_busy (Results 1 – 9 of 9) sorted by relevance

/linux-4.1.27/fs/fscache/
Dobject-list.c235 FILTER(work_busy(&obj->work), WORK, NOWORK); in fscache_objlist_show()
252 work_busy(&obj->work)); in fscache_objlist_show()
/linux-4.1.27/include/linux/
Dworkqueue.h454 extern unsigned int work_busy(struct work_struct *work);
/linux-4.1.27/drivers/block/
Dnvme-core.c1217 if (work_busy(&dev->reset_work)) in nvme_abort_req()
2076 if (work_busy(&dev->reset_work)) in nvme_kthread()
3017 if (!work_busy(&dev->reset_work)) { in nvme_async_probe()
3081 if (nvme_dev_resume(ndev) && !work_busy(&ndev->reset_work)) { in nvme_resume()
/linux-4.1.27/fs/cachefiles/
Dnamei.c41 object->fscache.flags, work_busy(&object->fscache.work), in __cachefiles_printk_object()
/linux-4.1.27/drivers/block/xen-blkback/
Dblkback.c365 if (work_busy(&blkif->persistent_purge_work)) { in purge_persistent_gnt()
/linux-4.1.27/kernel/
Dworkqueue.c4127 unsigned int work_busy(struct work_struct *work) in work_busy() function
4148 EXPORT_SYMBOL_GPL(work_busy);
/linux-4.1.27/drivers/net/usb/
Dr8152.c3315 if (netif_running(netdev) && work_busy(&tp->schedule.work)) { in rtl8152_suspend()
/linux-4.1.27/drivers/gpu/drm/i915/
Di915_debugfs.c2270 yesno(work_busy(&dev_priv->psr.work.work))); in i915_edp_psr_status()
/linux-4.1.27/fs/btrfs/
Dextent-tree.c4761 !work_busy(&root->fs_info->async_reclaim_work)) in reserve_metadata_bytes()