Searched refs:sigpending (Results 1 - 22 of 22) sorted by relevance

/linux-4.1.27/include/linux/
H A Dsignal.h26 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 Dsched.h623 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 Dentry.S165 ; setting need_resched or sigpending
213 ; setting need_resched or sigpending
230 ; setting need_resched or sigpending
/linux-4.1.27/kernel/
H A Duser.c94 .sigpending = ATOMIC_INIT(0),
H A Dsignal.c171 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 Dcompat.c374 COMPAT_SYSCALL_DEFINE1(sigpending, compat_old_sigset_t __user *, set) COMPAT_SYSCALL_DEFINE1()
H A Dptrace.c628 struct sigpending *pending; ptrace_peek_siginfo()
/linux-4.1.27/net/9p/
H A Dclient.c728 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 Dentry.S267 ;; 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 Dthread_info_64.h160 * user: need_resched, notify_resume, sigpending, wsaved
/linux-4.1.27/arch/mn10300/kernel/
H A Dentry.S91 # sigpending between sampling and the rti
129 # sigpending between sampling and the rti
/linux-4.1.27/arch/ia64/kernel/
H A Dasm-offsets.c192 DEFINE(IA64_SIGPENDING_SIGNAL_OFFSET, offsetof (struct sigpending, signal)); foo()
/linux-4.1.27/arch/x86/kernel/
H A Dentry_32.S348 # 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 Darray.c270 qsize = atomic_read(&__task_cred(p)->user->sigpending); task_sig()
/linux-4.1.27/arch/parisc/kernel/
H A Dsyscall_table.S145 ENTRY_COMP(sigpending)
/linux-4.1.27/arch/alpha/kernel/
H A Dentry.S490 /* Make sure need_resched and sigpending don't change between
/linux-4.1.27/arch/cris/arch-v10/kernel/
H A Dentry.S105 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 Dentry.S117 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 Dentry-avr32b.S225 setting need_resched or sigpending
/linux-4.1.27/arch/frv/kernel/
H A Dentry.S930 # 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 Dintvec_32.S863 * need_resched or sigpending) between sampling and the iret.
H A Dintvec_64.S894 * need_resched or sigpending) between sampling and the iret.

Completed in 866 milliseconds