Home
last modified time | relevance | path

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

/openbmc/linux/fs/notify/fanotify/
H A Dfanotify.h472 #define FANOTIFY_HTABLE_BITS (7) macro
473 #define FANOTIFY_HTABLE_SIZE (1 << FANOTIFY_HTABLE_BITS)
H A Dfanotify_user.c1382 hash = kmalloc(sizeof(struct hlist_head) << FANOTIFY_HTABLE_BITS, in fanotify_alloc_merge_hash()