Searched refs:newmask (Results 1 - 10 of 10) sorted by relevance

/linux-master/net/sched/
H A Dcls_flower.c2108 struct fl_flow_mask *newmask; local
2111 newmask = kzalloc(sizeof(*newmask), GFP_KERNEL);
2112 if (!newmask)
2115 fl_mask_copy(newmask, mask);
2117 if ((newmask->key.tp_range.tp_min.dst &&
2118 newmask->key.tp_range.tp_max.dst) ||
2119 (newmask->key.tp_range.tp_min.src &&
2120 newmask->key.tp_range.tp_max.src))
2121 newmask
2156 struct fl_flow_mask *newmask; local
[all...]
/linux-master/arch/x86/kernel/cpu/resctrl/
H A Drdtgroup.c371 static int cpus_mon_write(struct rdtgroup *rdtgrp, cpumask_var_t newmask, argument
378 cpumask_andnot(tmpmask, newmask, &prgrp->cpu_mask);
385 cpumask_andnot(tmpmask, &rdtgrp->cpu_mask, newmask);
396 cpumask_andnot(tmpmask, newmask, &rdtgrp->cpu_mask);
409 cpumask_copy(&rdtgrp->cpu_mask, newmask);
424 static int cpus_ctrl_write(struct rdtgroup *rdtgrp, cpumask_var_t newmask, argument
431 cpumask_andnot(tmpmask, &rdtgrp->cpu_mask, newmask);
450 cpumask_andnot(tmpmask, newmask, &rdtgrp->cpu_mask);
463 cpumask_copy(&rdtgrp->cpu_mask, newmask);
482 cpumask_var_t tmpmask, newmask, tmpmask local
[all...]
/linux-master/kernel/cgroup/
H A Dcpuset.c1660 * @newmask: the new effective_xcpus mask
1666 static void remote_cpus_update(struct cpuset *cs, struct cpumask *newmask, argument
1678 if (cpumask_empty(newmask))
1681 adding = cpumask_andnot(tmp->addmask, newmask, cs->effective_xcpus);
1682 deleting = cpumask_andnot(tmp->delmask, cs->effective_xcpus, newmask);
1716 * @newmask: the new effective_xcpus mask
1723 static void remote_partition_check(struct cpuset *cs, struct cpumask *newmask, argument
1732 if (!cpumask_andnot(delmask, cs->effective_xcpus, newmask) ||
1778 * @newmask: Optional new cpumask for partcmd_update
1792 * For partcmd_update, if the optional newmask i
1811 update_parent_effective_cpumask(struct cpuset *cs, int cmd, struct cpumask *newmask, struct tmpmasks *tmp) argument
[all...]
/linux-master/arch/alpha/kernel/
H A Dsignal.c44 SYSCALL_DEFINE2(osf_sigprocmask, int, how, unsigned long, newmask)
50 siginitset(&mask, newmask & _BLOCKABLE);
/linux-master/net/netfilter/ipvs/
H A Dip_vs_ctl.c1931 cpumask_var_t newmask; local
1934 if (!zalloc_cpumask_var(&newmask, GFP_KERNEL))
1937 ret = cpulist_parse(buffer, newmask);
1950 cpumask_and(newmask, newmask, &current->cpus_mask);
1951 cpumask_copy(*valp, newmask);
1961 free_cpumask_var(newmask);
/linux-master/fs/notify/fanotify/
H A Dfanotify_user.c1054 __u32 oldmask, newmask; local
1065 newmask = fsnotify_calc_mask(fsn_mark);
1075 return oldmask & ~newmask;
/linux-master/net/openvswitch/
H A Dflow_netlink.c1805 struct nlattr *newmask = NULL; local
1834 newmask = kmemdup(nla_key,
1837 if (!newmask)
1840 mask_set_nlattr(newmask, 0xff);
1849 nla_mask = newmask;
1874 kfree(newmask);
/linux-master/mm/
H A Dmempolicy.c388 static void mpol_rebind_policy(struct mempolicy *pol, const nodemask_t *newmask) argument
393 nodes_equal(pol->w.cpuset_mems_allowed, *newmask))
396 mpol_ops[pol->mode].rebind(pol, newmask);
/linux-master/kernel/
H A Dsignal.c4646 SYSCALL_DEFINE1(ssetmask, int, newmask)
4651 siginitset(&newset, newmask);
/linux-master/include/linux/
H A Dsyscalls.h1101 asmlinkage long sys_ssetmask(int newmask);

Completed in 209 milliseconds