Searched refs:new_set (Results 1 – 2 of 2) sorted by relevance
44 old_sigset_t old_set, new_set; in COMPAT_SYSCALL_DEFINE3() local50 if (get_user(new_set, nset)) in COMPAT_SYSCALL_DEFINE3()52 new_set &= ~(sigmask(SIGKILL) | sigmask(SIGSTOP)); in COMPAT_SYSCALL_DEFINE3()58 sigaddsetmask(&new_blocked, new_set); in COMPAT_SYSCALL_DEFINE3()61 sigdelsetmask(&new_blocked, new_set); in COMPAT_SYSCALL_DEFINE3()64 compat_sig_setmask(&new_blocked, new_set); in COMPAT_SYSCALL_DEFINE3()
593 struct ibmvnic_ltb_set new_set; in alloc_ltb_set() local618 new_set = old_set; in alloc_ltb_set()622 new_set.ltbs = kzalloc(tmp, GFP_KERNEL); in alloc_ltb_set()623 if (!new_set.ltbs) in alloc_ltb_set()626 new_set.num_ltbs = nltbs; in alloc_ltb_set()629 for (i = new_set.num_ltbs; i < old_set.num_ltbs; i++) in alloc_ltb_set()636 n = min(old_set.num_ltbs, new_set.num_ltbs); in alloc_ltb_set()638 new_set.ltbs[i] = old_set.ltbs[i]; in alloc_ltb_set()656 *ltb_set = new_set; in alloc_ltb_set()667 rc = alloc_long_term_buff(adapter, &new_set.ltbs[i], ltb_size); in alloc_ltb_set()[all …]