/linux-4.1.27/include/linux/ |
H A D | signal.h | 26 struct sigpending { struct 229 static inline void init_sigpending(struct sigpending *sig) init_sigpending() 235 extern void flush_sigqueue(struct sigpending *queue); 246 extern int next_signal(struct sigpending *pending, sigset_t *mask);
|
H A D | sched.h | 623 struct sigpending shared_pending; 789 atomic_t sigpending; /* How many pending signals does this user have? */ member in struct:user_struct 1489 struct sigpending pending;
|
/linux-4.1.27/arch/m32r/kernel/ |
H A D | entry.S | 165 ; setting need_resched or sigpending 213 ; setting need_resched or sigpending 230 ; setting need_resched or sigpending
|
/linux-4.1.27/kernel/ |
H A D | user.c | 94 .sigpending = ATOMIC_INIT(0),
|
H A D | signal.c | 171 int next_signal(struct sigpending *pending, sigset_t *mask) next_signal() 372 atomic_inc(&user->sigpending); __sigqueue_alloc() 376 atomic_read(&user->sigpending) <= __sigqueue_alloc() 384 atomic_dec(&user->sigpending); __sigqueue_alloc() 399 atomic_dec(&q->user->sigpending); __sigqueue_free() 404 void flush_sigqueue(struct sigpending *queue) flush_sigqueue() 435 static void __flush_itimer_signals(struct sigpending *pending) __flush_itimer_signals() 546 static void collect_signal(int sig, struct sigpending *list, siginfo_t *info) collect_signal() 583 static int __dequeue_signal(struct sigpending *pending, sigset_t *mask, __dequeue_signal() 710 static int flush_sigqueue_mask(sigset_t *mask, struct sigpending *s) flush_sigqueue_mask() 997 static inline int legacy_queue(struct sigpending *signals, int sig) legacy_queue() 1026 struct sigpending *pending; __send_signal() 1575 struct sigpending *pending; send_sigqueue() 3286 SYSCALL_DEFINE1(sigpending, old_sigset_t __user *, set) SYSCALL_DEFINE1()
|
H A D | compat.c | 374 COMPAT_SYSCALL_DEFINE1(sigpending, compat_old_sigset_t __user *, set) COMPAT_SYSCALL_DEFINE1()
|
H A D | ptrace.c | 628 struct sigpending *pending; ptrace_peek_siginfo()
|
/linux-4.1.27/net/9p/ |
H A D | client.c | 728 int sigpending, err; p9_client_rpc() local 739 sigpending = 1; p9_client_rpc() 742 sigpending = 0; p9_client_rpc() 763 sigpending = 1; p9_client_rpc() 774 sigpending = 1; p9_client_rpc() 784 if (sigpending) { p9_client_rpc() 821 int sigpending, err; p9_client_zc_rpc() local 836 sigpending = 1; p9_client_zc_rpc() 839 sigpending = 0; p9_client_zc_rpc() 855 sigpending = 1; p9_client_zc_rpc() 865 if (sigpending) { p9_client_zc_rpc()
|
/linux-4.1.27/arch/c6x/kernel/ |
H A D | entry.S | 267 ;; sigpending between sampling and the rti 309 ;; sigpending between sampling and the rti 373 ;; sigpending between sampling and the rti
|
/linux-4.1.27/arch/sparc/include/asm/ |
H A D | thread_info_64.h | 160 * user: need_resched, notify_resume, sigpending, wsaved
|
/linux-4.1.27/arch/mn10300/kernel/ |
H A D | entry.S | 91 # sigpending between sampling and the rti 129 # sigpending between sampling and the rti
|
/linux-4.1.27/arch/ia64/kernel/ |
H A D | asm-offsets.c | 192 DEFINE(IA64_SIGPENDING_SIGNAL_OFFSET, offsetof (struct sigpending, signal)); foo()
|
/linux-4.1.27/arch/x86/kernel/ |
H A D | entry_32.S | 348 # setting need_resched or sigpending 511 # setting need_resched or sigpending 603 # setting need_resched or sigpending
|
/linux-4.1.27/fs/proc/ |
H A D | array.c | 270 qsize = atomic_read(&__task_cred(p)->user->sigpending); task_sig()
|
/linux-4.1.27/arch/parisc/kernel/ |
H A D | syscall_table.S | 145 ENTRY_COMP(sigpending)
|
/linux-4.1.27/arch/alpha/kernel/ |
H A D | entry.S | 490 /* Make sure need_resched and sigpending don't change between
|
/linux-4.1.27/arch/cris/arch-v10/kernel/ |
H A D | entry.S | 105 di ; so need_resched and sigpending don't change 193 di ; make sure need_resched and sigpending don't change
|
/linux-4.1.27/arch/cris/arch-v32/kernel/ |
H A D | entry.S | 117 di ; So need_resched and sigpending don't change. 232 di ; Make sure need_resched and sigpending don't change.
|
/linux-4.1.27/arch/avr32/kernel/ |
H A D | entry-avr32b.S | 225 setting need_resched or sigpending
|
/linux-4.1.27/arch/frv/kernel/ |
H A D | entry.S | 930 # make sure we don't miss an interrupt setting need_resched or sigpending between 1095 # make sure we don't miss an interrupt setting need_resched or sigpending between
|
/linux-4.1.27/arch/tile/kernel/ |
H A D | intvec_32.S | 863 * need_resched or sigpending) between sampling and the iret.
|
H A D | intvec_64.S | 894 * need_resched or sigpending) between sampling and the iret.
|