Searched refs:m_sp (Results 1 – 2 of 2) sorted by relevance
343 slab->m_sp = NULL; in rtl_cache_slab_create()371 for (ntypes -= refcnt; slab->m_sp != NULL; 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 = NULL; in rtl_cache_slab_destroy()458 if (slab->m_sp == NULL) 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()
75 rtl_cache_bufctl_type * m_sp; /* free buffer linkage 'stack pointer' */ member
Completed in 22 milliseconds