Home
last modified time | relevance | path

Searched refs:current_work (Results 1 – 14 of 14) sorted by relevance

/linux/kernel/
A Dworkqueue_internal.h31 struct work_struct *current_work; /* L: work being processed */ member
A Dkthread.c755 worker->current_work = work; in kthread_worker_fn()
918 if (!worker->current_work && likely(worker->task)) in kthread_insert_work()
1088 else if (worker->current_work == work) in kthread_flush_work()
1243 if (worker->current_work != work) in __kthread_cancel_work_sync()
A Dworkqueue.c1051 if (worker->current_work == work && in find_worker_executing_work()
2001 if (WARN_ON(worker->current_work) || in destroy_worker()
2230 worker->current_work = work; in process_one_work()
2337 worker->current_work = NULL; in process_one_work()
4535 struct work_struct *current_work(void) in current_work() function
4539 return worker ? worker->current_work : NULL; in current_work()
4541 EXPORT_SYMBOL(current_work);
4939 if (worker->current_work) in wq_worker_comm()
/linux/drivers/net/wwan/
A Dwwan_hwsim.c233 if (current_work() != &port->del_work) in wwan_hwsim_port_del()
341 if (current_work() != &dev->del_work) in wwan_hwsim_dev_del()
/linux/include/linux/
A Dkthread.h100 struct kthread_work *current_work; member
A Dworkqueue.h466 extern struct work_struct *current_work(void);
/linux/arch/x86/platform/efi/
A Dquirks.c721 current_work() != &efi_rts_work.work) in efi_crash_gracefully_on_page_fault()
/linux/net/smc/
A Dsmc_close.c28 if (smc->listen_smc && current_work() != &smc->smc_listen_work) in smc_clcsock_release()
A Dsmc_core.c1131 if (current_work() != &conn->abort_work) in smc_conn_free()
/linux/drivers/gpu/drm/
A Ddrm_probe_helper.c728 struct work_struct *work = current_work(); in drm_kms_helper_is_poll_worker()
/linux/sound/pci/hda/
A Dhda_codec.c3982 if (current_work() != &codec->jackpoll_work.work) in snd_hda_bus_reset_codecs()
/linux/
A Dvmlinux.symvers812 0x00000000 current_work vmlinux EXPORT_SYMBOL
A DSystem.map2553 ffff8000100a25f0 T current_work
A D.tmp_System.map2553 ffff8000100a25f0 T current_work

Completed in 363 milliseconds