Home
last modified time | relevance | path

Searched refs:user_only (Results 1 – 3 of 3) 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.c303 int user_only) in sh_early_platform_driver_probe() argument
316 if (user_only) in sh_early_platform_driver_probe()
/linux/tools/perf/util/
H A Dprobe-event.c80 int init_probe_symbol_maps(bool user_only)
92 if (host_machine || user_only) /* already initialized */ in init_probe_symbol_maps()
81 init_probe_symbol_maps(bool user_only) init_probe_symbol_maps() argument