[go: nahoru, domu]

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

/drivers/staging/ozwpan/
H A Dozproto.h59 extern struct kmem_cache *oz_elt_info_cache;
H A Dozpd.h131 extern struct kmem_cache *oz_elt_info_cache;
H A Dozeltbuf.c45 ei = kmem_cache_zalloc(oz_elt_info_cache, GFP_ATOMIC);
60 kmem_cache_free(oz_elt_info_cache, ei);
H A Dozproto.c55 struct kmem_cache *oz_elt_info_cache; variable in typeref:struct:kmem_cache
490 kmem_cache_destroy(oz_elt_info_cache);
771 oz_elt_info_cache = KMEM_CACHE(oz_elt_info, 0);
772 if (!oz_elt_info_cache)
777 kmem_cache_destroy(oz_elt_info_cache);

Completed in 217 milliseconds