Searched refs:__SI_MASK (Results 1 – 6 of 6) sorted by relevance
6 #define __SI_MASK 0xffff0000u macro
99 switch (kinfo->si_code & __SI_MASK) { in signalfd_copyinfo()
476 BUG_ON((reason & __SI_MASK) != __SI_POLL); in send_sigio_to_task()
149 else switch (from->si_code & __SI_MASK) { in copy_siginfo_to_user32()
597 BUG_ON(info.si_code & __SI_MASK); in COMPAT_SYSCALL_DEFINE5()
614 if ((info->si_code & __SI_MASK) == __SI_TIMER && info->si_sys_private) { in dequeue_signal()2678 switch (from->si_code & __SI_MASK) { in copy_siginfo_to_user()