Home
last modified time | relevance | path

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

/Linux-v5.10/kernel/power/
Dprocess.c31 static int try_to_freeze_tasks(bool user_only) in try_to_freeze_tasks() argument
46 if (!user_only) in try_to_freeze_tasks()
61 if (!user_only) { in try_to_freeze_tasks()
/Linux-v5.10/arch/sh/include/asm/
Dplatform_early.h34 int nr_probe, int user_only);
/Linux-v5.10/arch/sh/drivers/
Dplatform_early.c307 int user_only) in sh_early_platform_driver_probe() argument
320 if (user_only) in sh_early_platform_driver_probe()
/Linux-v5.10/arch/x86/kernel/fpu/
Dcore.c361 static void fpu__clear(struct fpu *fpu, bool user_only) in fpu__clear() argument
373 if (user_only) { in fpu__clear()
/Linux-v5.10/tools/perf/util/
Dprobe-event.h128 int init_probe_symbol_maps(bool user_only);
Dprobe-event.c72 int init_probe_symbol_maps(bool user_only) in init_probe_symbol_maps() argument
84 if (host_machine || user_only) /* already initialized */ in init_probe_symbol_maps()