Searched defs:nr_keys (Results 1 – 10 of 10) sorted by relevance
/linux/fs/bcachefs/ |
H A D | btree_key_cache.h | 8 size_t nr_keys = atomic_long_read(&c->btree_key_cache.nr_keys); in bch2_nr_btree_keys_need_flush() local 17 size_t nr_keys = atomic_long_read(&c->btree_key_cache.nr_keys); in __bch2_btree_key_cache_must_wait() local 31 size_t nr_keys = atomic_long_read(&c->btree_key_cache.nr_keys); in bch2_btree_key_cache_wait_done() local
|
H A D | btree_key_cache_types.h | 18 atomic_long_t nr_keys; member
|
H A D | btree_update_interior.c | 1505 struct { unsigned nr_keys, val_u64s; } nr_keys[2]; in __btree_split_node() local
|
H A D | fsck.c | 1495 unsigned nr_keys = 0; in check_key_has_inode() local
|
/linux/tools/testing/selftests/net/tcp_ao/ |
H A D | key-management.c | 426 unsigned int nr_keys; member 483 static int init_default_key_collection(unsigned int nr_keys, bool randomized) in init_default_key_collection() 888 unsigned int nr_keys, int current_index, int rnext_index, in run_client() 933 unsigned int nr_keys, int current_index, int rnext_index, in start_client() 944 static void end_client(const char *tst_name, int sk, unsigned int nr_keys, in end_client() 1025 unsigned int nr_keys, in client_non_matching() 1047 unsigned int nr_keys, in check_current_back() 1081 unsigned int nr_keys, unsigned int rotations, in roll_over_keys() 1117 unsigned int nr_keys, int current_index, int rnext_index) in try_client_run() 1130 unsigned int nr_keys, in try_client_match()
|
H A D | bench-lookups.c | 69 static const size_t nr_keys[] = { 512, 1024, 2048, 4096, 8192 }; variable
|
/linux/tools/testing/selftests/net/tcp_ao/lib/ |
H A D | sock.c | 414 int err, nr_keys; in test_get_tcp_counters() local
|
H A D | aolib.h | 510 size_t nr_keys; member
|
/linux/drivers/md/bcache/ |
H A D | bcache_ondisk.h | 125 static inline struct bkey *bkey_idx(const struct bkey *k, unsigned int nr_keys) in bkey_idx()
|
/linux/tools/testing/selftests/bpf/ |
H A D | test_maps.c | 477 unsigned int nr_keys = 2000; in test_arraymap_percpu_many_keys() local
|