Searched refs:max_hash (Results 1 – 5 of 5) sorted by relevance
72 if ((h >= 0) && (h < cache->max_hash)) { in inserthashindex()110 if ((hash >= 0) && (hash < cache->max_hash)) { in drophashindex()475 int item_count, int max_hash) in ntfs_create_cache() argument487 if (max_hash) in ntfs_create_cache()489 + max_hash*sizeof(struct HASH_ENTRY*); in ntfs_create_cache()495 if (dohash && max_hash) { in ntfs_create_cache()497 cache->max_hash = max_hash; in ntfs_create_cache()500 cache->max_hash = 0; in ntfs_create_cache()524 if (max_hash) { in ntfs_create_cache()540 for (i=0; i<max_hash; i++) in ntfs_create_cache()
47 ctx->max_hash = MAX2(ctx->max_hash, hash); in find_or_allocate_temp()
289 int max_hash; member
364 if counter.max_hash in hashed_funcs:367 c("%s" % hashed_funcs[counter.max_hash])386 hashed_funcs[counter.max_hash] = counter.max_sym616 self.max_hash = None645 self.max_hash = ' '.join(map(replace_token, max_eq.split()))
95 int max_hash; member