Searched refs:new_mask (Results 1 – 3 of 3) sorted by relevance
8 void bar(structty new_mask);
1086 extern int set_cpus_allowed(struct task_struct *p, cpumask_t new_mask);1088 static inline int set_cpus_allowed(struct task_struct *p, cpumask_t new_mask) in set_cpus_allowed() argument1090 if (!cpu_isset(0, new_mask)) in set_cpus_allowed()1523 extern long sched_setaffinity(pid_t pid, cpumask_t new_mask);
2862 IRTemp old_mask, new_mask, cur_mask; in dis_neon_vtb() local2886 new_mask = newTemp(Ity_I64); in dis_neon_vtb()2893 assign(new_mask, binop(Iop_Or64, mkexpr(old_mask), mkexpr(cur_mask))); in dis_neon_vtb()2905 old_mask = new_mask; in dis_neon_vtb()