Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/ozwpan/
Dozproto.c55 struct kmem_cache *oz_elt_info_cache; variable
490 kmem_cache_destroy(oz_elt_info_cache); in oz_protocol_term()
771 oz_elt_info_cache = KMEM_CACHE(oz_elt_info, 0); in oz_protocol_init()
772 if (!oz_elt_info_cache) in oz_protocol_init()
777 kmem_cache_destroy(oz_elt_info_cache); in oz_protocol_init()
Dozproto.h59 extern struct kmem_cache *oz_elt_info_cache;
Dozeltbuf.c45 ei = kmem_cache_zalloc(oz_elt_info_cache, GFP_ATOMIC); in oz_elt_info_alloc()
60 kmem_cache_free(oz_elt_info_cache, ei); in oz_elt_info_free()
Dozpd.h131 extern struct kmem_cache *oz_elt_info_cache;