Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/obdclass/
Dlustre_handles.c56 #define HANDLE_HASH_SIZE (1 << 16) macro
57 #define HANDLE_HASH_MASK (HANDLE_HASH_SIZE - 1)
188 handle_hash = libcfs_kvzalloc(sizeof(*bucket) * HANDLE_HASH_SIZE, in class_handle_init()
194 for (bucket = handle_hash + HANDLE_HASH_SIZE - 1; bucket >= handle_hash; in class_handle_init()
216 for (rc = i = 0; i < HANDLE_HASH_SIZE; i++) { in cleanup_all_handles()