| /linux/arch/um/include/asm/ |
| H A D | thread_info.h | 36 #define TIF_SIGPENDING 1 /* signal pending */ macro 50 #define _TIF_SIGPENDING (1 << TIF_SIGPENDING)
|
| /linux/arch/m68k/include/asm/ |
| H A D | thread_info.h | 63 #define TIF_SIGPENDING 6 /* signal pending */ macro 72 #define _TIF_SIGPENDING (1 << TIF_SIGPENDING)
|
| /linux/arch/nios2/include/asm/ |
| H A D | thread_info.h | 75 #define TIF_SIGPENDING 2 /* signal pending */ macro 88 #define _TIF_SIGPENDING (1 << TIF_SIGPENDING)
|
| /linux/arch/hexagon/include/asm/ |
| H A D | thread_info.h | 88 #define TIF_SIGPENDING 2 /* signal pending */ macro 98 #define _TIF_SIGPENDING (1 << TIF_SIGPENDING)
|
| /linux/arch/arc/include/asm/ |
| H A D | thread_info.h | 76 #define TIF_SIGPENDING 2 /* signal pending */ macro 87 #define _TIF_SIGPENDING (1<<TIF_SIGPENDING)
|
| /linux/arch/openrisc/include/asm/ |
| H A D | thread_info.h | 89 #define TIF_SIGPENDING 2 /* signal pending */ macro 103 #define _TIF_SIGPENDING (1<<TIF_SIGPENDING)
|
| /linux/arch/parisc/include/asm/ |
| H A D | thread_info.h | 42 #define TIF_SIGPENDING 1 /* signal pending */ macro 57 #define _TIF_SIGPENDING (1 << TIF_SIGPENDING)
|
| /linux/arch/csky/include/asm/ |
| H A D | thread_info.h | 56 #define TIF_SIGPENDING 0 /* signal pending */ macro 69 #define _TIF_SIGPENDING (1 << TIF_SIGPENDING)
|
| /linux/arch/xtensa/include/asm/ |
| H A D | thread_info.h | 116 #define TIF_SIGPENDING 1 /* signal pending */ macro 129 #define _TIF_SIGPENDING (1<<TIF_SIGPENDING)
|
| /linux/arch/microblaze/include/asm/ |
| H A D | thread_info.h | 100 #define TIF_SIGPENDING 2 /* signal pending */ macro 114 #define _TIF_SIGPENDING (1 << TIF_SIGPENDING)
|
| /linux/arch/sh/include/asm/ |
| H A D | thread_info.h | 101 #define TIF_SIGPENDING 1 /* signal pending */ macro 113 #define _TIF_SIGPENDING (1 << TIF_SIGPENDING)
|
| /linux/arch/mips/include/asm/ |
| H A D | thread_info.h | 110 #define TIF_SIGPENDING 1 /* signal pending */ macro 135 #define _TIF_SIGPENDING (1<<TIF_SIGPENDING)
|
| /linux/arch/arm/include/asm/ |
| H A D | thread_info.h | 142 #define TIF_SIGPENDING 0 /* signal pending */ macro 157 #define _TIF_SIGPENDING (1 << TIF_SIGPENDING)
|
| /linux/arch/um/kernel/ |
| H A D | ptrace.c | 160 set_thread_flag(TIF_SIGPENDING); in syscall_trace_leave()
|
| /linux/kernel/cgroup/ |
| H A D | freezer.c | 142 set_thread_flag(TIF_SIGPENDING); in cgroup_leave_frozen()
|
| /linux/arch/microblaze/kernel/ |
| H A D | signal.c | 310 if (test_thread_flag(TIF_SIGPENDING) || in do_notify_resume()
|
| /linux/net/9p/ |
| H A D | client.c | 578 clear_thread_flag(TIF_SIGPENDING); in p9_client_rpc() 604 clear_thread_flag(TIF_SIGPENDING); in p9_client_rpc() 615 clear_thread_flag(TIF_SIGPENDING); in p9_client_rpc() 680 clear_thread_flag(TIF_SIGPENDING); in p9_client_zc_rpc() 700 clear_thread_flag(TIF_SIGPENDING); in p9_client_zc_rpc()
|
| /linux/arch/nios2/kernel/ |
| H A D | signal.c | 312 if (test_thread_flag(TIF_SIGPENDING) || in do_notify_resume()
|
| /linux/drivers/char/tpm/ |
| H A D | xen-tpmfront.c | 86 clear_thread_flag(TIF_SIGPENDING); in wait_for_tpm_stat()
|
| H A D | tpm_tis_core.c | 104 clear_thread_flag(TIF_SIGPENDING); in wait_for_tpm_stat() 217 clear_thread_flag(TIF_SIGPENDING); in __tpm_tis_request_locality()
|
| /linux/arch/xtensa/kernel/ |
| H A D | signal.c | 529 if (test_thread_flag(TIF_SIGPENDING) || in do_notify_resume()
|
| /linux/arch/arc/kernel/ |
| H A D | signal.c | 410 if (test_thread_flag(TIF_SIGPENDING) && get_signal(&ksig)) { in do_signal()
|
| /linux/drivers/tty/ |
| H A D | tty_jobctrl.c | 57 set_thread_flag(TIF_SIGPENDING); in __tty_check_change()
|
| /linux/arch/m68k/kernel/ |
| H A D | signal.c | 1117 test_thread_flag(TIF_SIGPENDING)) in do_notify_resume()
|
| /linux/net/sunrpc/ |
| H A D | svc.c | 1292 clear_thread_flag(TIF_SIGPENDING);
|