Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dbpf_local_storage.c445 if (cache->idx_usage_counts[i] < min_usage) { in bpf_local_storage_cache_idx_get()
446 min_usage = cache->idx_usage_counts[i]; in bpf_local_storage_cache_idx_get()
454 cache->idx_usage_counts[res]++; in bpf_local_storage_cache_idx_get()
465 cache->idx_usage_counts[idx]--; in bpf_local_storage_cache_idx_free()
/OK3568_Linux_fs/kernel/include/linux/
H A Dbpf_local_storage.h107 u64 idx_usage_counts[BPF_LOCAL_STORAGE_CACHE_SIZE]; member