• Home
  • Raw
  • Download

Lines Matching defs:signal_struct

2285 struct signal_struct {  struct
2286 refcount_t sigcnt;
2287 atomic_t live;
2288 int nr_threads;
2289 struct list_head thread_head;
2290 wait_queue_head_t wait_chldexit;
2291 struct task_struct *curr_target;
2292 struct sigpending shared_pending;
2293 struct hlist_head multiprocess;
2294 int group_exit_code;
2295 int notify_count;
2296 struct task_struct *group_exit_task;
2297 int group_stop_count;
2298 unsigned int flags;
2299 struct core_state *core_state;
2300 unsigned int is_child_subreaper: 1;
2301 unsigned int has_child_subreaper: 1;
2302 int posix_timer_id;
2303 struct list_head posix_timers;
2304 struct hrtimer real_timer;
2305 ktime_t it_real_incr;
2306 struct cpu_itimer it[2];
2307 struct thread_group_cputimer cputimer;
2308 struct posix_cputimers posix_cputimers;
2309 struct pid *pids[4];
2310 struct pid *tty_old_pgrp;
2311 int leader;
2312 struct tty_struct *tty;
2313 struct autogroup *autogroup;
2314 seqlock_t stats_lock;
2315 u64 utime;
2316 u64 stime;
2317 u64 cutime;
2318 u64 cstime;
2319 u64 gtime;
2320 u64 cgtime;
2321 struct prev_cputime prev_cputime;
2322 long unsigned int nvcsw;
2323 long unsigned int nivcsw;
2324 long unsigned int cnvcsw;
2325 long unsigned int cnivcsw;
2326 long unsigned int min_flt;
2327 long unsigned int maj_flt;
2328 long unsigned int cmin_flt;
2329 long unsigned int cmaj_flt;
2330 long unsigned int inblock;
2331 long unsigned int oublock;
2332 long unsigned int cinblock;
2333 long unsigned int coublock;
2334 long unsigned int maxrss;
2335 long unsigned int cmaxrss;
2336 struct task_io_accounting ioac;
2337 long long unsigned int sum_sched_runtime;
2338 struct rlimit rlim[16];
2339 struct pacct_struct pacct;
2340 struct taskstats *stats;
2341 unsigned int audit_tty;
2342 struct tty_audit_buf *tty_audit_buf;
2343 bool oom_flag_origin;
2344 short int oom_score_adj;
2345 short int oom_score_adj_min;
2346 struct mm_struct *oom_mm;
2347 struct mutex cred_guard_mutex;
2348 struct rw_semaphore exec_update_lock;