Searched refs:cache_idx (Results 1 – 5 of 5) sorted by relevance
158 if (rcu_access_pointer(local_storage->cache[smap->cache_idx]) == in bpf_selem_unlink_storage_nolock()160 RCU_INIT_POINTER(local_storage->cache[smap->cache_idx], NULL); in bpf_selem_unlink_storage_nolock()255 sdata = rcu_dereference_check(local_storage->cache[smap->cache_idx], in bpf_local_storage_lookup()280 rcu_assign_pointer(local_storage->cache[smap->cache_idx], in bpf_local_storage_lookup()649 smap->cache_idx = bpf_local_storage_cache_idx_get(cache); in bpf_local_storage_map_alloc()663 bpf_local_storage_cache_idx_free(cache, smap->cache_idx); in bpf_local_storage_map_free()
57 u16 cache_idx; member
463 unsigned int cache_idx; member
1560 ar->rng.cache_idx = 0; in carl9170_rng_get()1573 if (ar->rng.cache_idx >= ARRAY_SIZE(ar->rng.cache)) { in carl9170_rng_read()1581 *data = ar->rng.cache[ar->rng.cache_idx++]; in carl9170_rng_read()
97 cache_idx, enumerator1684 powerpc_topology[mc_idx].mask = powerpc_topology[cache_idx].mask; in fixup_topology()
Completed in 13 milliseconds