Home
last modified time | relevance | path

Searched refs:freezing_slow_path (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/include/linux/
H A Dfreezer.h29 extern bool freezing_slow_path(struct task_struct *p);
37 return freezing_slow_path(p); in freezing()
/linux-6.15/kernel/
H A Dfreezer.c38 bool freezing_slow_path(struct task_struct *p) in freezing_slow_path() function
54 EXPORT_SYMBOL(freezing_slow_path);