Searched refs:rand64 (Results 1 – 1 of 1) sorted by relevance
450 uint64_t rand64 = rand_xorshift128plus(cache->seed_xorshift128plus); in disk_cache_evict_lru_item() local451 if (asprintf(&dir_path, "%s/%02" PRIx64 , cache->path, rand64 & 0xff) < 0) in disk_cache_evict_lru_item()