FreeBSD kernel kern code
td_sched Struct Reference

Data Fields

fixpt_t ts_pctcpu
 
u_int ts_estcpu
 
int ts_cpticks
 
int ts_slptime
 
int ts_slice
 
int ts_flags
 
struct runqts_runq
 
short ts_flags
 
int ts_cpu
 
int ts_rltick
 
u_int ts_slptime
 
u_int ts_runtime
 
int ts_ltick
 
int ts_ftick
 
int ts_ticks
 

Detailed Description

Definition at line 95 of file sched_4bsd.c.

Field Documentation

◆ ts_cpticks

int td_sched::ts_cpticks

Definition at line 98 of file sched_4bsd.c.

◆ ts_cpu

int td_sched::ts_cpu

Definition at line 95 of file sched_ule.c.

Referenced by sched_fork_thread(), and schedinit().

◆ ts_estcpu

u_int td_sched::ts_estcpu

Definition at line 97 of file sched_4bsd.c.

Referenced by sched_estcpu(), sched_exit_thread(), and sched_fork_thread().

◆ ts_flags [1/2]

int td_sched::ts_flags

Definition at line 101 of file sched_4bsd.c.

Referenced by sched_fork_thread(), and sched_is_bound().

◆ ts_flags [2/2]

short td_sched::ts_flags

Definition at line 94 of file sched_ule.c.

◆ ts_ftick

int td_sched::ts_ftick

Definition at line 101 of file sched_ule.c.

Referenced by sched_fork_thread(), sched_priority(), and schedinit().

◆ ts_ltick

int td_sched::ts_ltick

Definition at line 100 of file sched_ule.c.

Referenced by sched_fork_thread(), sched_priority(), and schedinit().

◆ ts_pctcpu

fixpt_t td_sched::ts_pctcpu

Definition at line 96 of file sched_4bsd.c.

◆ ts_rltick

int td_sched::ts_rltick

Definition at line 96 of file sched_ule.c.

◆ ts_runq

struct runq * td_sched::ts_runq

Definition at line 102 of file sched_4bsd.c.

◆ ts_runtime

u_int td_sched::ts_runtime

Definition at line 99 of file sched_ule.c.

Referenced by sched_fork_thread().

◆ ts_slice

int td_sched::ts_slice

Definition at line 100 of file sched_4bsd.c.

Referenced by sched_fork_thread(), and schedinit().

◆ ts_slptime [1/2]

int td_sched::ts_slptime

Definition at line 99 of file sched_4bsd.c.

Referenced by sched_fork_thread().

◆ ts_slptime [2/2]

u_int td_sched::ts_slptime

Definition at line 98 of file sched_ule.c.

◆ ts_ticks

int td_sched::ts_ticks

Definition at line 102 of file sched_ule.c.

Referenced by sched_fork_thread(), and sched_priority().


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