Home
last modified time | relevance | path

Searched refs:target_cnt (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/tools/lib/bpf/
H A Dusdt.c582 size_t off, name_off, desc_off, seg_cnt = 0, vma_seg_cnt = 0, target_cnt = 0; in collect_usdt_targets() local
766 tmp = libbpf_reallocarray(targets, target_cnt + 1, sizeof(*targets)); in collect_usdt_targets()
773 target = &targets[target_cnt]; in collect_usdt_targets()
789 target_cnt++; in collect_usdt_targets()
793 *out_target_cnt = target_cnt; in collect_usdt_targets()
794 err = target_cnt; in collect_usdt_targets()
968 size_t target_cnt; in usdt_manager_attach_usdt() local
991 usdt_cookie, &targets, &target_cnt); in usdt_manager_attach_usdt()
1014 offsets = calloc(target_cnt, sizeof(*offsets)); in usdt_manager_attach_usdt()
1015 cookies = calloc(target_cnt, sizeof(*cookies)); in usdt_manager_attach_usdt()
[all …]
/openbmc/u-boot/drivers/ram/aspeed/
H A Dsdram_ast2600.c432 u32 target_cnt = 2; in ast2600_sdrammc_test() local
453 if (++test_cnt == target_cnt) { in ast2600_sdrammc_test()
458 target_cnt); in ast2600_sdrammc_test()