Home
last modified time | relevance | path

Searched refs:cpumask_parse (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/drivers/md/
H A Ddm-ps-io-affinity.c72 ret = cpumask_parse(argv[0], pi->cpumask); in ioa_add_path()
/linux-6.15/net/core/
H A Dsysctl_net_core.c129 err = cpumask_parse(buffer, rps_default_mask); in rps_default_mask_sysctl()
230 ret = cpumask_parse(buffer, mask); in flow_limit_cpu_sysctl()
/linux-6.15/kernel/trace/
H A Dtrace_boot.c73 if (cpumask_parse(p, new_mask) < 0 || in trace_boot_set_instance_options()
/linux-6.15/include/linux/
H A Dcpumask.h918 static __always_inline int cpumask_parse(const char *buf, struct cpumask *dstp) in cpumask_parse() function
/linux-6.15/drivers/vdpa/vdpa_user/
H A Dvduse_dev.c1492 ret = cpumask_parse(buf, new_value); in irq_cb_affinity_store()
/linux-6.15/kernel/
H A Dworkqueue.c7165 ret = cpumask_parse(buf, attrs->cpumask); in wq_cpumask_store()
7336 ret = cpumask_parse(buf, cpumask); in cpumask_store()
/linux-6.15/arch/x86/kernel/cpu/resctrl/
H A Drdtgroup.c553 ret = cpumask_parse(buf, newmask); in rdtgroup_cpus_write()