Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/notify/fanotify/
A Dfanotify.c687 fee = mempool_alloc(&group->fanotify_data.error_events_pool, GFP_NOFS); in fanotify_alloc_error_event()
993 if (mempool_initialized(&group->fanotify_data.error_events_pool)) in fanotify_free_group_priv()
994 mempool_exit(&group->fanotify_data.error_events_pool); in fanotify_free_group_priv()
1028 mempool_free(fee, &group->fanotify_data.error_events_pool); in fanotify_free_error_event()
A Dfanotify_user.c1235 if (mempool_initialized(&group->fanotify_data.error_events_pool)) in fanotify_group_init_error_pool()
1238 return mempool_init_kmalloc_pool(&group->fanotify_data.error_events_pool, in fanotify_group_init_error_pool()
/linux-6.3-rc2/include/linux/
A Dfsnotify_backend.h254 mempool_t error_events_pool; member

Completed in 12 milliseconds