Home
last modified time | relevance | path

Searched refs:user_only (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/kernel/power/
H A Dprocess.c28 static int try_to_freeze_tasks(bool user_only) in try_to_freeze_tasks() argument
30 const char *what = user_only ? "user space processes" : in try_to_freeze_tasks()
47 if (!user_only) in try_to_freeze_tasks()
61 if (!user_only) { in try_to_freeze_tasks()
/linux-6.15/arch/sh/drivers/
H A Dplatform_early.c307 int user_only) in sh_early_platform_driver_probe() argument
320 if (user_only) in sh_early_platform_driver_probe()
/linux-6.15/arch/sh/include/asm/
H A Dplatform_early.h34 int nr_probe, int user_only);
/linux-6.15/tools/perf/util/
H A Dprobe-event.h130 int init_probe_symbol_maps(bool user_only);
H A Dprobe-event.c80 int init_probe_symbol_maps(bool user_only) in init_probe_symbol_maps() argument
91 if (host_machine || user_only) /* already initialized */ in init_probe_symbol_maps()