FreeBSD kernel kern code
dpcpu_free Struct Reference

Data Fields

uintptr_t df_start
 
int df_len
 

Detailed Description

Definition at line 66 of file subr_pcpu.c.

Field Documentation

int dpcpu_free::df_len

Definition at line 68 of file subr_pcpu.c.

Referenced by dpcpu_alloc(), dpcpu_free(), and dpcpu_startup().

uintptr_t dpcpu_free::df_start

Definition at line 67 of file subr_pcpu.c.

Referenced by dpcpu_alloc(), dpcpu_free(), and dpcpu_startup().


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