Home
last modified time | relevance | path

Searched refs:is_percpu_thread (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/lib/
Dsmp_processor_id.c22 if (is_percpu_thread()) in check_preemption_disabled()
/Linux-v6.6/kernel/
Dwatchdog_perf.c117 WARN_ON(!is_percpu_thread()); in hardlockup_detector_event_create()
/Linux-v6.6/include/acpi/
Dprocessor.h308 if (direct || (is_percpu_thread() && cpu == smp_processor_id())) in call_on_cpu()
/Linux-v6.6/include/linux/
Dsched.h1788 static __always_inline bool is_percpu_thread(void) in is_percpu_thread() function