Lines Matching defs:signal_struct
7618 struct signal_struct { struct
7619 refcount_t sigcnt;
7620 atomic_t live;
7621 int nr_threads;
7622 struct list_head thread_head;
7623 wait_queue_head_t wait_chldexit;
7624 struct task_struct *curr_target;
7625 struct sigpending shared_pending;
7626 struct hlist_head multiprocess;
7627 int group_exit_code;
7628 int notify_count;
7629 struct task_struct *group_exit_task;
7630 int group_stop_count;
7631 unsigned int flags;
7632 unsigned int is_child_subreaper: 1;
7633 unsigned int has_child_subreaper: 1;
7634 int posix_timer_id;
7635 struct list_head posix_timers;
7636 struct hrtimer real_timer;
7637 ktime_t it_real_incr;
7638 struct cpu_itimer it[2];
7639 struct thread_group_cputimer cputimer;
7640 struct posix_cputimers posix_cputimers;
7641 struct pid *pids[4];
7642 struct pid *tty_old_pgrp;
7643 int leader;
7644 struct tty_struct *tty;
7645 seqlock_t stats_lock;
7646 u64 utime;
7647 u64 stime;
7648 u64 cutime;
7649 u64 cstime;
7650 u64 gtime;
7651 u64 cgtime;
7652 struct prev_cputime prev_cputime;
7653 long unsigned int nvcsw;
7654 long unsigned int nivcsw;
7655 long unsigned int cnvcsw;
7656 long unsigned int cnivcsw;
7657 long unsigned int min_flt;
7658 long unsigned int maj_flt;
7659 long unsigned int cmin_flt;
7660 long unsigned int cmaj_flt;
7661 long unsigned int inblock;
7662 long unsigned int oublock;
7663 long unsigned int cinblock;
7664 long unsigned int coublock;
7665 long unsigned int maxrss;
7666 long unsigned int cmaxrss;
7667 struct task_io_accounting ioac;
7668 long long unsigned int sum_sched_runtime;
7669 struct rlimit rlim[16];
7670 struct pacct_struct pacct;
7671 struct taskstats *stats;
7672 unsigned int audit_tty;
7673 struct tty_audit_buf *tty_audit_buf;
7674 bool oom_flag_origin;
7675 short int oom_score_adj;
7676 short int oom_score_adj_min;
7677 struct mm_struct *oom_mm;
7678 struct mutex cred_guard_mutex;