Searched refs:si_band (Results 1 – 13 of 13) sorted by relevance
| /Linux-v6.6/include/uapi/asm-generic/ |
| D | siginfo.h | 169 #define si_band _sifields._sigpoll._band macro
|
| /Linux-v6.6/fs/ |
| D | signalfd.c | 102 new.ssi_band = kinfo->si_band; in signalfd_copyinfo()
|
| D | fcntl.c | 760 si.si_band = ~0L; in send_sigio_to_task() 762 si.si_band = mangle_poll(band_table[reason - POLL_IN]); in send_sigio_to_task()
|
| /Linux-v6.6/arch/x86/kernel/ |
| D | signal_32.c | 498 static_assert(offsetof(siginfo32_t, si_band) == 0x0C);
|
| D | signal_64.c | 507 static_assert(offsetof(siginfo_t, si_band) == 0x10);
|
| /Linux-v6.6/arch/arm/kernel/ |
| D | signal.c | 713 static_assert(offsetof(siginfo_t, si_band) == 0x0c);
|
| /Linux-v6.6/arch/arm64/kernel/ |
| D | signal32.c | 491 static_assert(offsetof(compat_siginfo_t, si_band) == 0x0c);
|
| D | signal.c | 1375 static_assert(offsetof(siginfo_t, si_band) == 0x10);
|
| /Linux-v6.6/kernel/ |
| D | signal.c | 3438 to->si_band = from->si_band; in copy_siginfo_to_external32() 3516 to->si_band = from->si_band; in post_copy_siginfo_from_user32() 4760 CHECK_OFFSET(si_band); in siginfo_buildtime_checks()
|
| /Linux-v6.6/arch/sparc/kernel/ |
| D | signal_64.c | 594 static_assert(offsetof(siginfo_t, si_band) == 0x10);
|
| D | signal32.c | 785 static_assert(offsetof(compat_siginfo_t, si_band) == 0x0c);
|
| /Linux-v6.6/arch/m68k/kernel/ |
| D | signal.c | 631 BUILD_BUG_ON(offsetof(siginfo_t, si_band) != 0x0c); in siginfo_build_tests()
|
| /Linux-v6.6/Documentation/virt/uml/ |
| D | user_mode_linux_howto_v2.rst | 1112 --- SIGIO {si_signo=SIGIO, si_code=POLL_IN, si_band=65} ---
|