We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c692627 commit a861147Copy full SHA for a861147
include/linux/bpf_local_storage.h
@@ -104,8 +104,6 @@ struct bpf_local_storage {
104
container_of((_SDATA), struct bpf_local_storage_elem, sdata)
105
#define SDATA(_SELEM) (&(_SELEM)->sdata)
106
107
-#define BPF_LOCAL_STORAGE_CACHE_SIZE 16
108
-
109
struct bpf_local_storage_cache {
110
spinlock_t idx_lock;
111
u64 idx_usage_counts[BPF_LOCAL_STORAGE_CACHE_SIZE];
0 commit comments