| /linux/include/linux/ |
| H A D | signal.h | 67 unsigned long sig = _sig - 1; in sigaddset() local 76 unsigned long sig = _sig - 1; in sigdelset() local 85 unsigned long sig = _sig - 1; in sigismember() local 127 #define sigmask(sig) (1UL << ((sig) - 1)) argument 263 static inline void init_sigpending(struct sigpending *sig) in init_sigpending() 272 static inline int valid_signal(unsigned long sig) in valid_signal() 301 static inline void allow_signal(int sig) in allow_signal() 311 static inline void allow_kernel_signal(int sig) in allow_kernel_signal() 321 static inline void disallow_signal(int sig) in disallow_signal() 411 #define rt_sigmask(sig) (1ULL << ((sig)-1)) argument [all …]
|
| H A D | signalfd.h | 19 static inline void signalfd_notify(struct task_struct *tsk, int sig) in signalfd_notify() 29 static inline void signalfd_notify(struct task_struct *tsk, int sig) { } in signalfd_notify()
|
| H A D | taskstats_kern.h | 19 static inline void taskstats_tgid_free(struct signal_struct *sig) in taskstats_tgid_free() 30 static inline void taskstats_tgid_free(struct signal_struct *sig) in taskstats_tgid_free()
|
| /linux/arch/x86/include/asm/ |
| H A D | signal.h | 24 unsigned long sig[_NSIG_WORDS]; member 44 #define sigaddset(set,sig) \ argument 56 unsigned long sig = _sig - 1; in __const_sigaddset() local 60 #define sigdelset(set, sig) \ argument 73 unsigned long sig = _sig - 1; in __const_sigdelset() local 79 unsigned long sig = _sig - 1; in __const_sigismember() local 90 #define sigismember(set, sig) \ argument
|
| /linux/drivers/pinctrl/aspeed/ |
| H A D | pinmux-aspeed.h | 513 #define SIG_DESC_LIST_SYM(sig, group) sig_descs_ ## sig ## _ ## group argument 514 #define SIG_DESC_LIST_DECL(sig, group, ...) \ argument 518 #define SIG_EXPR_SYM(sig, group) sig_expr_ ## sig ## _ ## group argument 519 #define SIG_EXPR_DECL_(sig, group, func) \ argument 545 #define SIG_EXPR_DECL(sig, group, func, ...) \ argument 555 #define SIG_EXPR_PTR(sig, group) (&SIG_EXPR_SYM(sig, group)) argument 557 #define SIG_EXPR_LIST_SYM(sig, group) sig_exprs_ ## sig ## _ ## group argument 574 #define SIG_EXPR_LIST_DECL(sig, group, ...) \ argument 594 #define SIG_EXPR_LIST_ALIAS(pin, sig, group) \ argument 612 #define SIG_EXPR_LIST_DECL_SESG(pin, sig, func, ...) \ argument [all …]
|
| /linux/arch/x86/lib/ |
| H A D | cpu.c | 6 unsigned int x86_family(unsigned int sig) in x86_family() 19 unsigned int x86_model(unsigned int sig) in x86_model() 34 unsigned int x86_stepping(unsigned int sig) in x86_stepping()
|
| /linux/arch/um/os-Linux/ |
| H A D | signal.c | 36 sig_handler_common(int sig,struct siginfo * si,mcontext_t * mc) sig_handler_common() argument 79 sig_handler(int sig,struct siginfo * si,mcontext_t * mc) sig_handler() argument 133 timer_alarm_handler(int sig,struct siginfo * unused_si,mcontext_t * mc) timer_alarm_handler() argument 180 sigusr1_handler(int sig,struct siginfo * unused_si,mcontext_t * mc) sigusr1_handler() argument 206 hard_handler(int sig,siginfo_t * si,void * p) hard_handler() argument 214 set_handler(int sig) set_handler() argument [all...] |
| /linux/tools/lib/subcmd/ |
| H A D | sigchain.c | 15 static void check_signum(int sig) in check_signum() 21 static int sigchain_push(int sig, sigchain_fun f) in sigchain_push() 34 int sigchain_pop(int sig) in sigchain_pop()
|
| /linux/arch/m68k/include/asm/ |
| H A D | signal.h | 17 unsigned long sig[_NSIG_WORDS]; member 45 unsigned long sig = _sig - 1; in __const_sigismember() local 59 #define sigismember(set,sig) \ argument
|
| /linux/tools/perf/ui/tui/ |
| H A D | setup.c | 101 static void ui__signal_backtrace(int sig) in ui__signal_backtrace() 119 static void ui__signal(int sig) in ui__signal() 126 static void ui__sigcont(int sig) in ui__sigcont()
|
| /linux/tools/perf/tests/ |
| H A D | bp_signal.c | 103 static int __event(bool is_x, void *addr, int sig) in __event() 141 static int bp_event(void *addr, int sig) in bp_event() 146 static int wp_event(void *addr, int sig) in wp_event()
|
| /linux/include/linux/sched/ |
| H A D | autogroup.h | 23 static inline void sched_autogroup_fork(struct signal_struct *sig) { } in sched_autogroup_fork() 24 static inline void sched_autogroup_exit(struct signal_struct *sig) { } in sched_autogroup_exit()
|
| /linux/tools/testing/selftests/x86/ |
| H A D | helpers.h | 30 static inline void sethandler(int sig, void (*handler)(int, siginfo_t *, void *), int flags) in sethandler() argument 42 static inline void clearhandler(int sig) in clearhandler()
|
| H A D | sigtrap_loop.c | 20 static void sethandler(int sig, void (*handler)(int, siginfo_t *, void *), int flags) in sethandler() argument 35 static void sigtrap(int sig, siginfo_t *info, void *ctx_void) in sigtrap()
|
| H A D | vdso_restorer.c | 35 static void handler_with_siginfo(int sig, siginfo_t *info, void *ctx_void) in handler_with_siginfo() 40 static void handler_without_siginfo(int sig) in handler_without_siginfo()
|
| H A D | corrupt_xstate_header.c | 33 static void sigusr1(int sig, siginfo_t *info, void *uc_void) in sigusr1() 44 static void sigsegv(int sig, siginfo_t *info, void *uc_void) in sigsegv()
|
| /linux/arch/arm/mm/ |
| H A D | fault.c | 196 __do_user_fault(unsigned long addr, unsigned int fsr, unsigned int sig, in __do_user_fault() 297 int sig, code; in do_page_fault() local 612 int sig; member 626 int sig, int code, const char *name) in hook_fault_code() 659 int sig, int code, const char *name) in hook_ifault_code()
|
| /linux/tools/testing/selftests/prctl/ |
| H A D | disable-tsc-ctxt-sw-stress-test.c | 39 static void sigsegv_expect(int sig) in sigsegv_expect() 59 static void sigsegv_fail(int sig) in sigsegv_fail()
|
| /linux/tools/testing/selftests/powerpc/signal/ |
| H A D | sig_sc_double_restart.c | 34 static void SIGUSR1_handler(int sig) in SIGUSR1_handler() 45 static void SIGUSR2_handler(int sig) in SIGUSR2_handler()
|
| /linux/tools/crypto/ccp/ |
| H A D | dbc_cli.py | 67 sig = None variable 75 sig = f.read() variable
|
| /linux/arch/sparc/mm/ |
| H A D | fault_32.c | 59 show_signal_msg(struct pt_regs *regs, int sig, int code, in show_signal_msg() 79 static void __do_fault_siginfo(int code, int sig, struct pt_regs *regs, in __do_fault_siginfo() 104 static noinline void do_fault_siginfo(int code, int sig, struct pt_regs *regs, in do_fault_siginfo()
|
| /linux/arch/um/kernel/ |
| H A D | trap.c | 289 void segv_handler(int sig, struct siginfo *unused_si, struct uml_pt_regs *regs, in segv_handler() 397 void relay_signal(int sig, struct siginfo *si, struct uml_pt_regs *regs, in relay_signal() 426 void winch(int sig, struct siginfo *unused_si, struct uml_pt_regs *regs, in winch()
|
| /linux/security/apparmor/ |
| H A D | ipc.c | 21 static inline int map_signal_num(int sig) in map_signal_num() 104 int sig) in aa_may_signal()
|
| /linux/arch/powerpc/kernel/ |
| H A D | nvram_64.c | 427 int sig = 0; in nvram_pstore_read() local 759 const char *name, int sig, const char *exceptions[]) in nvram_can_remove_partition() 785 int __init nvram_remove_partition(const char *name, int sig, in nvram_remove_partition() 843 loff_t __init nvram_create_partition(const char *name, int sig, in nvram_create_partition() 968 loff_t nvram_find_partition(const char *name, int sig, int *out_size) in nvram_find_partition()
|
| /linux/fs/isofs/ |
| H A D | rock.c | 139 static int rock_check_overflow(struct rock_state *rs, int sig) in rock_check_overflow() argument 203 int sig; in get_rock_ridge_filename() local 313 int cnt, sig; in parse_rock_ridge_inode_internal() local 707 int sig; rock_ridge_symlink_read_folio() local [all...] |