Home
last modified time | relevance | path

Searched refs:kthread_worker (Results 1 – 25 of 36) sorted by relevance

12

/linux/include/linux/
H A Dkthread.h144 struct kthread_worker { struct
156 struct kthread_worker *worker; argument
184 extern void __kthread_init_worker(struct kthread_worker *worker,
211 struct kthread_worker *kthread_create_worker_on_node(unsigned int flags,
228 struct kthread_worker *__kw \
235 struct kthread_worker *
250 static inline struct kthread_worker *
254 struct kthread_worker *kw; in kthread_run_worker_on_cpu()
263 bool kthread_queue_work(struct kthread_worker *worker,
266 bool kthread_queue_delayed_work(struct kthread_worker *worker,
[all …]
/linux/kernel/
H A Dkthread.c958 void __kthread_init_worker(struct kthread_worker *worker, in __kthread_init_worker()
962 memset(worker, 0, sizeof(struct kthread_worker)); in __kthread_init_worker()
987 struct kthread_worker *worker = worker_ptr; in kthread_worker_fn()
1048 static __printf(3, 0) struct kthread_worker *
1052 struct kthread_worker *worker; in __kthread_create_worker_on_node()
1086 struct kthread_worker *
1089 struct kthread_worker *worker; in kthread_create_worker_on_node()
1136 struct kthread_worker *
1140 struct kthread_worker *worker; in kthread_create_worker_on_cpu()
1155 static inline bool queuing_blocked(struct kthread_worker *worker, in queuing_blocked()
[all …]
/linux/net/dsa/
H A Dtag_ocelot_8021q.c21 struct kthread_worker *xmit_worker;
31 struct kthread_worker *xmit_worker; in ocelot_defer_xmit()
H A Dtag_ksz.c30 struct kthread_worker *xmit_worker;
61 struct kthread_worker *xmit_worker; in ksz_connect()
250 struct kthread_worker *xmit_worker; in ksz_defer_xmit()
H A Dtag_sja1105.c68 struct kthread_worker *xmit_worker;
147 struct kthread_worker *xmit_worker; in sja1105_defer_xmit()
701 struct kthread_worker *xmit_worker; in sja1105_connect()
/linux/drivers/net/ethernet/intel/ice/
H A Dice_gnss.h33 struct kthread_worker *kworker;
H A Dice_ptp.h255 struct kthread_worker *kworker;
H A Dice_gnss.c174 struct kthread_worker *kworker; in ice_gnss_struct_init()
/linux/arch/x86/kvm/
H A Di8254.h51 struct kthread_worker *worker;
/linux/fs/erofs/
H A Dzdata.c291 static struct kthread_worker __rcu **z_erofs_pcpu_workers;
296 struct kthread_worker *worker; in erofs_destroy_percpu_workers()
309 static struct kthread_worker *erofs_init_percpu_worker(int cpu) in erofs_init_percpu_worker()
311 struct kthread_worker *worker = in erofs_init_percpu_worker()
323 struct kthread_worker *worker; in erofs_init_percpu_workers()
326 z_erofs_pcpu_workers = kzalloc_objs(struct kthread_worker *, in erofs_init_percpu_workers()
345 struct kthread_worker *worker, *old; in erofs_cpu_online()
364 struct kthread_worker *worker; in erofs_cpu_offline()
1460 struct kthread_worker *worker; in z_erofs_decompress_kickoff()
/linux/drivers/vdpa/vdpa_sim/
H A Dvdpa_sim.h60 struct kthread_worker *worker;
/linux/drivers/usb/gadget/function/
H A Duvc.h99 struct kthread_worker *kworker;
/linux/drivers/dpll/zl3073x/
H A Dcore.h63 struct kthread_worker *kworker;
H A Dcore.c947 struct kthread_worker *kworker; in zl3073x_devm_dpll_init()
/linux/kernel/sched/
H A Dext_internal.h915 struct kthread_worker *helper;
H A Dcpufreq_schedutil.c34 struct kthread_worker worker;
/linux/kernel/rcu/
H A Dtree.h71 struct kthread_worker *exp_kworker;
/linux/drivers/gpu/drm/i915/selftests/
H A Di915_request.c304 struct kthread_worker *worker;
494 struct kthread_worker *worker; in mock_breadcrumbs_smoketest()
1459 struct kthread_worker *worker;
1647 struct kthread_worker *worker; in live_parallel_engines()
1806 struct kthread_worker *worker; in live_breadcrumbs_smoketest()
2957 struct kthread_worker *worker;
3215 struct kthread_worker *worker; in perf_parallel_engines()
/linux/drivers/gpu/drm/msm/
H A Dmsm_gpu.h255 struct kthread_worker *worker;
/linux/drivers/gpu/drm/i915/gt/
H A Dselftest_slpc.c20 struct kthread_worker *worker;
/linux/drivers/net/dsa/mv88e6xxx/
H A Dchip.h409 struct kthread_worker *kworker;
/linux/include/linux/spi/
H A Dspi.h732 struct kthread_worker *kworker;
/linux/drivers/cpufreq/
H A Dcppc_cpufreq.c51 static struct kthread_worker *kworker_fie;
/linux/drivers/gpu/drm/i915/gem/selftests/
H A Di915_gem_context.c184 struct kthread_worker *worker;
367 struct kthread_worker *worker; in live_parallel_switch()
/linux/include/trace/events/
H A Dsched.h66 TP_PROTO(struct kthread_worker *worker,

12