Searched refs:table_size (Results 1 – 5 of 5) sorted by relevance
20 size_t table_size; in z_impl_llext_get_fn_table() local27 table_size = ext->mem_size[LLEXT_MEM_PREINIT] + in z_impl_llext_get_fn_table()30 table_size = ext->mem_size[LLEXT_MEM_FINI]; in z_impl_llext_get_fn_table()36 if (buf_size < table_size) { in z_impl_llext_get_fn_table()61 for (int i = 0; i < table_size / sizeof(void *); i++) { in z_impl_llext_get_fn_table()71 return table_size; in z_impl_llext_get_fn_table()
16 uint32_t table_size; member30 .table_size = IRQ_TABLE_SIZE,
112 uint32_t offset, table_size; in show_msi() local117 table_size = ((data & PCIE_MSIX_MCR_TSIZE) >> in show_msi()124 table_size); in show_msi()
78 uint32_t table_size = data->clk_info_table_size[domain]; in rcar_cpg_find_clk_info_by_module_id() local81 item = bsearch((void *)uintptr_id, table, table_size, sizeof(*item), in rcar_cpg_find_clk_info_by_module_id()
328 static inline size_t table_size(int level) in table_size() function