Home
last modified time | relevance | path

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

/linux/mm/
H A Dexecmem.c374 static void execmem_cache_free_slow(struct work_struct *work);
375 static DECLARE_DELAYED_WORK(execmem_cache_free_work, execmem_cache_free_slow);
377 static void execmem_cache_free_slow(struct work_struct *work) in execmem_cache_free_slow() function