Home
last modified time | relevance | path

Searched full:newmask (Results 1 – 10 of 10) sorted by relevance

/linux/net/sched/
H A Dcls_flower.c2233 struct fl_flow_mask *newmask;
2236 newmask = kzalloc_obj(*newmask); in fl_create_new_mask()
2237 if (!newmask) in fl_create_new_mask() local
2240 fl_mask_copy(newmask, mask); in fl_create_new_mask()
2242 if ((newmask->key.tp_range.tp_min.dst && in fl_create_new_mask()
2243 newmask->key.tp_range.tp_max.dst) || in fl_create_new_mask()
2244 (newmask->key.tp_range.tp_min.src && in fl_create_new_mask()
2245 newmask->key.tp_range.tp_max.src)) in fl_create_new_mask()
2246 newmask in fl_create_new_mask()
2285 struct fl_flow_mask *newmask; fl_check_assign_mask() local
[all...]
/linux/kernel/cgroup/
H A Dcpuset.c1659 * @newmask: Optional new cpumask for partcmd_update
1673 * For partcmd_update, if the optional newmask is specified, the cpu list is
1674 * to be changed from effective_xcpus to newmask. Otherwise, effective_xcpus is
1686 * The partcmd_update command is used by update_cpumasks_hier() with newmask
1687 * NULL and update_cpumask() with newmask set. The partcmd_invalidate is used
1688 * by update_cpumask() with NULL newmask. In both cases, the callers won't
1693 struct cpumask *newmask, in update_parent_effective_cpumask()
1741 if (!newmask && xcpus_empty(cs)) in update_parent_effective_cpumask()
1799 } else if (newmask) { in update_parent_effective_cpumask()
1803 if (cpumask_empty(newmask)) { in update_parent_effective_cpumask()
1690 update_parent_effective_cpumask(struct cpuset * cs,int cmd,struct cpumask * newmask,struct tmpmasks * tmp) update_parent_effective_cpumask() argument
[all...]
/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/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/net/netfilter/ipvs/
H A Dip_vs_ctl.c2448 cpumask_var_t newmask; in ipvs_proc_est_cpumask_get()
2451 if (!zalloc_cpumask_var(&newmask, GFP_KERNEL)) in ipvs_proc_est_cpumask_get()
2454 ret = cpulist_parse(buffer, newmask); in ipvs_proc_est_cpumask_get()
2467 cpumask_and(newmask, newmask, &current->cpus_mask); in ipvs_proc_est_cpulist()
2468 cpumask_copy(*valp, newmask); in ipvs_proc_est_cpulist()
2478 free_cpumask_var(newmask); in ipvs_proc_est_cpulist()
2409 cpumask_var_t newmask; ipvs_proc_est_cpumask_set() local
/linux/mm/
H A Dmempolicy.c537 static void mpol_rebind_policy(struct mempolicy *pol, const nodemask_t *newmask) in mpol_rebind_policy() argument
542 nodes_equal(pol->w.cpuset_mems_allowed, *newmask)) in mpol_rebind_policy()
545 mpol_ops[pol->mode].rebind(pol, newmask); in mpol_rebind_policy()
/linux/include/linux/
H A Dsyscalls.h1145 asmlinkage long sys_ssetmask(int newmask);
/linux/fs/xfs/
H A Dxfs_trace.h6171 TP_printk("dev %d:%d type %s domain %s oldmask 0x%x newmask 0x%x fsmask 0x%x",
6203 TP_printk("dev %d:%d type %s domain %s oldmask 0x%x newmask 0x%x grpmask 0x%x group 0x%x",
6238 TP_printk("dev %d:%d type %s domain %s oldmask 0x%x newmask 0x%x imask 0x%x ino 0x%llx gen 0x%x",
/linux/kernel/
H A Dsignal.c4791 SYSCALL_DEFINE1(ssetmask, int, newmask) in SYSCALL_DEFINE1() argument
4796 siginitset(&newset, newmask); in SYSCALL_DEFINE1()