Home
last modified time | relevance | path

Searched refs:thread_should_run (Results 1 – 9 of 9) sorted by relevance

/linux/include/linux/
H A Dsmpboot.h34 int (*thread_should_run)(unsigned int cpu); member
/linux/arch/s390/kernel/
H A Dwti.c159 .thread_should_run = wti_pending,
/linux/kernel/
H A Dsmpboot.c154 if (!ht->thread_should_run(td->cpu)) { in smpboot_thread_fn()
H A Dsoftirq.c1105 .thread_should_run = ksoftirqd_should_run,
1146 .thread_should_run = ktimerd_should_run,
H A Dstop_machine.c561 .thread_should_run = cpu_stop_should_run,
H A Dcpu.c1203 .thread_should_run = cpuhp_should_run,
/linux/drivers/hv/
H A Dvmbus_drv.c1400 .thread_should_run = vmbus_irqd_should_run,
/linux/kernel/rcu/
H A Dtree.c2975 .thread_should_run = rcu_cpu_kthread_should_run, in rcu_spawn_core_kthreads()
/linux/net/core/
H A Ddev.c13194 .thread_should_run = backlog_napi_should_run,