Searched refs:si_band (Results 1 – 12 of 12) sorted by relevance
| /Linux-v5.15/arch/x86/kernel/ |
| D | signal_compat.c | 159 BUILD_BUG_ON(offsetof(siginfo_t, si_band) != 0x10); in signal_compat_build_tests() 161 BUILD_BUG_ON(offsetof(compat_siginfo_t, si_band) != 0x0C); in signal_compat_build_tests()
|
| /Linux-v5.15/include/uapi/asm-generic/ |
| D | siginfo.h | 167 #define si_band _sifields._sigpoll._band macro
|
| /Linux-v5.15/fs/ |
| D | signalfd.c | 112 new.ssi_band = kinfo->si_band; in signalfd_copyinfo()
|
| D | fcntl.c | 776 si.si_band = ~0L; in send_sigio_to_task() 778 si.si_band = mangle_poll(band_table[reason - POLL_IN]); in send_sigio_to_task()
|
| /Linux-v5.15/arch/arm/kernel/ |
| D | signal.c | 711 static_assert(offsetof(siginfo_t, si_band) == 0x0c);
|
| /Linux-v5.15/arch/arm64/kernel/ |
| D | signal32.c | 490 static_assert(offsetof(compat_siginfo_t, si_band) == 0x0c);
|
| D | signal.c | 1013 static_assert(offsetof(siginfo_t, si_band) == 0x10);
|
| /Linux-v5.15/kernel/ |
| D | signal.c | 3398 to->si_band = from->si_band; in copy_siginfo_to_external32() 3475 to->si_band = from->si_band; in post_copy_siginfo_from_user32() 4680 CHECK_OFFSET(si_band); in siginfo_buildtime_checks()
|
| /Linux-v5.15/arch/sparc/kernel/ |
| D | signal_64.c | 593 static_assert(offsetof(siginfo_t, si_band) == 0x10);
|
| D | signal32.c | 783 static_assert(offsetof(compat_siginfo_t, si_band) == 0x0c);
|
| /Linux-v5.15/arch/m68k/kernel/ |
| D | signal.c | 630 BUILD_BUG_ON(offsetof(siginfo_t, si_band) != 0x0c); in siginfo_build_tests()
|
| /Linux-v5.15/Documentation/virt/uml/ |
| D | user_mode_linux_howto_v2.rst | 1103 --- SIGIO {si_signo=SIGIO, si_code=POLL_IN, si_band=65} ---
|