Searched refs:current_work (Results 1 – 14 of 14) sorted by relevance
31 struct work_struct *current_work; /* L: work being processed */ member
816 worker->current_work = work; in kthread_worker_fn()979 if (!worker->current_work && likely(worker->task)) in kthread_insert_work()1148 else if (worker->current_work == work) in kthread_flush_work()1303 if (worker->current_work != work) in __kthread_cancel_work_sync()
1058 if (worker->current_work == work && in find_worker_executing_work()2033 if (WARN_ON(worker->current_work) || in set_worker_dying()2322 worker->current_work = work; in process_one_work()2429 worker->current_work = NULL; in process_one_work()4653 struct work_struct *current_work(void) in current_work() function4657 return worker ? worker->current_work : NULL; in current_work()4659 EXPORT_SYMBOL(current_work);5091 if (worker->current_work) in wq_worker_comm()
128 struct kthread_work *current_work; member
468 extern struct work_struct *current_work(void);
234 if (current_work() != &port->del_work) in wwan_hwsim_port_del()342 if (current_work() != &dev->del_work) in wwan_hwsim_dev_del()
721 current_work() != &efi_rts_work.work) in efi_crash_gracefully_on_page_fault()
88 lockdep_assert(current_work()); \
28 if (smc->listen_smc && current_work() != &smc->smc_listen_work) in smc_clcsock_release()
1179 if (current_work() != &conn->abort_work) in smc_conn_free()
833 struct work_struct *work = current_work(); in drm_kms_helper_is_poll_worker()
297 if (current_work() == &group->avgs_work.work) { in get_recent_times()
4057 if (current_work() != &codec->jackpoll_work.work) in snd_hda_bus_reset_codecs()
352 if (current_work() == &fwevt->work || fwevt->pending_at_sml) { in mpi3mr_cleanup_fwevt_list()
Completed in 44 milliseconds