• Home
  • Raw
  • Download

Lines Matching defs:signal_struct

2228 struct signal_struct {  struct
2229 refcount_t sigcnt;
2230 atomic_t live;
2231 int nr_threads;
2232 struct list_head thread_head;
2233 wait_queue_head_t wait_chldexit;
2234 struct task_struct *curr_target;
2235 struct sigpending shared_pending;
2236 struct hlist_head multiprocess;
2237 int group_exit_code;
2238 int notify_count;
2239 struct task_struct *group_exit_task;
2240 int group_stop_count;
2241 unsigned int flags;
2242 unsigned int is_child_subreaper: 1;
2243 unsigned int has_child_subreaper: 1;
2244 int posix_timer_id;
2245 struct list_head posix_timers;
2246 struct hrtimer real_timer;
2247 ktime_t it_real_incr;
2248 struct cpu_itimer it[2];
2249 struct thread_group_cputimer cputimer;
2250 struct posix_cputimers posix_cputimers;
2251 struct pid *pids[4];
2252 struct pid *tty_old_pgrp;
2253 int leader;
2254 struct tty_struct *tty;
2255 struct autogroup *autogroup;
2256 seqlock_t stats_lock;
2257 u64 utime;
2258 u64 stime;
2259 u64 cutime;
2260 u64 cstime;
2261 u64 gtime;
2262 u64 cgtime;
2263 struct prev_cputime prev_cputime;
2264 long unsigned int nvcsw;
2265 long unsigned int nivcsw;
2266 long unsigned int cnvcsw;
2267 long unsigned int cnivcsw;
2268 long unsigned int min_flt;
2269 long unsigned int maj_flt;
2270 long unsigned int cmin_flt;
2271 long unsigned int cmaj_flt;
2272 long unsigned int inblock;
2273 long unsigned int oublock;
2274 long unsigned int cinblock;
2275 long unsigned int coublock;
2276 long unsigned int maxrss;
2277 long unsigned int cmaxrss;
2278 struct task_io_accounting ioac;
2279 long long unsigned int sum_sched_runtime;
2280 struct rlimit rlim[16];
2281 struct pacct_struct pacct;
2282 struct taskstats *stats;
2283 unsigned int audit_tty;
2284 struct tty_audit_buf *tty_audit_buf;
2285 bool oom_flag_origin;
2286 short int oom_score_adj;
2287 short int oom_score_adj_min;
2288 struct mm_struct *oom_mm;
2289 struct mutex cred_guard_mutex;
2290 struct rw_semaphore exec_update_lock;