Home
last modified time | relevance | path

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

/openbmc/linux/fs/notify/fanotify/
H A Dfanotify.h473 #define FANOTIFY_HTABLE_SIZE (1 << FANOTIFY_HTABLE_BITS) macro
474 #define FANOTIFY_HTABLE_MASK (FANOTIFY_HTABLE_SIZE - 1)
H A Dfanotify_user.c1387 __hash_init(hash, FANOTIFY_HTABLE_SIZE); in fanotify_alloc_merge_hash()