Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
signal_struct Struct Reference

#include <sched.h>

Data Fields

atomic_t sigcnt
 
atomic_t live
 
int nr_threads
 
wait_queue_head_t wait_chldexit
 
struct task_structcurr_target
 
struct sigpending shared_pending
 
int group_exit_code
 
int notify_count
 
struct task_structgroup_exit_task
 
int group_stop_count
 
unsigned int flags
 
unsigned int is_child_subreaper:1
 
unsigned int has_child_subreaper:1
 
struct list_head posix_timers
 
struct hrtimer real_timer
 
struct pidleader_pid
 
ktime_t it_real_incr
 
struct cpu_itimer it [2]
 
struct thread_group_cputimer cputimer
 
struct task_cputime cputime_expires
 
struct list_head cpu_timers [3]
 
struct pidtty_old_pgrp
 
int leader
 
struct tty_structtty
 
cputime_t utime
 
cputime_t stime
 
cputime_t cutime
 
cputime_t cstime
 
cputime_t gtime
 
cputime_t cgtime
 
cputime_t prev_utime
 
cputime_t prev_stime
 
unsigned long nvcsw
 
unsigned long nivcsw
 
unsigned long cnvcsw
 
unsigned long cnivcsw
 
unsigned long min_flt
 
unsigned long maj_flt
 
unsigned long cmin_flt
 
unsigned long cmaj_flt
 
unsigned long inblock
 
unsigned long oublock
 
unsigned long cinblock
 
unsigned long coublock
 
unsigned long maxrss
 
unsigned long cmaxrss
 
struct task_io_accounting ioac
 
unsigned long long sum_sched_runtime
 
struct rlimit rlim [RLIM_NLIMITS]
 
int oom_score_adj
 
int oom_score_adj_min
 
struct mutex cred_guard_mutex
 

Detailed Description

Definition at line 499 of file sched.h.

Field Documentation

cputime_t cgtime

Definition at line 582 of file sched.h.

unsigned long cinblock

Definition at line 588 of file sched.h.

unsigned long cmaj_flt

Definition at line 587 of file sched.h.

unsigned long cmaxrss

Definition at line 589 of file sched.h.

unsigned long cmin_flt

Definition at line 587 of file sched.h.

unsigned long cnivcsw

Definition at line 586 of file sched.h.

unsigned long cnvcsw

Definition at line 586 of file sched.h.

unsigned long coublock

Definition at line 588 of file sched.h.

struct list_head cpu_timers[3]

Definition at line 562 of file sched.h.

struct task_cputime cputime_expires

Definition at line 560 of file sched.h.

Definition at line 557 of file sched.h.

struct mutex cred_guard_mutex

Definition at line 638 of file sched.h.

cputime_t cstime

Definition at line 580 of file sched.h.

struct task_struct* curr_target

Definition at line 507 of file sched.h.

cputime_t cutime

Definition at line 580 of file sched.h.

unsigned int flags

Definition at line 524 of file sched.h.

int group_exit_code

Definition at line 513 of file sched.h.

struct task_struct* group_exit_task

Definition at line 520 of file sched.h.

int group_stop_count

Definition at line 523 of file sched.h.

cputime_t gtime

Definition at line 581 of file sched.h.

unsigned int has_child_subreaper

Definition at line 536 of file sched.h.

unsigned long inblock

Definition at line 588 of file sched.h.

Definition at line 590 of file sched.h.

unsigned int is_child_subreaper

Definition at line 535 of file sched.h.

Definition at line 551 of file sched.h.

ktime_t it_real_incr

Definition at line 544 of file sched.h.

int leader

Definition at line 567 of file sched.h.

struct pid* leader_pid

Definition at line 543 of file sched.h.

atomic_t live

Definition at line 501 of file sched.h.

unsigned long maj_flt

Definition at line 587 of file sched.h.

unsigned long maxrss

Definition at line 589 of file sched.h.

unsigned long min_flt

Definition at line 587 of file sched.h.

unsigned long nivcsw

Definition at line 586 of file sched.h.

int notify_count

Definition at line 519 of file sched.h.

int nr_threads

Definition at line 502 of file sched.h.

unsigned long nvcsw

Definition at line 586 of file sched.h.

int oom_score_adj

Definition at line 634 of file sched.h.

int oom_score_adj_min

Definition at line 635 of file sched.h.

unsigned long oublock

Definition at line 588 of file sched.h.

struct list_head posix_timers

Definition at line 539 of file sched.h.

cputime_t prev_stime

Definition at line 584 of file sched.h.

cputime_t prev_utime

Definition at line 584 of file sched.h.

struct hrtimer real_timer

Definition at line 542 of file sched.h.

Definition at line 609 of file sched.h.

struct sigpending shared_pending

Definition at line 510 of file sched.h.

atomic_t sigcnt

Definition at line 500 of file sched.h.

cputime_t stime

Definition at line 580 of file sched.h.

unsigned long long sum_sched_runtime

Definition at line 598 of file sched.h.

Definition at line 569 of file sched.h.

struct pid* tty_old_pgrp

Definition at line 564 of file sched.h.

cputime_t utime

Definition at line 580 of file sched.h.

wait_queue_head_t wait_chldexit

Definition at line 504 of file sched.h.


The documentation for this struct was generated from the following file: