Searched refs:list_count (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/drivers/xen/ |
H A D | unpopulated-alloc.c | 17 static unsigned int list_count; variable 133 list_count++; in fill_list() 172 if (list_count < nr_pages) { in xen_alloc_unpopulated_pages() 173 ret = fill_list(nr_pages - list_count); in xen_alloc_unpopulated_pages() 183 list_count--; in xen_alloc_unpopulated_pages() 195 list_count++; in xen_alloc_unpopulated_pages() 227 list_count++; in xen_free_unpopulated_pages()
|
/openbmc/linux/drivers/block/ |
H A D | z2ram.c | 61 static int list_count = 0; variable 160 list_count = 0; in z2_open() 202 list_count++; in z2_open() 208 list_count * Z2RAM_CHUNK1024, index); in z2_open()
|
/openbmc/linux/drivers/scsi/ |
H A D | hptiop.c | 280 if (cur_rptr == hba->u.mvfrey.list_count) in iop_intr_mvfrey() 941 if (index == hba->u.mvfrey.list_count) { in hptiop_post_req_mvfrey() 967 u32 list_count = hba->u.mvfrey.list_count; in hptiop_reset_comm_mvfrey() local 992 hba->u.mvfrey.outlist_rptr = list_count - 1; in hptiop_reset_comm_mvfrey() 1200 if (list_count == 0) { in hptiop_internal_memalloc_mvfrey() 1205 list_count >>= 16; in hptiop_internal_memalloc_mvfrey() 1207 hba->u.mvfrey.list_count = list_count; in hptiop_internal_memalloc_mvfrey() 1209 list_count * sizeof(struct mvfrey_inlist_entry) + in hptiop_internal_memalloc_mvfrey() 1210 list_count * sizeof(struct mvfrey_outlist_entry) + in hptiop_internal_memalloc_mvfrey() 1229 p += list_count * sizeof(struct mvfrey_inlist_entry); in hptiop_internal_memalloc_mvfrey() [all …]
|
H A D | hptiop.h | 288 int list_count; member
|
/openbmc/u-boot/test/dm/ |
H A D | regulator.c | 296 static int list_count = ARRAY_SIZE(expected_setting_list); 322 for (i = 0; i < list_count; i++) { in dm_test_power_regulator_autoset_list()
|
/openbmc/qemu/hw/intc/ |
H A D | openpic.c | 1506 int list_count = 0; in openpic_realize() local 1554 map_list(opp, list_be, &list_count); in openpic_realize() 1555 map_list(opp, list_fsl, &list_count); in openpic_realize() 1567 map_list(opp, list_be, &list_count); in openpic_realize() 1568 map_list(opp, list_fsl, &list_count); in openpic_realize() 1591 map_list(opp, list_le, &list_count); in openpic_realize()
|
/openbmc/openbmc-test-automation/lib/ |
H A D | open_power_utils.robot | 64 ${list_count}= Get Length ${object_list} 65 RETURN ${list_count}
|