Home
last modified time | relevance | path

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

/linux/fs/notify/fanotify/
H A Dfanotify.c683 fee = mempool_alloc(&group->fanotify_data.error_events_pool, GFP_NOFS); in fanotify_alloc_error_event()
977 if (mempool_initialized(&group->fanotify_data.error_events_pool)) in fanotify_free_group_priv()
978 mempool_exit(&group->fanotify_data.error_events_pool); in fanotify_free_group_priv()
1012 mempool_free(fee, &group->fanotify_data.error_events_pool); in fanotify_free_error_event()