Home
last modified time | relevance | path

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

/aoo41x/main/sal/rtl/source/
H A Dalloc_cache.c343 slab->m_sp = 0; in rtl_cache_slab_create()
371 for (ntypes -= refcnt; slab->m_sp != 0; ntypes--) in rtl_cache_slab_destroy()
373 rtl_cache_bufctl_type * bufctl = slab->m_sp; in rtl_cache_slab_destroy()
376 slab->m_sp = bufctl->m_next, bufctl->m_next = 0; in rtl_cache_slab_destroy()
458 if (slab->m_sp == 0) in rtl_cache_slab_alloc()
488 slab->m_sp = bufctl; in rtl_cache_slab_alloc()
492 bufctl = slab->m_sp; in rtl_cache_slab_alloc()
493 slab->m_sp = bufctl->m_next; in rtl_cache_slab_alloc()
570 bufctl->m_next = slab->m_sp; in rtl_cache_slab_free()
571 slab->m_sp = bufctl; in rtl_cache_slab_free()
H A Dalloc_cache.h75 rtl_cache_bufctl_type * m_sp; /* free buffer linkage 'stack pointer' */ member

Completed in 24 milliseconds