[go: nahoru, domu]

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

/drivers/staging/ozwpan/
H A Dozproto.h60 extern struct kmem_cache *oz_tx_frame_cache;
H A Dozpd.h132 extern struct kmem_cache *oz_tx_frame_cache;
H A Dozproto.c56 struct kmem_cache *oz_tx_frame_cache; variable in typeref:struct:kmem_cache
489 kmem_cache_destroy(oz_tx_frame_cache);
775 oz_tx_frame_cache = KMEM_CACHE(oz_tx_frame, 0);
776 if (!oz_tx_frame_cache) {
H A Dozpd.c320 f = kmem_cache_alloc(oz_tx_frame_cache, GFP_ATOMIC);
337 kmem_cache_free(oz_tx_frame_cache, f);
348 kmem_cache_free(oz_tx_frame_cache, f);

Completed in 16 milliseconds