Home
last modified time | relevance | path

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

12345678910>>...20

/OK3568_Linux_fs/kernel/include/linux/
H A Dsignal.h64 unsigned long sig = _sig - 1; in sigaddset() local
73 unsigned long sig = _sig - 1; in sigdelset() local
82 unsigned long sig = _sig - 1; in sigismember() local
124 #define sigmask(sig) (1UL << ((sig) - 1)) argument
261 static inline void init_sigpending(struct sigpending *sig) in init_sigpending()
270 static inline int valid_signal(unsigned long sig) in valid_signal()
298 static inline void allow_signal(int sig) in allow_signal()
308 static inline void allow_kernel_signal(int sig) in allow_kernel_signal()
318 static inline void disallow_signal(int sig) in disallow_signal()
408 #define rt_sigmask(sig) (1ULL << ((sig)-1)) argument
[all …]
H A 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()
H A 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()
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dsignal.h24 unsigned long sig[_NSIG_WORDS]; member
48 #define sigaddset(set,sig) \ argument
60 unsigned long sig = _sig - 1; in __const_sigaddset() local
64 #define sigdelset(set, sig) \ argument
77 unsigned long sig = _sig - 1; in __const_sigdelset() local
83 unsigned long sig = _sig - 1; in __const_sigismember() local
95 #define sigismember(set, sig) \ argument
/OK3568_Linux_fs/kernel/kernel/
H A Dsignal.c70 static void __user *sig_handler(struct task_struct *t, int sig) in sig_handler()
75 static inline bool sig_handler_ignored(void __user *handler, int sig) in sig_handler_ignored()
82 static bool sig_task_ignored(struct task_struct *t, int sig, bool force) in sig_task_ignored()
104 static bool sig_ignored(struct task_struct *t, int sig, bool force) in sig_ignored()
214 int sig = 0; in next_signal() local
257 static inline void print_dropped_signal(int sig) in print_dropped_signal()
371 struct signal_struct *sig = task->signal; in task_participate_group_stop() local
398 struct signal_struct *sig = current->signal; in task_join_group_stop() local
416 __sigqueue_alloc(int sig, struct task_struct *t, gfp_t flags, int override_rlimit) in __sigqueue_alloc()
501 int sig = q->info.si_signo; in __flush_itimer_signals() local
[all …]
/OK3568_Linux_fs/kernel/drivers/pinctrl/aspeed/
H A Dpinmux-aspeed.h514 #define SIG_DESC_LIST_SYM(sig, group) sig_descs_ ## sig ## _ ## group argument
515 #define SIG_DESC_LIST_DECL(sig, group, ...) \ argument
519 #define SIG_EXPR_SYM(sig, group) sig_expr_ ## sig ## _ ## group argument
520 #define SIG_EXPR_DECL_(sig, group, func) \ argument
546 #define SIG_EXPR_DECL(sig, group, func, ...) \ argument
556 #define SIG_EXPR_PTR(sig, group) (&SIG_EXPR_SYM(sig, group)) argument
558 #define SIG_EXPR_LIST_SYM(sig, group) sig_exprs_ ## sig ## _ ## group argument
575 #define SIG_EXPR_LIST_DECL(sig, group, ...) \ argument
595 #define SIG_EXPR_LIST_ALIAS(pin, sig, group) \ argument
613 #define SIG_EXPR_LIST_DECL_SESG(pin, sig, func, ...) \ argument
[all …]
/OK3568_Linux_fs/kernel/tools/testing/selftests/x86/
H A Dsysret_rip.c42 static void sethandler(int sig, void (*handler)(int, siginfo_t *, void *), in sethandler() argument
54 static void clearhandler(int sig) in clearhandler()
69 static void sigsegv_for_sigreturn_test(int sig, siginfo_t *info, void *ctx_void) in sigsegv_for_sigreturn_test()
85 static void sigusr1(int sig, siginfo_t *info, void *ctx_void) in sigusr1()
113 static void sigsegv_for_fallthrough(int sig, siginfo_t *info, void *ctx_void) in sigsegv_for_fallthrough()
H A Dsyscall_arg_fault.c23 static void sethandler(int sig, void (*handler)(int, siginfo_t *, void *), in sethandler() argument
48 static void sigsegv_or_sigbus(int sig, siginfo_t *info, void *ctx_void) in sigsegv_or_sigbus()
67 static void sigtrap(int sig, siginfo_t *info, void *ctx_void) in sigtrap()
90 static void sigill(int sig, siginfo_t *info, void *ctx_void) in sigill()
H A 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()
H A Dsingle_step_syscall.c36 static void sethandler(int sig, void (*handler)(int, siginfo_t *, void *), in sethandler() argument
48 static void clearhandler(int sig) in clearhandler()
72 static void sigtrap(int sig, siginfo_t *info, void *ctx_void) in sigtrap()
99 static void print_and_longjmp(int sig, siginfo_t *si, void *ctx_void) in print_and_longjmp()
H A 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()
H A Dsigreturn.c144 static void sethandler(int sig, void (*handler)(int, siginfo_t *, void *), in sethandler() argument
156 static void clearhandler(int sig) in clearhandler()
394 static void validate_signal_ss(int sig, ucontext_t *ctx) in validate_signal_ss()
438 static void sigusr1(int sig, siginfo_t *info, void *ctx_void) in sigusr1()
478 static void sigtrap(int sig, siginfo_t *info, void *ctx_void) in sigtrap()
523 static void sigusr2(int sig, siginfo_t *info, void *ctx_void) in sigusr2()
H A Diopl.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()
/OK3568_Linux_fs/kernel/arch/x86/lib/
H A Dcpu.c6 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()
/OK3568_Linux_fs/kernel/arch/um/os-Linux/
H A Dsignal.c32 static void sig_handler_common(int sig, struct siginfo *si, mcontext_t *mc) in sig_handler_common()
69 void sig_handler(int sig, struct siginfo *si, mcontext_t *mc) in sig_handler()
97 void timer_alarm_handler(int sig, struct siginfo *unused_si, mcontext_t *mc) in timer_alarm_handler()
139 static void sigusr1_handler(int sig, struct siginfo *unused_si, mcontext_t *mc) in sigusr1_handler()
163 static void hard_handler(int sig, siginfo_t *si, void *p) in hard_handler()
206 void set_handler(int sig) in set_handler()
/OK3568_Linux_fs/kernel/tools/lib/subcmd/
H A 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()
/OK3568_Linux_fs/kernel/arch/um/kernel/
H A Dtrap.c181 void segv_handler(int sig, struct siginfo *unused_si, struct uml_pt_regs *regs) in segv_handler()
274 void relay_signal(int sig, struct siginfo *si, struct uml_pt_regs *regs) in relay_signal()
302 void bus_handler(int sig, struct siginfo *si, struct uml_pt_regs *regs) in bus_handler()
310 void winch(int sig, struct siginfo *unused_si, struct uml_pt_regs *regs) in winch()
/OK3568_Linux_fs/kernel/drivers/net/wireless/
H A Dwl3501_cs.c369 static int wl3501_esbq_exec(struct wl3501_card *this, void *sig, int sig_size) in wl3501_esbq_exec()
386 struct wl3501_get_req sig = { in wl3501_request_mib() local
428 struct wl3501_pwr_mgmt_req sig = { in wl3501_pwr_mgmt() local
471 struct wl3501_md_req sig = { in wl3501_send_pkt() local
556 struct wl3501_resync_req sig = { in wl3501_mgmt_resync() local
577 struct wl3501_scan_req sig = { in wl3501_mgmt_scan() local
592 struct wl3501_join_req sig = { in wl3501_mgmt_join() local
610 struct wl3501_start_req sig = { in wl3501_mgmt_start() local
665 struct wl3501_scan_confirm sig; in wl3501_mgmt_scan_confirm() local
857 struct wl3501_auth_req sig = { in wl3501_mgmt_auth() local
[all …]
/OK3568_Linux_fs/kernel/arch/m68k/include/asm/
H A Dsignal.h17 unsigned long sig[_NSIG_WORDS]; member
45 unsigned long sig = _sig - 1; in __const_sigismember() local
59 #define sigismember(set,sig) \ argument
/OK3568_Linux_fs/kernel/drivers/gpu/drm/vc4/
H A 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
/OK3568_Linux_fs/kernel/crypto/asymmetric_keys/
H A Dpublic_key.c252 static int cert_sig_digest_update(const struct public_key_signature *sig, in cert_sig_digest_update()
303 const struct public_key_signature *sig, in cert_sig_digest_update()
314 const struct public_key_signature *sig) in public_key_verify_signature()
394 const struct public_key_signature *sig) in public_key_verify_signature_2()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dsreal.h203 unsigned HOST_WIDE_INT sig = absu_hwi (new_sig); in normalize_up() local
232 unsigned HOST_WIDE_INT sig = absu_hwi (new_sig); in normalize_down() local
267 unsigned HOST_WIDE_INT sig = absu_hwi (new_sig); in normalize() local
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dsreal.h203 unsigned HOST_WIDE_INT sig = absu_hwi (new_sig); in normalize_up() local
232 unsigned HOST_WIDE_INT sig = absu_hwi (new_sig); in normalize_down() local
267 unsigned HOST_WIDE_INT sig = absu_hwi (new_sig); in normalize() local
/OK3568_Linux_fs/kernel/include/linux/sched/
H A 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()
/OK3568_Linux_fs/kernel/tools/perf/tests/
H A Dbp_signal.c102 static int __event(bool is_x, void *addr, int sig) in __event()
140 static int bp_event(void *addr, int sig) in bp_event()
145 static int wp_event(void *addr, int sig) in wp_event()

12345678910>>...20