Home
last modified time | relevance | path

Searched refs:nset (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/input/keyboard/
H A Dlocomokbd.c89 unsigned short nset; in locomokbd_activate_col() local
92 nset = 0xFF & ~(1 << col); in locomokbd_activate_col()
93 nbset = (nset << 8) + nset; in locomokbd_activate_col()
/linux/kernel/
H A Dcompat.c41 compat_old_sigset_t __user *, nset, in COMPAT_SYSCALL_DEFINE3() argument
49 if (nset) { in COMPAT_SYSCALL_DEFINE3()
50 if (get_user(new_set, nset)) in COMPAT_SYSCALL_DEFINE3()
H A Dsignal.c3312 * @nset: stores pending signals
3316 SYSCALL_DEFINE4(rt_sigprocmask, int, how, sigset_t __user *, nset, in SYSCALL_DEFINE4() argument
3328 if (nset) { in SYSCALL_DEFINE4()
3329 if (copy_from_user(&new_set, nset, sizeof(sigset_t))) in SYSCALL_DEFINE4()
3347 COMPAT_SYSCALL_DEFINE4(rt_sigprocmask, int, how, compat_sigset_t __user *, nset, in COMPAT_SYSCALL_DEFINE4() argument
3356 if (nset) { in COMPAT_SYSCALL_DEFINE4()
3359 if (get_compat_sigset(&new_set, nset)) in COMPAT_SYSCALL_DEFINE4()
4572 * @nset: signals to add or remove (if non-null)
4579 SYSCALL_DEFINE3(sigprocmask, int, how, old_sigset_t __user *, nset, in SYSCALL_DEFINE3() argument
4587 if (nset) { in SYSCALL_DEFINE3()
[all...]
/linux/include/linux/
H A Dcompat.h851 asmlinkage long compat_sys_sigprocmask(int how, compat_old_sigset_t __user *nset,
/linux/Documentation/trace/
H A Dftrace.rst3754 …bash-1998 [000] d... 140.733514: sys_rt_sigprocmask(how: 0, nset: 0, oset: 6e2768, sigsetsize: …