Home
last modified time | relevance | path

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

/linux-3.3/fs/sysfs/
Dmount.c27 struct kmem_cache *sysfs_dir_cachep; variable
159 sysfs_dir_cachep = kmem_cache_create("sysfs_dir_cache", in sysfs_init()
162 if (!sysfs_dir_cachep) in sysfs_init()
184 kmem_cache_destroy(sysfs_dir_cachep); in sysfs_init()
185 sysfs_dir_cachep = NULL; in sysfs_init()
Dsysfs.h154 extern struct kmem_cache *sysfs_dir_cachep;
Ddir.c246 kmem_cache_free(sysfs_dir_cachep, sd); in release_sysfs_dirent()
336 sd = kmem_cache_zalloc(sysfs_dir_cachep, GFP_KERNEL); in sysfs_new_dirent()
353 kmem_cache_free(sysfs_dir_cachep, sd); in sysfs_new_dirent()