Home
last modified time | relevance | path

Searched refs:new_set (Results 1 – 3 of 3) sorted by relevance

/linux/kernel/
H A Dcompat.c44 old_sigset_t old_set, new_set; in COMPAT_SYSCALL_DEFINE3() local
50 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()
/linux/drivers/net/ethernet/ibm/
H A Dibmvnic.c593 struct ibmvnic_ltb_set new_set; in alloc_ltb_set() local
618 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 …]
/linux/fs/smb/client/
H A Dconnect.c2975 bool new_set = (cifs_sb_flags(new) & CIFS_MOUNT_USE_PREFIX_PATH) && in match_prepath() local
2982 if (old_set && new_set && !strcmp(new->prepath, old->prepath)) in match_prepath()
2984 else if (!old_set && !new_set) in match_prepath()