Home
last modified time | relevance | path

Searched defs:nr_keys (Results 1 – 3 of 3) sorted by relevance

/linux-5.10/samples/bpf/
Dxdp_router_ipv4_user.c518 const unsigned int nr_keys = 256; in monitor_route() local
/linux-5.10/tools/testing/selftests/bpf/
Dtest_maps.c466 unsigned int nr_keys = 2000; in test_arraymap_percpu_many_keys() local
/linux-5.10/include/uapi/linux/
Dbcache.h124 static inline struct bkey *bkey_idx(const struct bkey *k, unsigned int nr_keys) in bkey_idx()