Searched refs:fsnotify_mark_connector_cachep (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/notify/
H A Dfsnotify.h98 extern struct kmem_cache *fsnotify_mark_connector_cachep;
H A Dmark.c82 struct kmem_cache *fsnotify_mark_connector_cachep; variable in typeref:struct:kmem_cache
286 kmem_cache_free(fsnotify_mark_connector_cachep, free);
620 conn = kmem_cache_alloc(fsnotify_mark_connector_cachep, GFP_KERNEL);
636 kmem_cache_free(fsnotify_mark_connector_cachep, conn);
H A Dfsnotify.c619 fsnotify_mark_connector_cachep = KMEM_CACHE(fsnotify_mark_connector,

Completed in 133 milliseconds