Searched refs:cpulist_parse (Results 1 - 15 of 15) sorted by relevance

/linux-master/kernel/sched/
H A Disolation.c123 if (cpulist_parse(str, non_housekeeping_mask) < 0) {
/linux-master/arch/arc/kernel/
H A Dsmp.c51 if (cpulist_parse(buf, cpumask))
/linux-master/kernel/
H A Dtaskstats.c371 ret = cpulist_parse(data, mask);
H A Dworkqueue.c7871 if (cpulist_parse(str, &wq_cmdline_cpumask) < 0) {
/linux-master/include/linux/
H A Dcpumask.h838 * cpulist_parse - extract a cpumask from a user string of ranges
844 static inline int cpulist_parse(const char *buf, struct cpumask *dstp) function
/linux-master/drivers/virt/nitro_enclaves/
H A Dne_misc_dev.c194 rc = cpulist_parse(ne_cpu_list, cpu_pool);
/linux-master/kernel/locking/
H A Dlocktorture.c77 ret = cpulist_parse(val, *cm_bind);
/linux-master/kernel/irq/
H A Dirqdesc.c30 cpulist_parse(str, irq_default_affinity);
/linux-master/drivers/target/iscsi/
H A Discsi_target_configfs.c1165 ret = cpulist_parse(orig, new_allowed_cpumask);
/linux-master/kernel/rcu/
H A Dtree_nocb.h67 if (cpulist_parse(++str, rcu_nocb_mask)) {
/linux-master/kernel/trace/
H A Dtrace_osnoise.c2349 err = cpulist_parse(buf, osnoise_cpumask_new);
/linux-master/kernel/cgroup/
H A Dcpuset.c2438 * Since cpulist_parse() fails on an empty mask, we special case
2446 retval = cpulist_parse(buf, trialcs->cpus_allowed);
2590 retval = cpulist_parse(buf, trialcs->exclusive_cpus);
/linux-master/drivers/infiniband/hw/hfi1/
H A Dsdma.c914 ret = cpulist_parse(buf, mask);
/linux-master/net/netfilter/ipvs/
H A Dip_vs_ctl.c1937 ret = cpulist_parse(buffer, newmask);
/linux-master/arch/x86/kernel/cpu/resctrl/
H A Drdtgroup.c515 ret = cpulist_parse(buf, newmask);

Completed in 476 milliseconds