Home
last modified time | relevance | path

Searched refs:nr_keys (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/include/uapi/linux/
Dbcache.h124 static inline struct bkey *bkey_idx(const struct bkey *k, unsigned int nr_keys) in bkey_idx() argument
128 return (struct bkey *) (d + nr_keys); in bkey_idx()
/Linux-v5.10/include/trace/events/
Dbcache.h233 __field(u32, nr_keys )
240 __entry->nr_keys = keys;
247 __entry->nr_keys)
/Linux-v5.10/samples/bpf/
Dxdp_router_ipv4_user.c518 const unsigned int nr_keys = 256; in monitor_route() local
520 __u64 prev[nr_keys][nr_cpus]; in monitor_route()
571 for (key = 0; key < nr_keys; key++) { in monitor_route()
/Linux-v5.10/tools/testing/selftests/bpf/
Dtest_maps.c466 unsigned int nr_keys = 2000; in test_arraymap_percpu_many_keys() local
470 sizeof(bpf_percpu(values, 0)), nr_keys, 0); in test_arraymap_percpu_many_keys()
480 for (key = 0; key < nr_keys; key++) in test_arraymap_percpu_many_keys()
483 for (key = 0; key < nr_keys; key++) { in test_arraymap_percpu_many_keys()