MCPcopy Create free account
hub / github.com/coreboot/coreboot / range_entry_unlink

Function range_entry_unlink

src/lib/memrange.c:16–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14}
15
16static inline void range_entry_unlink(struct range_entry **prev_ptr,
17 struct range_entry *r)
18{
19 *prev_ptr = r->next;
20 r->next = NULL;
21}
22
23static inline void range_entry_unlink_and_free(struct memranges *ranges,
24 struct range_entry **prev_ptr,

Callers 2

alloc_rangeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected