Home
last modified time | relevance | path

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

/sys/kern/
Dpalloc.c221 PAllocFreePage(void *region) in PAllocFreePage() argument
223 FreePage *pg = (FreePage *)region; in PAllocFreePage()
225 ASSERT(((uintptr_t)region % PGSIZE) == 0); in PAllocFreePage()
Dslab.c135 Slab_Free(Slab *slab, void *region) in Slab_Free() argument
139 SlabElement *elem = (SlabElement *)region; in Slab_Free()
/lib/liblwip/doc/
Dsys_arch.txt181 This optional function does a "fast" critical region protection and returns
195 This optional function does a "fast" set of critical region protection to the
/lib/liblwip/
DCHANGELOG2686 outside the region of the pbuf by pbuf_header()