Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dkernfs.h63 #define NR_KERNFS_LOCK_BITS (2 * (ilog2(NR_CPUS < 32 ? NR_CPUS : 32))) macro
65 #define NR_KERNFS_LOCK_BITS 1 macro
68 #define NR_KERNFS_LOCKS (1 << NR_KERNFS_LOCK_BITS)
/linux-6.1.9/fs/kernfs/
Dfile.c45 int idx = hash_ptr(kn, NR_KERNFS_LOCK_BITS); in kernfs_open_file_mutex_ptr()