Searched refs:si_band (Results 1 – 13 of 13) sorted by relevance
| /linux/include/uapi/asm-generic/ |
| H A D | siginfo.h | 164 #define si_band _sifields._sigpoll._band macro
|
| /linux/fs/ |
| H A D | signalfd.c | 101 new.ssi_band = kinfo->si_band; in signalfd_copyinfo()
|
| H A D | fcntl.c | 898 si.si_band = ~0L; in send_sigio_to_task() 900 si.si_band = mangle_poll(band_table[reason - POLL_IN]); in send_sigio_to_task()
|
| /linux/arch/x86/kernel/ |
| H A D | signal_32.c | 526 static_assert(offsetof(siginfo32_t, si_band) == 0x0C);
|
| H A D | signal_64.c | 517 static_assert(offsetof(siginfo_t, si_band) == 0x10);
|
| /linux/arch/arm/kernel/ |
| H A D | signal.c | 714 static_assert(offsetof(siginfo_t, si_band) == 0x0c);
|
| /linux/arch/arm64/kernel/ |
| H A D | signal32.c | 494 static_assert(offsetof(compat_siginfo_t, si_band) == 0x0c);
|
| H A D | signal.c | 1724 static_assert(offsetof(siginfo_t, si_band) == 0x10);
|
| /linux/kernel/ |
| H A D | signal.c | 3577 to->si_band = from->si_band; in copy_siginfo_to_external32() 3655 to->si_band = from->si_band; in post_copy_siginfo_from_user32() 4941 CHECK_OFFSET(si_band); in siginfo_buildtime_checks()
|
| /linux/arch/sparc/kernel/ |
| H A D | signal_64.c | 594 static_assert(offsetof(siginfo_t, si_band) == 0x10);
|
| H A D | signal32.c | 785 static_assert(offsetof(compat_siginfo_t, si_band) == 0x0c);
|
| /linux/arch/m68k/kernel/ |
| H A D | signal.c | 633 BUILD_BUG_ON(offsetof(siginfo_t, si_band) != 0x0c); in siginfo_build_tests()
|
| /linux/Documentation/virt/uml/ |
| H A D | user_mode_linux_howto_v2.rst | 1114 --- SIGIO {si_signo=SIGIO, si_code=POLL_IN, si_band=65} ---
|