Home
last modified time | relevance | path

Searched refs:func_count (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/lib/
H A Dtrace.c19 int func_count; /* Total number of function call sites */ member
105 if (func < hdr->func_count) { in __cyg_profile_func_enter()
161 for (func = upto = 0; func < hdr->func_count; func++) { in trace_list_functions()
247 print_grouped_ull(hdr->func_count, 10); in trace_print_stats()
281 ulong func_count = gd->mon_len / FUNC_SITE_SIZE; in trace_init() local
309 needed = sizeof(*hdr) + func_count * sizeof(uintptr_t); in trace_init()
318 hdr->func_count = func_count; in trace_init()
336 ulong func_count = gd->mon_len / FUNC_SITE_SIZE; in trace_early_init() local
345 needed = sizeof(*hdr) + func_count * sizeof(uintptr_t); in trace_early_init()
354 hdr->func_count = func_count; in trace_early_init()
/openbmc/u-boot/tools/
H A Dproftool.c55 int func_count; variable
113 for (linenum = 1, alloced = func_count = 0;; linenum++) { in read_system_map()
133 if (func_count == alloced) { in read_system_map()
139 if (!func_count) in read_system_map()
142 func = &func_list[func_count++]; in read_system_map()
149 if (func_count > 1) in read_system_map()
152 notice("%d functions found in map file\n", func_count); in read_system_map()
176 found = bsearch(&key, func_list, func_count, sizeof(struct func_info), in find_func_by_offset()
190 high = func_count - 1; in find_caller_by_offset()
316 for (func = func_list, end = func + func_count; func < end; func++) { in check_trace_config_line()
[all …]
/openbmc/linux/drivers/pinctrl/mediatek/
H A Dpinctrl-mtmips.c36 int func_count; member
89 return p->func_count; in mtmips_pmx_func_count()
213 p->func_count += p->groups[i].func_count; in mtmips_pinctrl_index()
217 p->func_count++; in mtmips_pinctrl_index()
220 p->func = devm_kcalloc(p->dev, p->func_count, in mtmips_pinctrl_index()
237 for (j = 0; j < p->groups[i].func_count; j++) { in mtmips_pinctrl_index()
259 for (i = 0; i < p->func_count; i++) { in mtmips_pinctrl_pins()
288 for (i = 0; i < p->func_count; i++) { in mtmips_pinctrl_pins()
H A Dpinctrl-mtmips.h15 .func_count = ARRAY_SIZE(_func) }
20 .func_count = ARRAY_SIZE(_func) }
47 int func_count; member
/openbmc/linux/drivers/scsi/aic7xxx/aicasm/
H A Daicasm.c530 int func_count; in output_listing() local
545 for (func_count = 0, cur_func = SLIST_FIRST(&patch_functions); in output_listing()
548 func_count++; in output_listing()
551 if (func_count != 0) { in output_listing()
552 func_values = (int *)malloc(func_count * sizeof(int)); in output_listing()
558 func_count--; in output_listing()
568 cur_func = SLIST_NEXT(cur_func, links), func_count--) { in output_listing()
582 func_values[func_count] = 1; in output_listing()
585 func_values[func_count] = 0; in output_listing()
/openbmc/linux/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic.h1271 __le16 func_count; member
1284 u16 func_count; member