coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
pick_largest_state Struct Reference
Collaboration diagram for pick_largest_state:
Collaboration graph

Data Fields

struct resourcelast
 
const struct deviceresult_dev
 
struct resourceresult
 
int seen_last
 

Detailed Description

Definition at line 5 of file resource_allocator_common.c.

Field Documentation

◆ last

struct resource* pick_largest_state::last

Definition at line 6 of file resource_allocator_common.c.

Referenced by largest_resource().

◆ result

struct resource* pick_largest_state::result

Definition at line 8 of file resource_allocator_common.c.

◆ result_dev

const struct device* pick_largest_state::result_dev

Definition at line 7 of file resource_allocator_common.c.

◆ seen_last

int pick_largest_state::seen_last

Definition at line 9 of file resource_allocator_common.c.


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