Home
last modified time | relevance | path

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

/linux/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/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/arch/sh/include/asm/
H A Dplatform_early.h34 int nr_probe, int user_only);
/linux/tools/perf/util/
H A Dprobe-event.h129 int init_probe_symbol_maps(bool user_only);
H A Dprobe-event.c76 int init_probe_symbol_maps(bool user_only) in init_probe_symbol_maps()
87 if (host_machine || user_only) /* already initialized */ in init_probe_symbol_maps()
75 init_probe_symbol_maps(bool user_only) init_probe_symbol_maps() argument