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

/linux-master/kernel/irq/
H A Dproc.c153 err = cpumask_parse_user(buffer, count, new_value);
244 err = cpumask_parse_user(buffer, count, new_value);
/linux-master/kernel/
H A Dprofile.c367 err = cpumask_parse_user(buffer, count, new_value);
/linux-master/include/linux/
H A Dcpumask.h797 * cpumask_parse_user - extract a cpumask from a user string
804 static inline int cpumask_parse_user(const char __user *buf, int len, function
/linux-master/kernel/trace/
H A Dtrace.c5133 err = cpumask_parse_user(ubuf, count, tracing_cpumask_new);

Completed in 208 milliseconds