Home
last modified time | relevance | path

Searched refs:thread_alloc_space (Results 1 – 1 of 1) sorted by relevance

/external/coreboot/src/lib/
Dthread.c232 static void *thread_alloc_space(struct thread *t, size_t bytes) in thread_alloc_space() function
328 bbs = thread_alloc_space(t, sizeof(*bbs)); in thread_run_until()