Searched refs:maxcount (Results 1 – 4 of 4) sorted by relevance
| /openbmc/qemu/hw/hyperv/ |
| H A D | hv-balloon-page_range_tree.c | 137 uint64_t maxcount) in hvb_page_range_tree_pop() argument 153 if (range->count > maxcount) { in hvb_page_range_tree_pop() 154 out->start += range->count - maxcount; in hvb_page_range_tree_pop() 155 out->count = maxcount; in hvb_page_range_tree_pop() 156 range->count -= maxcount; in hvb_page_range_tree_pop()
|
| H A D | hv-balloon-page_range_tree.h | 111 uint64_t maxcount);
|
| /openbmc/u-boot/lib/ |
| H A D | fdtdec.c | 380 int maxcount) in fdtdec_find_aliases_for_id() argument 382 memset(node_list, '\0', sizeof(*node_list) * maxcount); in fdtdec_find_aliases_for_id() 384 return fdtdec_add_aliases_for_id(blob, name, id, node_list, maxcount); in fdtdec_find_aliases_for_id() 390 int maxcount) in fdtdec_add_aliases_for_id() argument 393 int nodes[maxcount]; in fdtdec_add_aliases_for_id() 410 for (node = count = 0; node >= 0 && count < maxcount;) { in fdtdec_add_aliases_for_id() 438 if (number < 0 || number >= maxcount) { in fdtdec_add_aliases_for_id() 482 for (i = j = 0; i < maxcount; i++) { in fdtdec_add_aliases_for_id() 484 for (; j < maxcount; j++) in fdtdec_add_aliases_for_id() 490 if (j == maxcount) in fdtdec_add_aliases_for_id()
|
| /openbmc/u-boot/include/ |
| H A D | fdtdec.h | 578 enum fdt_compat_id id, int *node_list, int maxcount); 601 enum fdt_compat_id id, int *node_list, int maxcount);
|