Home
last modified time | relevance | path

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

/linux/drivers/platform/surface/aggregator/
H A Dcontroller.c553 static struct kmem_cache *ssam_event_item_cache; variable
569 ssam_event_item_cache = cache; in ssam_event_item_cache_init()
578 kmem_cache_destroy(ssam_event_item_cache); in ssam_event_item_cache_destroy()
579 ssam_event_item_cache = NULL; in ssam_event_item_cache_destroy()
584 kmem_cache_free(ssam_event_item_cache, item); in __ssam_event_item_free_cached()
620 item = kmem_cache_alloc(ssam_event_item_cache, flags); in ssam_event_item_alloc()