Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/interconnect/
Dcore.c146 static struct icc_node *node_find(const int id) in node_find() function
821 node = node_find(id); in icc_node_create_nolock()
871 node = node_find(id); in icc_node_destroy()
911 dst = node_find(dst_id); in icc_link_create()
/linux-6.14.4/tools/testing/selftests/kvm/lib/
Dsparsebit.c310 static struct node *node_find(const struct sparsebit *s, sparsebit_idx_t idx) in node_find() function
510 nodep1 = node_find(s, idx); in node_split()
840 nodep = node_find(s, idx); in bit_clear()
1262 nodep1 = node_find(s, lowest_possible); in sparsebit_next_clear()