Searched refs:filelock_cache (Results 1 – 1 of 1) sorted by relevance
135 static kmem_cache_t *filelock_cache; variable140 return kmem_cache_alloc(filelock_cache, SLAB_KERNEL); in locks_alloc_lock()159 kmem_cache_free(filelock_cache, fl); in locks_free_lock()2038 filelock_cache = kmem_cache_create("file_lock_cache", in filelock_init()2040 if (!filelock_cache) in filelock_init()