Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/dma/idxd/
H A Dirq.c308 kmem_cache_free(idxd->evl_cache, fault); in idxd_evl_fault_work()
334 fault = kmem_cache_alloc(idxd->evl_cache, GFP_ATOMIC); in process_evl_entry()
H A Dinit.c362 * Since completion record in evl_cache will be copied to user in idxd_init_evl()
366 idxd->evl_cache = kmem_cache_create_usercopy(idxd_name, evl_cache_size, in idxd_init_evl()
369 if (!idxd->evl_cache) { in idxd_init_evl()
H A Didxd.h359 struct kmem_cache *evl_cache; member
H A Dsysfs.c1761 kmem_cache_destroy(idxd->evl_cache); in idxd_conf_device_release()

Completed in 7 milliseconds