Home
last modified time | relevance | path

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

/linux/drivers/net/can/spi/mcp251xfd/
H A Dmcp251xfd-tx.c200 return work_busy(work); in mcp251xfd_work_busy()
/linux/include/linux/
H A Dworkqueue.h94 /* bit mask for work_busy() return values */
635 extern unsigned int work_busy(struct work_struct *work);
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_arfs.c763 if (arfs_rule->rxq == rxq_index || work_busy(&arfs_rule->arfs_work)) { in mlx5e_rx_flow_steer()
/linux/drivers/net/ethernet/huawei/hinic/
H A Dhinic_hw_eqs.c993 q_id, ci, pi, work_busy(&eq->aeq_work.work), in hinic_dump_aeq_info()
/linux/drivers/acpi/
H A Dbus.c655 if (!work_busy(&acpi_sb_work)) in acpi_sb_notify()
/linux/fs/btrfs/
H A Dspace-info.c1846 !work_busy(&fs_info->preempt_reclaim_work) && in __reserve_bytes()
/linux/kernel/
H A Dworkqueue.c6066 * work_busy - test whether a work is currently pending or running
6076 unsigned int work_busy(struct work_struct *work) in work_busy() function
6097 EXPORT_SYMBOL_GPL(work_busy);
/linux/drivers/acpi/nfit/
H A Dcore.c3180 if (work_busy(&acpi_desc->dwork.work)) in __acpi_nfit_clear_to_send()
/linux/drivers/md/
H A Dmd.c5018 if (work_busy(&mddev->sync_work)) in action_store()
5025 if (work_busy(&mddev->sync_work)) { in action_store()
/linux/drivers/net/usb/
H A Dr8152.c6926 if (work_busy(&tp->hw_phy_work.work) & WORK_BUSY_PENDING) { in rtl8152_open()
8472 if (work_busy(&tp->schedule.work) || sw_linking != hw_linking) in delay_autosuspend()