Searched refs:rtas_function_table (Results 1 – 1 of 1) sorted by relevance
102 static struct rtas_function rtas_function_table[] __ro_after_init = { variable535 for (funcp = &rtas_function_table[0]; \536 funcp < &rtas_function_table[ARRAY_SIZE(rtas_function_table)]; \560 const bool out_of_bounds = index >= ARRAY_SIZE(rtas_function_table); in rtas_function_token()571 return rtas_function_table[index].token; in rtas_function_token()595 found = bsearch(&key, rtas_function_table, ARRAY_SIZE(rtas_function_table), in __rtas_name_to_function()596 sizeof(rtas_function_table[0]), rtas_function_cmp); in __rtas_name_to_function()1824 func == &rtas_function_table[RTAS_FNIDX__IBM_PLATFORM_DUMP]; in block_rtas_call()1826 func == &rtas_function_table[RTAS_FNIDX__IBM_CONFIGURE_CONNECTOR]; in block_rtas_call()2019 for (size_t i = 0; i < ARRAY_SIZE(rtas_function_table); ++i) { in rtas_function_table_init()[all …]