Home
last modified time | relevance | path

Searched defs:kthread (Results 1 – 25 of 27) sorted by relevance

12

/linux/kernel/
H A Dkthread.c56 struct kthread { struct
57 unsigned long flags;
58 unsigned int cpu;
82 static inline struct kthread *to_kthread(struct task_struct *k) in to_kthread() argument
101 void *kthread = p->worker_private; in __to_kthread() local
109 struct kthread *kthread = to_kthread(tsk); in get_kthread_comm() local
121 struct kthread *kthread; in set_kthread_struct() local
143 struct kthread *kthread; in free_kthread_struct() local
197 struct kthread *kthread = __to_kthread(current); in kthread_should_stop_or_park() local
238 struct kthread *kthread = __to_kthread(task); in kthread_func() local
[all …]
/linux/kernel/trace/
H A Dtrace_hwlat.c74 struct task_struct *kthread; member
397 struct task_struct *kthread; in stop_single_kthread() local
423 struct task_struct *kthread; in start_single_kthread() local
462 struct task_struct *kthread; in stop_cpu_kthread() local
491 struct task_struct *kthread; in start_cpu_kthread() local
H A Dtrace_osnoise.c208 struct task_struct *kthread; member
241 struct task_struct *kthread; member
1933 struct task_struct *kthread; in stop_kthread() local
1984 struct task_struct *kthread; in start_kthread() local
2043 struct task_struct *kthread; in start_per_cpu_kthreads() local
/linux/fs/bcachefs/
H A Dclock.c86 bool kthread = (current->flags & PF_KTHREAD) != 0; in bch2_kthread_io_clock_wait_once() local
110 bool kthread = (current->flags & PF_KTHREAD) != 0; in bch2_kthread_io_clock_wait() local
H A Djournal_reclaim.c679 bool kthread = (current->flags & PF_KTHREAD) != 0; in __bch2_journal_reclaim() local
H A Dmove.c1101 bool kthread = (current->flags & PF_KTHREAD) != 0; in bch2_move_btree() local
/linux/drivers/misc/sgi-xp/
H A Dxpc_main.c579 struct task_struct *kthread; in xpc_activate_partition() local
769 struct task_struct *kthread; in xpc_create_kthreads() local
1186 struct task_struct *kthread; in xpc_init() local
/linux/drivers/media/test-drivers/vimc/
H A Dvimc-streamer.h38 struct task_struct *kthread; member
/linux/fs/smb/server/
H A Dtransport_tcp.c284 struct task_struct *kthread; in ksmbd_tcp_run_kthread() local
584 static void tcp_stop_kthread(struct task_struct *kthread) in tcp_stop_kthread()
/linux/drivers/crypto/ccp/
H A Dccp-dev-v3.c466 struct task_struct *kthread; in ccp_init() local
H A Dccp-dev-v5.c949 struct task_struct *kthread; in ccp5_init() local
H A Dccp-dev.h294 struct task_struct *kthread; member
/linux/include/linux/sched/
H A Dtask.h30 u32 kthread:1; member
/linux/drivers/media/i2c/
H A Dmsp3400-driver.h109 struct task_struct *kthread; member
/linux/kernel/bpf/
H A Dcpumap.c67 struct task_struct *kthread; member
/linux/drivers/media/cec/core/
H A Dcec-pin-priv.h178 struct task_struct *kthread; member
/linux/include/linux/
H A Dconsole.h466 struct task_struct *kthread; member
/linux/net/batman-adv/
H A Dtp_meter.c903 struct task_struct *kthread; in batadv_tp_start_kthread() local
/linux/arch/arm64/kernel/
H A Dproton-pack.c669 bool ssbs = false, kthread = tsk->flags & PF_KTHREAD; in spectre_v4_enable_task_mitigation() local
/linux/drivers/media/pci/solo6x10/
H A Dsolo6x10.h268 struct task_struct *kthread; member
/linux/drivers/block/aoe/
H A Daoecmd.c1229 kthread(void *vp) in kthread() function
/linux/drivers/media/pci/pt1/
H A Dpt1.c79 struct task_struct *kthread; member
/linux/drivers/media/pci/saa7164/
H A Dsaa7164.h472 struct task_struct *kthread; member
/linux/drivers/media/pci/cx88/
H A Dcx88.h376 struct task_struct *kthread; member
/linux/samples/bpf/
H A Dxdp_sample_user.c105 struct record kthread; member

12