Home
last modified time | relevance | path

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

/Linux-v6.1/fs/notify/fanotify/
Dfanotify.h468 #define FANOTIFY_HTABLE_BITS (7) macro
469 #define FANOTIFY_HTABLE_SIZE (1 << FANOTIFY_HTABLE_BITS)
Dfanotify_user.c1333 hash = kmalloc(sizeof(struct hlist_head) << FANOTIFY_HTABLE_BITS, in fanotify_alloc_merge_hash()