Home
last modified time | relevance | path

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

/aoo4110/main/sal/rtl/source/
H A Dalloc_cache.c274 rtl_cache_slab_type * slab = (rtl_cache_slab_type*)(obj); in rtl_cache_slab_constructor()
293 rtl_cache_slab_type * slab = (rtl_cache_slab_type*)(obj); in rtl_cache_slab_destructor()
310 static rtl_cache_slab_type *
315 rtl_cache_slab_type * slab = 0; in rtl_cache_slab_create()
361 rtl_cache_slab_type * slab in rtl_cache_slab_destroy()
409 rtl_cache_slab_type * slab; in rtl_cache_slab_populate()
445 rtl_cache_slab_type * head; in rtl_cache_slab_alloc()
452 rtl_cache_slab_type * slab; in rtl_cache_slab_alloc()
535 rtl_cache_slab_type * slab; in rtl_cache_slab_free()
1074 rtl_cache_slab_type *head, *slab; in rtl_cache_deactivate()
[all …]
H A Dalloc_cache.h65 typedef struct rtl_cache_slab_st rtl_cache_slab_type; typedef
68 rtl_cache_slab_type * m_slab_next; /* slab linkage */
69 rtl_cache_slab_type * m_slab_prev; /* slab linkage */
150 rtl_cache_slab_type m_free_head;
151 rtl_cache_slab_type m_used_head;

Completed in 14 milliseconds