FreeBSD kernel kern code
timehands Struct Reference
Collaboration diagram for timehands:

Data Fields

struct timecounterth_counter
 
int64_t th_adjustment
 
uint64_t th_scale
 
u_int th_large_delta
 
u_int th_offset_count
 
struct bintime th_offset
 
struct bintime th_bintime
 
struct timeval th_microtime
 
struct timespec th_nanotime
 
struct bintime th_boottime
 
u_int th_generation
 
struct timehandsth_next
 

Detailed Description

Definition at line 69 of file kern_tc.c.

Field Documentation

◆ th_adjustment

int64_t timehands::th_adjustment

Definition at line 72 of file kern_tc.c.

Referenced by recalculate_scaling_factor_and_large_delta(), and tc_windup().

◆ th_bintime

struct bintime timehands::th_bintime

Definition at line 77 of file kern_tc.c.

Referenced by tc_windup().

◆ th_boottime

struct bintime timehands::th_boottime

Definition at line 80 of file kern_tc.c.

Referenced by tc_fill_vdso_timehands(), and tc_windup().

◆ th_counter

◆ th_generation

u_int timehands::th_generation

Definition at line 82 of file kern_tc.c.

Referenced by bintime_off(), getthmember(), pps_capture(), sysclock_getsnapshot(), and tc_windup().

◆ th_large_delta

u_int timehands::th_large_delta

Definition at line 74 of file kern_tc.c.

Referenced by bintime_off(), recalculate_scaling_factor_and_large_delta(), and tc_windup().

◆ th_microtime

struct timeval timehands::th_microtime

Definition at line 78 of file kern_tc.c.

Referenced by tc_windup().

◆ th_nanotime

struct timespec timehands::th_nanotime

Definition at line 79 of file kern_tc.c.

Referenced by tc_windup().

◆ th_next

struct timehands* timehands::th_next

Definition at line 83 of file kern_tc.c.

Referenced by inittimehands(), and tc_windup().

◆ th_offset

struct bintime timehands::th_offset

Definition at line 76 of file kern_tc.c.

Referenced by sysclock_getsnapshot(), tc_fill_vdso_timehands(), and tc_windup().

◆ th_offset_count

u_int timehands::th_offset_count

Definition at line 75 of file kern_tc.c.

Referenced by tc_delta(), tc_fill_vdso_timehands(), and tc_windup().

◆ th_scale

uint64_t timehands::th_scale

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