Searched refs:slot_max (Results 1 – 6 of 6) sorted by relevance
68 RK_U32 slot_max; member100 if (impl->slot_cnt >= impl->slot_max) { in add_new_slot()101 impl->slots = mpp_realloc(impl->slots, FileBufSlot*, impl->slot_max * 2); in add_new_slot()105 impl->slot_max *= 2; in add_new_slot()109 mpp_assert(impl->slot_cnt < impl->slot_max); in add_new_slot()218 impl->slot_max = 1024; /* preset 1024 file slots */ in check_file_type()231 impl->slot_max = 1; in check_file_type()247 impl->slot_max = 1024; /* preset 1024 file slots */ in check_file_type()272 if (impl->slot_rd_idx >= impl->slot_max) { in reader_read()273 mpp_log_f("invalid read index % max %d\n", impl->slot_rd_idx, impl->slot_max); in reader_read()[all …]
494 static unsigned long slot_max; variable507 slot_max += slot_area.num; in store_slot_info()566 if (slot_max == 0) in slots_fetch_random()569 slot = kaslr_get_random_long("Physical") % slot_max; in slots_fetch_random()
115 debug("%s - slot_max = %x\n", __func__, ptr->slot_max); in print_bus_info()747 bus_info_ptr1->slot_max = slot_ptr->slot_num; in ebda_rsrc_controller()760 bus_info_ptr2->slot_max = max(bus_info_ptr2->slot_max, slot_ptr->slot_num); in ebda_rsrc_controller()
784 while (i <= slot_cur->bus_on->slot_max) { in is_bus_empty()913 for (i = slot_cur->bus_on->slot_min; i <= slot_cur->bus_on->slot_max; i++) { in check_limitations()
239 u8 slot_max; member
1675 max = bus->slot_max; in find_sec_number()