Searched refs:si_value (Results 1 – 19 of 19) sorted by relevance
| /linux-6.15/include/uapi/asm-generic/ |
| H A D | siginfo.h | 152 #define si_value _sifields._rt._sigval macro
|
| /linux-6.15/tools/testing/selftests/bpf/prog_tests/ |
| H A D | send_signal.c | 17 sigusr1_received = (int)(long long)i->si_value.sival_ptr; in sigusr1_siginfo_handler()
|
| /linux-6.15/arch/x86/kernel/ |
| H A D | signal_32.c | 487 static_assert(offsetof(siginfo32_t, si_value) == 0x14); 493 static_assert(offsetof(siginfo32_t, si_value) == 0x14);
|
| H A D | signal_64.c | 468 static_assert(offsetof(siginfo_t, si_value) == 0x18); 474 static_assert(offsetof(siginfo_t, si_value) == 0x18);
|
| /linux-6.15/arch/m68k/kernel/ |
| H A D | signal.c | 600 BUILD_BUG_ON(offsetof(siginfo_t, si_value) != 0x14); in siginfo_build_tests() 605 BUILD_BUG_ON(offsetof(siginfo_t, si_value) != 0x14); in siginfo_build_tests()
|
| /linux-6.15/kernel/time/ |
| H A D | posix-timers.c | 525 new_timer->sigq.info.si_value = event->sigev_value; in do_timer_create() 529 new_timer->sigq.info.si_value.sival_int = new_timer->it_id; in do_timer_create()
|
| /linux-6.15/arch/arm/kernel/ |
| H A D | signal.c | 702 static_assert(offsetof(siginfo_t, si_value) == 0x14);
|
| /linux-6.15/arch/arm64/kernel/ |
| H A D | signal32.c | 480 static_assert(offsetof(compat_siginfo_t, si_value) == 0x14);
|
| H A D | signal.c | 1738 static_assert(offsetof(siginfo_t, si_value) == 0x18);
|
| /linux-6.15/arch/sparc/kernel/ |
| H A D | signal_64.c | 582 static_assert(offsetof(siginfo_t, si_value) == 0x18);
|
| H A D | signal32.c | 773 static_assert(offsetof(compat_siginfo_t, si_value) == 0x14);
|
| /linux-6.15/tools/perf/ |
| H A D | builtin-ftrace.c | 64 workload_exec_errno = info->si_value.sival_int; in ftrace__workload_exec_failed_signal()
|
| H A D | builtin-stat.c | 502 workload_exec_errno = info->si_value.sival_int; in workload_exec_failed_signal()
|
| H A D | builtin-record.c | 2000 workload_exec_errno = info->si_value.sival_int; in workload_exec_failed_signal()
|
| /linux-6.15/ipc/ |
| H A D | mqueue.c | 807 sig_i.si_value = info->notify.sigev_value; in __do_notify()
|
| /linux-6.15/kernel/ |
| H A D | signal.c | 4913 CHECK_OFFSET(si_value); in siginfo_buildtime_checks() 4918 CHECK_OFFSET(si_value); in siginfo_buildtime_checks()
|
| /linux-6.15/kernel/trace/ |
| H A D | bpf_trace.c | 835 info.si_value.sival_ptr = (void *)(unsigned long)value; in bpf_send_signal_common()
|
| /linux-6.15/fs/proc/ |
| H A D | base.c | 2550 timer->sigq.info.si_value.sival_ptr); in show_timer()
|
| /linux-6.15/Documentation/virt/uml/ |
| H A D | user_mode_linux_howto_v2.rst | 1165 …--- SIGALRM {si_signo=SIGALRM, si_code=SI_TIMER, si_timerid=0, si_overrun=0, si_value={int=1631716…
|