Searched refs:bufctl (Results 1 – 1 of 1) sorted by relevance
202 (*ppHead) = bufctl; in rtl_cache_hash_insert()229 *ppHead = bufctl->m_next, bufctl->m_next = NULL; in rtl_cache_hash_remove()258 return (bufctl); in rtl_cache_hash_remove()376 slab->m_sp = bufctl->m_next, bufctl->m_next = NULL; in rtl_cache_slab_destroy()467 if (bufctl == 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()512 addr = bufctl; in rtl_cache_slab_alloc()548 slab = (bufctl != NULL) ? (rtl_cache_slab_type*)(bufctl->m_slab) : 0; in rtl_cache_slab_free()571 slab->m_sp = bufctl; in rtl_cache_slab_free()[all …]
Completed in 16 milliseconds