Home
last modified time | relevance | path

Searched refs:inc_count (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/contrib/plugins/
H A Dhwprofile.c184 static void inc_count(IOCounts *count, bool is_write, unsigned int cpu_index) in inc_count() function
219 inc_count(&counts->totals, is_write, cpu_index); in vcpu_haddr()
222 inc_count(&counts->totals, is_write, cpu_index); in vcpu_haddr()
236 inc_count(&io_count->counts, is_write, cpu_index); in vcpu_haddr()
/openbmc/u-boot/include/linux/
H A Dlibfdt.h143 int fdt_find_regions(const void *fdt, char * const inc[], int inc_count,
/openbmc/u-boot/lib/libfdt/
H A Dfdt_region.c30 int fdt_find_regions(const void *fdt, char * const inc[], int inc_count, in fdt_find_regions() argument
89 if (str_in_list(path, inc, inc_count)) in fdt_find_regions()