| /linux/tools/testing/selftests/landlock/ |
| H A D | scoped_signal_test.c | 43 .sig = SIGURG, in FIXTURE_VARIANT_ADD() 71 if (sig == SIGTRAP || sig == SIGURG || sig == SIGHUP || sig == SIGTSTP) in scope_signal_handler() 384 if (sig == SIGURG) in TEST_F() 400 return sigaction(SIGURG, &sa, NULL); in TEST_F() 453 * Sending an out of bound message will trigger the SIGURG signal in TEST_F() 483 ASSERT_EQ(0, setup_signal_handler(SIGURG)); 537 * Sets the child to receive SIGURG for MSG_OOB. This uncommon use is
|
| /linux/security/apparmor/include/ |
| H A D | sig_names.h | 34 [SIGURG] = 23, /* 16, 23, 21 */
|
| /linux/arch/m68k/include/uapi/asm/ |
| H A D | signal.h | 41 #define SIGURG 23 macro
|
| /linux/arch/parisc/include/uapi/asm/ |
| H A D | signal.h | 35 #define SIGURG 29 macro
|
| /linux/include/uapi/asm-generic/ |
| H A D | signal.h | 34 #define SIGURG 23 macro
|
| /linux/arch/s390/include/uapi/asm/ |
| H A D | signal.h | 49 #define SIGURG 23 macro
|
| /linux/arch/arm/include/uapi/asm/ |
| H A D | signal.h | 41 #define SIGURG 23 macro
|
| /linux/arch/xtensa/include/uapi/asm/ |
| H A D | signal.h | 58 #define SIGURG 23 macro
|
| /linux/arch/mips/include/uapi/asm/ |
| H A D | signal.h | 47 #define SIGURG 21 /* Urgent condition on socket (4.2 BSD). */ macro
|
| /linux/arch/powerpc/include/uapi/asm/ |
| H A D | signal.h | 44 #define SIGURG 23 macro
|
| /linux/arch/alpha/include/uapi/asm/ |
| H A D | signal.h | 38 #define SIGURG 16 macro
|
| /linux/fs/ |
| H A D | fcntl.c | 945 if (sigio_perm(p, fown, SIGURG)) in send_sigurg_to_task() 946 do_send_sig_info(SIGURG, SEND_SIG_PRIV, p, type); in send_sigurg_to_task() 1143 if (!(sig == SIGURG && fown->signum == 0)) in kill_fasync_rcu()
|
| /linux/tools/testing/selftests/net/af_unix/ |
| H A D | msg_oob.c | 103 ret = sigaddset(&mask, SIGURG); in setup_sigurg() 198 ASSERT_EQ(siginfo.ssi_signo, SIGURG); in __sendpair()
|
| H A D | test_unix_oob.c | |
| /linux/include/linux/ |
| H A D | signal.h | 436 rt_sigmask(SIGWINCH) | rt_sigmask(SIGURG) )
|
| /linux/arch/loongarch/kernel/ |
| H A D | asm-offsets.c | 251 DEFINE(_SIGURG, SIGURG); in output_signal_defines()
|
| /linux/arch/mips/kernel/ |
| H A D | asm-offsets.c | 290 DEFINE(_SIGURG, SIGURG); in output_signal_defined()
|
| /linux/arch/x86/kernel/ |
| H A D | vm86_32.c | 729 | (1 << SIGUSR1) | (1 << SIGUSR2) | (1 << SIGIO) | (1 << SIGURG) \
|
| /linux/net/ |
| H A D | socket.c | 1512 kill_fasync(&wq->fasync_list, SIGURG, band); in sock_wake_async()
|