MCPcopy Create free account
hub / github.com/f9micro/f9-kernel / ktable_alloc

Function ktable_alloc

kernel/lib/ktable.c:129–162  ·  view source on GitHub ↗

* Allocates first free element * * @param kt - pointer to kernel table * @param i - index of element to allocate * * @result * NULL if index is out of bounds or if ktable is full * address of allocated element */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 8

create_fpageFunction · 0.85
map_fpageFunction · 0.85
notification_postFunction · 0.85
user_irq_create_defaultFunction · 0.85
as_createFunction · 0.85
ktimer_event_createFunction · 0.85
thread_initFunction · 0.85

Calls 2

dbg_printfFunction · 0.85
bitmap_test_and_set_bitFunction · 0.85

Tested by

no test coverage detected