Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/utils/
H A Dmpi_dec_utils.c68 RK_U32 slot_max; member
100 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 …]
/OK3568_Linux_fs/kernel/arch/x86/boot/compressed/
H A Dkaslr.c494 static unsigned long slot_max; variable
507 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()
/OK3568_Linux_fs/kernel/drivers/pci/hotplug/
H A Dibmphp_ebda.c115 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()
H A Dibmphp_core.c784 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()
H A Dibmphp.h239 u8 slot_max; member
H A Dibmphp_pci.c1675 max = bus->slot_max; in find_sec_number()