Home
last modified time | relevance | path

Searched refs:si_band (Results 1 – 12 of 12) sorted by relevance

/linux/arch/x86/kernel/
A Dsignal_compat.c159 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/include/uapi/asm-generic/
A Dsiginfo.h167 #define si_band _sifields._sigpoll._band macro
/linux/fs/
A Dsignalfd.c102 new.ssi_band = kinfo->si_band; in signalfd_copyinfo()
A Dfcntl.c776 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/arch/arm/kernel/
A Dsignal.c711 static_assert(offsetof(siginfo_t, si_band) == 0x0c);
/linux/kernel/
A Dsignal.c3395 to->si_band = from->si_band; in copy_siginfo_to_external32()
3472 to->si_band = from->si_band; in post_copy_siginfo_from_user32()
4713 CHECK_OFFSET(si_band); in siginfo_buildtime_checks()
/linux/arch/arm64/kernel/
A Dsignal32.c490 static_assert(offsetof(compat_siginfo_t, si_band) == 0x0c);
A Dsignal.c1013 static_assert(offsetof(siginfo_t, si_band) == 0x10);
/linux/arch/sparc/kernel/
A Dsignal_64.c593 static_assert(offsetof(siginfo_t, si_band) == 0x10);
A Dsignal32.c783 static_assert(offsetof(compat_siginfo_t, si_band) == 0x0c);
/linux/arch/m68k/kernel/
A Dsignal.c630 BUILD_BUG_ON(offsetof(siginfo_t, si_band) != 0x0c); in siginfo_build_tests()
/linux/Documentation/virt/uml/
A Duser_mode_linux_howto_v2.rst1108 --- SIGIO {si_signo=SIGIO, si_code=POLL_IN, si_band=65} ---

Completed in 41 milliseconds