Home
last modified time | relevance | path

Searched defs:sig (Results 1 – 25 of 308) sorted by relevance

12345678910>>...13

/Linux-v4.19/include/linux/
Dsignal.h52 unsigned long sig = _sig - 1; in sigaddset() local
61 unsigned long sig = _sig - 1; in sigdelset() local
70 unsigned long sig = _sig - 1; in sigismember() local
112 #define sigmask(sig) (1UL << ((sig) - 1)) argument
241 static inline void init_sigpending(struct sigpending *sig) in init_sigpending()
250 static inline int valid_signal(unsigned long sig) in valid_signal()
275 static inline void allow_signal(int sig) in allow_signal()
285 static inline void disallow_signal(int sig) in disallow_signal()
375 #define rt_sigmask(sig) (1ULL << ((sig)-1)) argument
377 #define rt_sigmask(sig) sigmask(sig) argument
[all …]
Dsignalfd.h19 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()
Dtaskstats_kern.h19 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-v4.19/arch/x86/include/asm/
Dsignal.h24 unsigned long sig[_NSIG_WORDS]; member
49 #define sigaddset(set,sig) \ argument
61 unsigned long sig = _sig - 1; in __const_sigaddset() local
65 #define sigdelset(set, sig) \ argument
78 unsigned long sig = _sig - 1; in __const_sigdelset() local
84 unsigned long sig = _sig - 1; in __const_sigismember() local
96 #define sigismember(set, sig) \ argument
/Linux-v4.19/kernel/
Dsignal.c63 static void __user *sig_handler(struct task_struct *t, int sig) in sig_handler()
68 static inline bool sig_handler_ignored(void __user *handler, int sig) in sig_handler_ignored()
75 static bool sig_task_ignored(struct task_struct *t, int sig, bool force) in sig_task_ignored()
88 static bool sig_ignored(struct task_struct *t, int sig, bool force) in sig_ignored()
196 int sig = 0; in next_signal() local
239 static inline void print_dropped_signal(int sig) in print_dropped_signal()
353 struct signal_struct *sig = task->signal; in task_participate_group_stop() local
382 struct signal_struct *sig = current->signal; in task_join_group_stop() local
397 __sigqueue_alloc(int sig, struct task_struct *t, gfp_t flags, int override_rlimit) in __sigqueue_alloc()
476 int sig = q->info.si_signo; in __flush_itimer_signals() local
[all …]
/Linux-v4.19/drivers/pinctrl/aspeed/
Dpinctrl-aspeed.h351 #define SIG_DESC_LIST_SYM(sig, func) sig_descs_ ## sig ## _ ## func argument
352 #define SIG_DESC_LIST_DECL(sig, func, ...) \ argument
356 #define SIG_EXPR_SYM(sig, func) sig_expr_ ## sig ## _ ## func argument
357 #define SIG_EXPR_DECL_(sig, func) \ argument
383 #define SIG_EXPR_DECL(sig, func, ...) \ argument
393 #define SIG_EXPR_PTR(sig, func) (&SIG_EXPR_SYM(sig, func)) argument
395 #define SIG_EXPR_LIST_SYM(sig) sig_exprs_ ## sig argument
412 #define SIG_EXPR_LIST_DECL(sig, ...) \ argument
427 #define SIG_EXPR_LIST_DECL_SINGLE(sig, func, ...) \ argument
432 #define SIG_EXPR_LIST_DECL_DUAL(sig, f0, f1) \ argument
[all …]
/Linux-v4.19/tools/testing/selftests/x86/
Dsysret_rip.c50 static void sethandler(int sig, void (*handler)(int, siginfo_t *, void *), in sethandler() argument
62 static void clearhandler(int sig) in clearhandler()
77 static void sigsegv_for_sigreturn_test(int sig, siginfo_t *info, void *ctx_void) in sigsegv_for_sigreturn_test()
93 static void sigusr1(int sig, siginfo_t *info, void *ctx_void) in sigusr1()
121 static void sigsegv_for_fallthrough(int sig, siginfo_t *info, void *ctx_void) in sigsegv_for_fallthrough()
Dmov_ss_trap.c98 static void sethandler(int sig, void (*handler)(int, siginfo_t *, void *), in sethandler() argument
117 static void sigtrap(int sig, siginfo_t *si, void *ctx_void) in sigtrap()
126 static void handle_and_return(int sig, siginfo_t *si, void *ctx_void) in handle_and_return()
134 static void handle_and_longjmp(int sig, siginfo_t *si, void *ctx_void) in handle_and_longjmp()
Dsyscall_arg_fault.c29 static void sethandler(int sig, void (*handler)(int, siginfo_t *, void *), in sethandler() argument
46 static void sigsegv(int sig, siginfo_t *info, void *ctx_void) in sigsegv()
61 static void sigill(int sig, siginfo_t *info, void *ctx_void) in sigill()
Dioperm.c25 static void sethandler(int sig, void (*handler)(int, siginfo_t *, void *), in sethandler() argument
38 static void clearhandler(int sig) in clearhandler()
50 static void sigsegv(int sig, siginfo_t *si, void *ctx_void) in sigsegv()
Dsigreturn.c152 static void sethandler(int sig, void (*handler)(int, siginfo_t *, void *), in sethandler() argument
164 static void clearhandler(int sig) in clearhandler()
402 static void validate_signal_ss(int sig, ucontext_t *ctx) in validate_signal_ss()
446 static void sigusr1(int sig, siginfo_t *info, void *ctx_void) in sigusr1()
473 static void sigtrap(int sig, siginfo_t *info, void *ctx_void) in sigtrap()
518 static void sigusr2(int sig, siginfo_t *info, void *ctx_void) in sigusr2()
Dentry_from_vm86.c31 static void sethandler(int sig, void (*handler)(int, siginfo_t *, void *), in sethandler() argument
43 static void clearhandler(int sig) in clearhandler()
55 static void sighandler(int sig, siginfo_t *info, void *ctx_void) in sighandler()
Dptrace_syscall.c96 static void sethandler(int sig, void (*handler)(int, siginfo_t *, void *), in sethandler() argument
108 static void setsigign(int sig, int flags) in setsigign()
119 static void clearhandler(int sig) in clearhandler()
135 static void empty_handler(int sig, siginfo_t *si, void *ctx_void) in empty_handler()
/Linux-v4.19/arch/x86/lib/
Dcpu.c4 unsigned int x86_family(unsigned int sig) in x86_family()
17 unsigned int x86_model(unsigned int sig) in x86_model()
32 unsigned int x86_stepping(unsigned int sig) in x86_stepping()
/Linux-v4.19/tools/lib/subcmd/
Dsigchain.c15 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-v4.19/arch/um/os-Linux/
Dsignal.c32 static void sig_handler_common(int sig, struct siginfo *si, mcontext_t *mc) in sig_handler_common()
75 void sig_handler(int sig, struct siginfo *si, mcontext_t *mc) in sig_handler()
107 void timer_alarm_handler(int sig, struct siginfo *unused_si, mcontext_t *mc) in timer_alarm_handler()
161 static void hard_handler(int sig, siginfo_t *si, void *p) in hard_handler()
204 void set_handler(int sig) in set_handler()
/Linux-v4.19/Documentation/sphinx/
Dcdomain.py68 def handle_func_like_macro(self, sig, signode): argument
109 def handle_signature(self, sig, signode): argument
124 def add_target_and_index(self, name, sig, signode): argument
/Linux-v4.19/arch/m68k/include/asm/
Dsignal.h17 unsigned long sig[_NSIG_WORDS]; member
45 unsigned long sig = _sig - 1; in __const_sigismember() local
59 #define sigismember(set,sig) \ argument
/Linux-v4.19/arch/um/kernel/
Dtrap.c192 void segv_handler(int sig, struct siginfo *unused_si, struct uml_pt_regs *regs) in segv_handler()
287 void relay_signal(int sig, struct siginfo *si, struct uml_pt_regs *regs) in relay_signal()
316 void bus_handler(int sig, struct siginfo *si, struct uml_pt_regs *regs) in bus_handler()
324 void winch(int sig, struct siginfo *unused_si, struct uml_pt_regs *regs) in winch()
/Linux-v4.19/drivers/net/wireless/
Dwl3501_cs.c366 static int wl3501_esbq_exec(struct wl3501_card *this, void *sig, int sig_size) in wl3501_esbq_exec()
383 struct wl3501_get_req sig = { in wl3501_request_mib() local
425 struct wl3501_pwr_mgmt_req sig = { in wl3501_pwr_mgmt() local
468 struct wl3501_md_req sig = { in wl3501_send_pkt() local
552 struct wl3501_resync_req sig = { in wl3501_mgmt_resync() local
573 struct wl3501_scan_req sig = { in wl3501_mgmt_scan() local
588 struct wl3501_join_req sig = { in wl3501_mgmt_join() local
606 struct wl3501_start_req sig = { in wl3501_mgmt_start() local
661 struct wl3501_scan_confirm sig; in wl3501_mgmt_scan_confirm() local
851 struct wl3501_auth_req sig = { in wl3501_mgmt_auth() local
[all …]
/Linux-v4.19/crypto/asymmetric_keys/
Dsignature.c25 void public_key_signature_free(struct public_key_signature *sig) in public_key_signature_free()
47 const struct public_key_signature *sig) in verify_signature()
/Linux-v4.19/include/linux/sched/
Dautogroup.h23 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-v4.19/drivers/gpu/drm/vc4/
Dvc4_validate_shaders.c118 uint32_t sig = QPU_GET_FIELD(inst, QPU_SIG); in raddr_add_a_to_live_reg_index() local
196 uint32_t sig = QPU_GET_FIELD(inst, QPU_SIG); in check_tmu_write() local
394 uint32_t sig = QPU_GET_FIELD(inst, QPU_SIG); in check_reg_write() local
490 uint32_t sig = QPU_GET_FIELD(inst, QPU_SIG); in track_live_clamps() local
606 uint32_t sig = QPU_GET_FIELD(inst, QPU_SIG); in check_instruction_reads() local
644 uint32_t sig = QPU_GET_FIELD(inst, QPU_SIG); in vc4_validate_branches() local
809 uint32_t sig = QPU_GET_FIELD(inst, QPU_SIG); in vc4_validate_shader() local
/Linux-v4.19/arch/x86/um/
Dbugs_32.c16 static void cmov_sigill_test_handler(int sig) in cmov_sigill_test_handler()
44 void arch_examine_signal(int sig, struct uml_pt_regs *regs) in arch_examine_signal()
/Linux-v4.19/tools/perf/tests/
Dbp_signal.c106 static int __event(bool is_x, void *addr, int sig) in __event()
144 static int bp_event(void *addr, int sig) in bp_event()
149 static int wp_event(void *addr, int sig) in wp_event()

12345678910>>...13