• Home
  • Raw
  • Download

Lines Matching defs:signal_struct

2352 struct signal_struct {  struct
2353 refcount_t sigcnt;
2354 atomic_t live;
2355 int nr_threads;
2356 struct list_head thread_head;
2357 wait_queue_head_t wait_chldexit;
2358 struct task_struct *curr_target;
2359 struct sigpending shared_pending;
2360 struct hlist_head multiprocess;
2361 int group_exit_code;
2362 int notify_count;
2363 struct task_struct *group_exit_task;
2364 int group_stop_count;
2365 unsigned int flags;
2366 unsigned int is_child_subreaper: 1;
2367 unsigned int has_child_subreaper: 1;
2368 int posix_timer_id;
2369 struct list_head posix_timers;
2370 struct hrtimer real_timer;
2371 ktime_t it_real_incr;
2372 struct cpu_itimer it[2];
2373 struct thread_group_cputimer cputimer;
2374 struct posix_cputimers posix_cputimers;
2375 struct pid *pids[4];
2376 struct pid *tty_old_pgrp;
2377 int leader;
2378 struct tty_struct *tty;
2379 struct autogroup *autogroup;
2380 seqlock_t stats_lock;
2381 u64 utime;
2382 u64 stime;
2383 u64 cutime;
2384 u64 cstime;
2385 u64 gtime;
2386 u64 cgtime;
2387 struct prev_cputime prev_cputime;
2388 long unsigned int nvcsw;
2389 long unsigned int nivcsw;
2390 long unsigned int cnvcsw;
2391 long unsigned int cnivcsw;
2392 long unsigned int min_flt;
2393 long unsigned int maj_flt;
2394 long unsigned int cmin_flt;
2395 long unsigned int cmaj_flt;
2396 long unsigned int inblock;
2397 long unsigned int oublock;
2398 long unsigned int cinblock;
2399 long unsigned int coublock;
2400 long unsigned int maxrss;
2401 long unsigned int cmaxrss;
2402 struct task_io_accounting ioac;
2403 long long unsigned int sum_sched_runtime;
2404 struct rlimit rlim[16];
2405 struct pacct_struct pacct;
2406 struct taskstats *stats;
2407 unsigned int audit_tty;
2408 struct tty_audit_buf *tty_audit_buf;
2409 bool oom_flag_origin;
2410 short int oom_score_adj;
2411 short int oom_score_adj_min;
2412 struct mm_struct *oom_mm;
2413 struct mutex cred_guard_mutex;
2414 struct rw_semaphore exec_update_lock;