Home
last modified time | relevance | path

Searched refs:SI_EXPANSION_SIZE (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/linux/
H A Dsignal.h25 #define SI_EXPANSION_SIZE (sizeof(struct siginfo) - sizeof(struct kernel_siginfo)) macro
32 SI_EXPANSION_SIZE); in copy_siginfo_to_external()
/openbmc/linux/kernel/
H A Dsignal.c3374 if (clear_user(expansion, SI_EXPANSION_SIZE)) in copy_siginfo_to_user()
3384 char buf[SI_EXPANSION_SIZE]; in post_copy_siginfo_from_user()
3392 if (copy_from_user(&buf, expansion, SI_EXPANSION_SIZE)) in post_copy_siginfo_from_user()
3394 for (i = 0; i < SI_EXPANSION_SIZE; i++) { in post_copy_siginfo_from_user()