Lines Matching defs:signal_struct
379 struct signal_struct { struct
380 atomic_t count;
381 atomic_t live;
383 wait_queue_head_t wait_chldexit; /* for wait4() */
386 struct task_struct *curr_target;
389 struct sigpending shared_pending;
392 int group_exit_code;
398 struct task_struct *group_exit_task;
399 int notify_count;
402 int group_stop_count;
403 unsigned int flags; /* see SIGNAL_* flags below */
406 struct list_head posix_timers;
409 struct hrtimer real_timer;
410 struct task_struct *tsk;
411 ktime_t it_real_incr;
414 cputime_t it_prof_expires, it_virt_expires;
415 cputime_t it_prof_incr, it_virt_incr;
418 pid_t pgrp;
419 pid_t tty_old_pgrp;
420 pid_t session;
422 int leader;
424 struct tty_struct *tty; /* NULL if no tty */
432 cputime_t utime, stime, cutime, cstime;
433 unsigned long nvcsw, nivcsw, cnvcsw, cnivcsw;
434 unsigned long min_flt, maj_flt, cmin_flt, cmaj_flt;
442 unsigned long long sched_time;
453 struct rlimit rlim[RLIM_NLIMITS];
478 * Bits in flags field of signal_struct. argument