Home
last modified time | relevance | path

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

/linux-6.1.9/arch/sparc/kernel/
Dmdesc.c429 mdesc_node_match_f node_match_func; in invoke_on_missing() local
442 &node_match_func); in invoke_on_missing()
445 if (!get_info_func || !rel_info_func || !node_match_func) { in invoke_on_missing()
466 if (node_match_func(&a_node_info, &b_node_info)) { in invoke_on_missing()
549 mdesc_node_match_f node_match_func; in mdesc_get_node() local
559 &node_match_func); in mdesc_get_node()
562 if (!get_info_func || !rel_info_func || !node_match_func) { in mdesc_get_node()
572 if (node_match_func(node_info, &hp_node_info)) in mdesc_get_node()