Searched refs:n_real (Results 1 - 3 of 3) sorted by relevance

/linux-master/tools/testing/selftests/bpf/map_tests/
H A Dmap_percpu_stats.c266 __u32 n_real; local
272 n_real = map_count_elements(info->type, map_fd);
279 CHECK(n_inserted != n_real, "map_count_elements",
280 "n_real(%u) != n_inserted(%u)\n", n_real, n_inserted);
286 CHECK(n_iter != n_real, "get_cur_elements",
288 n_iter, n_real, map_type_to_s(info->type), info->map_flags);
/linux-master/sound/soc/codecs/
H A Dmadera.h428 int n_mono_routes, int n_real);
H A Dmadera.c1214 int n_mono_routes, int n_real)
1243 if (i >= n_real)
1212 madera_init_outputs(struct snd_soc_component *component, const struct snd_soc_dapm_route *routes, int n_mono_routes, int n_real) argument

Completed in 143 milliseconds