Searched refs:kthread (Results 26 - 50 of 547) sorted by relevance

1234567891011>>

/linux-master/samples/ftrace/
H A Dsample-trace-array.c3 #include <linux/kthread.h>
H A Dftrace-direct-multi-modify.c3 #include <linux/kthread.h>
H A Dftrace-direct-modify.c3 #include <linux/kthread.h>
/linux-master/drivers/siox/
H A Dsiox.h6 #include <linux/kthread.h>
/linux-master/kernel/trace/
H A Dtrace_osnoise.c19 #include <linux/kthread.h>
208 struct task_struct *kthread; member in struct:osnoise_variables
236 struct task_struct *kthread; member in struct:timerlat_variables
1677 this_cpu_osn_var()->kthread = NULL;
1813 wake_up_process(tlat->kthread);
1819 wake_up_process(tlat->kthread);
1893 tlat->kthread = current;
1946 struct task_struct *kthread; local
1948 kthread = per_cpu(per_cpu_osnoise_var, cpu).kthread;
1998 struct task_struct *kthread; local
[all...]
/linux-master/kernel/bpf/
H A Dcpumap.c31 #include <linux/kthread.h>
59 u32 cpu; /* kthread CPU and map index */
65 /* Queue with potential multi-producers, and single-consumer kthread */
67 struct task_struct *kthread; member in struct:bpf_cpu_map_entry
271 /* When kthread gives stop order, then rcpu have been disconnected
303 * kthread CPU pinned. Lockless access to ptr_ring
434 /* Setup kthread */
436 rcpu->kthread = kthread_create_on_node(cpu_map_kthread_run, rcpu, numa,
439 if (IS_ERR(rcpu->kthread))
442 /* Make sure kthread run
[all...]
/linux-master/drivers/media/pci/solo6x10/
H A Dsolo6x10-v4l2.c14 #include <linux/kthread.h>
285 solo_dev->kthread = kthread_run(solo_thread, solo_dev, SOLO6X10_NAME "_disp");
287 if (IS_ERR(solo_dev->kthread)) {
288 ret = PTR_ERR(solo_dev->kthread);
289 solo_dev->kthread = NULL;
299 if (!solo_dev->kthread)
303 kthread_stop(solo_dev->kthread);
304 solo_dev->kthread = NULL;
/linux-master/drivers/net/wireless/rsi/
H A Drsi_common.h20 #include <linux/kthread.h>
/linux-master/drivers/gpio/
H A Dgpio-twl6040.c14 #include <linux/kthread.h>
/linux-master/samples/trace_events/
H A Dtrace-events-sample.c3 #include <linux/kthread.h>
/linux-master/drivers/md/dm-vdo/
H A Dthread-utils.c10 #include <linux/kthread.h>
/linux-master/drivers/soc/fsl/qbman/
H A Ddpaa_sys.h38 #include <linux/kthread.h>
/linux-master/lib/kunit/
H A Dtry-catch.c13 #include <linux/kthread.h>
81 * underlying kthread->exited) can be used to wait for the end of a
/linux-master/drivers/misc/sgi-xp/
H A Dxpc_main.c54 #include <linux/kthread.h>
317 * The first kthread assigned to a newly activated partition is the one
319 * that kthread until the partition is brought down, at which time that kthread
320 * returns back to XPC HB. (The return of that kthread will signify to XPC HB
322 * partition.) This kthread becomes the channel manager for that partition.
511 * kthread and that kthread will call this function to attempt to set up the
515 * The kthread that was created by XPC HB and which setup the XPC
518 * time the kthread wil
578 struct task_struct *kthread; local
768 struct task_struct *kthread; local
1185 struct task_struct *kthread; local
[all...]
/linux-master/fs/bcachefs/
H A Dclock.c6 #include <linux/kthread.h>
98 bool kthread = (current->flags & PF_KTHREAD) != 0; local
114 if (kthread && kthread_should_stop())
/linux-master/drivers/crypto/ccp/
H A Dccp-dev.c13 #include <linux/kthread.h>
339 wake_up_process(ccp->cmd_q[i].kthread);
371 wake_up_process(ccp->cmd_q[i].kthread);
567 wake_up_process(ccp->cmd_q[i].kthread);
594 wake_up_process(ccp->cmd_q[i].kthread);
H A Dccp-dev-v5.c11 #include <linux/kthread.h>
758 /* Acknowledge the interrupt and wake the kthread */
947 /* Create a kthread for each queue */
949 struct task_struct *kthread; local
953 kthread = kthread_run(ccp_cmd_queue_thread, cmd_q,
955 if (IS_ERR(kthread)) {
957 PTR_ERR(kthread));
958 ret = PTR_ERR(kthread);
962 cmd_q->kthread = kthread;
[all...]
/linux-master/drivers/media/cec/core/
H A Dcec-core.c294 adap->kthread = kthread_run(cec_thread_func, adap, "cec-%s", name);
295 if (IS_ERR(adap->kthread)) {
297 res = PTR_ERR(adap->kthread);
311 kthread_stop(adap->kthread);
420 kthread_stop(adap->kthread);
/linux-master/drivers/media/pci/pt1/
H A Dpt1.c20 #include <linux/kthread.h>
79 struct task_struct *kthread; member in struct:pt1
681 if (!pt1->kthread) {
682 pt1->kthread = kthread_run(pt1_thread, pt1, "earth-pt1");
683 if (IS_ERR(pt1->kthread)) {
684 ret = PTR_ERR(pt1->kthread);
685 pt1->kthread = NULL;
715 if (count == 0 && pt1->kthread) {
716 kthread_stop(pt1->kthread);
717 pt1->kthread
[all...]
/linux-master/arch/x86/kernel/
H A Dcheck.c7 #include <linux/kthread.h>
/linux-master/arch/mips/kernel/
H A Dspinlock_test.c3 #include <linux/kthread.h>
/linux-master/drivers/staging/rtl8723bs/include/
H A Dosdep_service_linux.h35 #include <linux/kthread.h>
/linux-master/arch/powerpc/kernel/
H A Deeh_event.c13 #include <linux/kthread.h>
/linux-master/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_crtc.h12 #include <linux/kthread.h>
/linux-master/drivers/net/wireless/ath/ath9k/
H A Drng.c18 #include <linux/kthread.h>

Completed in 226 milliseconds

1234567891011>>