| /linux/net/sched/ |
| H A D | cls_flower.c | 2233 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 D | cpuset.c | 1659 * @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 D | time_bench.c | 258 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 D | signal.c | 44 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 D | flow_netlink.c | 1781 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 D | ip_vs_ctl.c | 2448 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, ¤t->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 D | mempolicy.c | 537 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 D | syscalls.h | 1145 asmlinkage long sys_ssetmask(int newmask);
|
| /linux/fs/xfs/ |
| H A D | xfs_trace.h | 6171 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 D | signal.c | 4791 SYSCALL_DEFINE1(ssetmask, int, newmask) in SYSCALL_DEFINE1() argument 4796 siginitset(&newset, newmask); in SYSCALL_DEFINE1()
|