Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/include/linux/libcfs/
Dlibcfs_hash.h148 CFS_HASH_COUNTER = 1 << 7, enumerator
170 CFS_HASH_COUNTER | CFS_HASH_REHASH)
395 return (hs->hs_flags & CFS_HASH_COUNTER) != 0; in cfs_hash_with_counter()
/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/
Dhash.c1048 flags |= CFS_HASH_COUNTER; /* must have counter */ in cfs_hash_create()