Searched refs:nset (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/drivers/input/keyboard/ |
D | locomokbd.c | 104 unsigned short nset; in locomokbd_activate_col() local 107 nset = 0xFF & ~(1 << col); in locomokbd_activate_col() 108 nbset = (nset << 8) + nset; in locomokbd_activate_col()
|
/linux-4.4.14/kernel/ |
D | signal.c | 2535 SYSCALL_DEFINE4(rt_sigprocmask, int, how, sigset_t __user *, nset, in SYSCALL_DEFINE4() argument 2547 if (nset) { in SYSCALL_DEFINE4() 2548 if (copy_from_user(&new_set, nset, sizeof(sigset_t))) in SYSCALL_DEFINE4() 2566 COMPAT_SYSCALL_DEFINE4(rt_sigprocmask, int, how, compat_sigset_t __user *, nset, in COMPAT_SYSCALL_DEFINE4() argument 2576 if (nset) { in COMPAT_SYSCALL_DEFINE4() 2580 if (copy_from_user(&new32, nset, sizeof(compat_sigset_t))) in COMPAT_SYSCALL_DEFINE4() 2598 return sys_rt_sigprocmask(how, (sigset_t __user *)nset, in COMPAT_SYSCALL_DEFINE4() 3250 SYSCALL_DEFINE3(sigprocmask, int, how, old_sigset_t __user *, nset, in SYSCALL_DEFINE3() argument 3258 if (nset) { in SYSCALL_DEFINE3() 3259 if (copy_from_user(&new_set, nset, sizeof(*nset))) in SYSCALL_DEFINE3()
|
D | compat.c | 402 compat_old_sigset_t __user *, nset, in COMPAT_SYSCALL_DEFINE3() argument 410 if (nset) { in COMPAT_SYSCALL_DEFINE3() 411 if (get_user(new_set, nset)) in COMPAT_SYSCALL_DEFINE3()
|
/linux-4.4.14/fs/reiserfs/ |
D | fix_node.c | 1491 int lpar, rpar, nset, lset, rset, lrset; in ip_check_balance() local 1524 nset = NOTHING_SHIFT_NO_FLOW; in ip_check_balance() 1540 nset = NOTHING_SHIFT_FLOW, nver = nver1; in ip_check_balance() 1665 set_parameters(tb, h, 0, 0, nver, snum012 + nset, -1, in ip_check_balance()
|
/linux-4.4.14/drivers/staging/rdma/ipath/ |
D | ipath_file_ops.c | 1696 int ncpus = num_online_cpus(), curcpu = -1, nset = 0; in find_best_unit() local 1704 nset++; in find_best_unit() 1707 if (curcpu != -1 && nset != ncpus) { in find_best_unit()
|
/linux-4.4.14/include/linux/ |
D | compat.h | 697 asmlinkage long compat_sys_sigprocmask(int how, compat_old_sigset_t __user *nset,
|
/linux-4.4.14/Documentation/trace/ |
D | ftrace.txt | 2821 …bash-1998 [000] d... 140.733514: sys_rt_sigprocmask(how: 0, nset: 0, oset: 6e2768, sigsetsize: …
|