Searched refs:nr_iters (Results 1 - 2 of 2) sorted by relevance

/linux-master/fs/bcachefs/
H A Dextent_update.c44 unsigned *nr_iters,
49 if (*nr_iters >= max_iters) {
57 *nr_iters += bch2_bkey_nr_alloc_ptrs(k);
59 if (*nr_iters >= max_iters) {
80 *nr_iters += 1;
82 *nr_iters += 1 + bch2_bkey_nr_alloc_ptrs(r_k);
84 if (*nr_iters >= max_iters) {
112 unsigned nr_iters = 0; local
122 nr_iters += 1;
125 &nr_iters, EXTENT_ITERS_MA
40 count_iters_for_insert(struct btree_trans *trans, struct bkey_s_c k, unsigned offset, struct bpos *end, unsigned *nr_iters, unsigned max_iters) argument
[all...]
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_obj_id.c4 #define nr_iters 2 macro
15 struct bpf_object *objs[nr_iters] = {};
16 struct bpf_link *links[nr_iters] = {};
18 int prog_fds[nr_iters], map_fds[nr_iters];
20 struct bpf_prog_info prog_infos[nr_iters + 1];
21 struct bpf_map_info map_infos[nr_iters + 1];
22 struct bpf_link_info link_infos[nr_iters + 1];
26 __u32 map_ids[nr_iters + 1];
49 for (i = 0; i < nr_iters;
[all...]

Completed in 101 milliseconds