Home
last modified time | relevance | path

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

/linux-6.15/net/ipv4/
H A Dfib_trie.c415 struct key_vector *chi = get_child(tn, i); in put_child()
690 n = get_child(oldtnode, --i); in collapse()
721 struct key_vector *n = get_child(tn, i); in update_suffix()
858 BUG_ON(tn != get_child(tp, cindex)); in resize()
873 tn = get_child(tp, cindex); in resize()
896 tn = get_child(tp, cindex); in resize()
1114 n = get_child(tp, get_index(key, tp)); in fib_insert_node()
1845 n = get_child(pn, cindex); in fib_trie_free()
1963 n = get_child(pn, cindex); in fib_table_flush_external()
2034 n = get_child(pn, cindex); in fib_table_flush()
[all …]
/linux-6.15/drivers/md/
H A Ddm-table.c52 static inline unsigned int get_child(unsigned int n, unsigned int k) in get_child() function
73 n = get_child(n, CHILDREN_PER_NODE - 1); in high()
94 node[k] = high(t, l + 1, get_child(n, k)); in setup_btree_index()
1412 n = get_child(n, k); in dm_table_find_target()