Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/net/bench/page_pool/
H A Dtime_bench.c258 cpumask_t newmask = CPU_MASK_NONE; in invoke_test_on_cpu_func() local
262 cpumask_set_cpu(cpu->rec.cpu, &newmask); in invoke_test_on_cpu_func()
263 set_cpus_allowed_ptr(current, &newmask); in invoke_test_on_cpu_func()
/linux/net/sched/
H A Dcls_flower.c2237 struct fl_flow_mask *newmask; in fl_create_new_mask() local
2240 newmask = kzalloc(sizeof(*newmask), GFP_KERNEL); in fl_create_new_mask()
2241 if (!newmask) in fl_create_new_mask()
2244 fl_mask_copy(newmask, mask); in fl_create_new_mask()
2246 if ((newmask->key.tp_range.tp_min.dst && in fl_create_new_mask()
2247 newmask->key.tp_range.tp_max.dst) || in fl_create_new_mask()
2248 (newmask->key.tp_range.tp_min.src && in fl_create_new_mask()
2249 newmask->key.tp_range.tp_max.src)) in fl_create_new_mask()
2250 newmask in fl_create_new_mask()
2285 struct fl_flow_mask *newmask; fl_check_assign_mask() local
[all...]
/linux/kernel/cgroup/
H A Dcpuset.c1816 struct cpumask *newmask, in update_parent_effective_cpumask() argument
1863 if (!newmask && xcpus_empty(cs)) in update_parent_effective_cpumask()
1921 } else if (newmask) { in update_parent_effective_cpumask()
1925 if (cpumask_empty(newmask)) { in update_parent_effective_cpumask()
1931 nocpu |= tasks_nocpu_error(parent, cs, newmask); in update_parent_effective_cpumask()
1951 newmask, parent->effective_xcpus); in update_parent_effective_cpumask()
1953 cpumask_andnot(tmp->addmask, xcpus, newmask); in update_parent_effective_cpumask()
1957 cpumask_andnot(tmp->delmask, newmask, xcpus); in update_parent_effective_cpumask()
2122 if ((cmd == partcmd_update) && !newmask) in update_parent_effective_cpumask()
/linux/arch/alpha/kernel/
H A Dsignal.c44 SYSCALL_DEFINE2(osf_sigprocmask, int, how, unsigned long, newmask) in SYSCALL_DEFINE2() argument
50 siginitset(&mask, newmask & _BLOCKABLE); in SYSCALL_DEFINE2()
/linux/net/openvswitch/
H A Dflow_netlink.c1781 struct nlattr *newmask = NULL; in ovs_nla_get_match() local
1810 newmask = kmemdup(nla_key, in ovs_nla_get_match()
1813 if (!newmask) in ovs_nla_get_match()
1816 mask_set_nlattr(newmask, 0xff); in ovs_nla_get_match()
1825 nla_mask = newmask; in ovs_nla_get_match()
1850 kfree(newmask); in ovs_nla_get_match()
/linux/mm/
H A Dmempolicy.c532 static void mpol_rebind_policy(struct mempolicy *pol, const nodemask_t *newmask) in mpol_rebind_policy() argument
537 nodes_equal(pol->w.cpuset_mems_allowed, *newmask)) in mpol_rebind_policy()
540 mpol_ops[pol->mode].rebind(pol, newmask); in mpol_rebind_policy()
/linux/include/linux/
H A Dsyscalls.h1140 asmlinkage long sys_ssetmask(int newmask);