Home
last modified time | relevance | path

Searched refs:cpumask_parse_user (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/kernel/irq/
H A Dproc.c153 err = cpumask_parse_user(buffer, count, new_value); in write_irq_affinity()
244 err = cpumask_parse_user(buffer, count, new_value); in default_affinity_write()
/openbmc/linux/kernel/
H A Dprofile.c358 err = cpumask_parse_user(buffer, count, new_value); in prof_cpu_mask_proc_write()
/openbmc/linux/include/linux/
H A Dcpumask.h774 static inline int cpumask_parse_user(const char __user *buf, int len, in cpumask_parse_user() function
/openbmc/linux/kernel/trace/
H A Dtrace.c5231 err = cpumask_parse_user(ubuf, count, tracing_cpumask_new); in tracing_cpumask_write()