Searched defs:sig (Results 1 - 14 of 14) sorted by relevance

/include/linux/
H A Dtaskstats_kern.h18 static inline void taskstats_tgid_free(struct signal_struct *sig) argument
20 if (sig->stats)
21 kmem_cache_free(taskstats_cache, sig->stats);
29 static inline void taskstats_tgid_free(struct signal_struct *sig) argument
H A Dtracehook.h135 * @sig: number of signal being delivered
148 static inline void tracehook_signal_handler(int sig, siginfo_t *info, argument
H A Ddigsig.h51 int digsig_verify(struct key *keyring, const char *sig, int siglen,
56 static inline int digsig_verify(struct key *keyring, const char *sig, argument
H A Dsignalfd.h58 static inline void signalfd_notify(struct task_struct *tsk, int sig) argument
68 static inline void signalfd_notify(struct task_struct *tsk, int sig) { } argument
H A Dvt_kern.h152 int sig; member in struct:vt_spawn_console
H A Dsignal.h44 unsigned long sig = _sig - 1; local
46 set->sig[0] |= 1UL << sig;
48 set->sig[sig / _NSIG_BPW] |= 1UL << (sig % _NSIG_BPW);
53 unsigned long sig = _sig - 1; local
55 set->sig[0] &= ~(1UL << sig);
57 set->sig[si
62 unsigned long sig = _sig - 1; local
225 init_sigpending(struct sigpending *sig) argument
234 valid_signal(unsigned long sig) argument
[all...]
H A Dsfi.h93 char sig[SFI_SIGNATURE_SIZE]; member in struct:sfi_table_header
H A Dcompat.h87 compat_sigset_word sig[_COMPAT_NSIG_WORDS]; member in struct:__anon259
318 long compat_sys_rt_tgsigqueueinfo(compat_pid_t tgid, compat_pid_t pid, int sig,
465 void __user *sig);
H A Dmod_devicetable.h340 char sig[EISA_SIG_LEN]; member in struct:eisa_device_id
H A Dtty.h430 extern int is_ignored(int sig);
431 extern int tty_signal(int sig, struct tty_struct *tty);
552 extern void tty_audit_fork(struct signal_struct *sig);
568 static inline void tty_audit_fork(struct signal_struct *sig) argument
H A Dsecurity.h635 * @sig is the signal that will be sent. When 0, kernel sends SIGIO.
764 * Check permission before sending signal @sig to @p. @info can be NULL,
772 * @sig contains the signal value.
1498 struct fown_struct *fown, int sig);
1527 struct siginfo *info, int sig, u32 secid);
1757 struct fown_struct *fown, int sig);
1784 int sig, u32 secid);
2220 int sig)
2345 struct siginfo *info, int sig,
2218 security_file_send_sigiotask(struct task_struct *tsk, struct fown_struct *fown, int sig) argument
2344 security_task_kill(struct task_struct *p, struct siginfo *info, int sig, u32 secid) argument
H A Dsched.h694 static inline int signal_group_exit(const struct signal_struct *sig) argument
696 return (sig->flags & SIGNAL_GROUP_EXIT) ||
697 (sig->group_exit_task != NULL);
2076 extern void sched_autogroup_fork(struct signal_struct *sig);
2077 extern void sched_autogroup_exit(struct signal_struct *sig);
2085 static inline void sched_autogroup_fork(struct signal_struct *sig) { } argument
2086 static inline void sched_autogroup_exit(struct signal_struct *sig) { } argument
2233 extern int __kill_pgrp_info(int sig, struct siginfo *info, struct pid *pgrp);
2234 extern int kill_pid_info(int sig, struct siginfo *info, struct pid *pid);
2237 extern int kill_pgrp(struct pid *pid, int sig, in
2251 kill_cad_pid(int sig, int priv) argument
2676 thread_group_cputime_init(struct signal_struct *sig) argument
[all...]
/include/asm-generic/
H A Dsignal.h94 unsigned long sig[_NSIG_WORDS]; member in struct:__anon35
/include/linux/mtd/
H A Dnand.h246 u8 sig[4]; member in struct:nand_onfi_params

Completed in 539 milliseconds