Searched refs:get_child (Results 1 – 2 of 2) sorted by relevance
/linux-6.3-rc2/net/ipv4/ |
A D | fib_trie.c | 420 struct key_vector *chi = get_child(tn, i); in put_child() 695 n = get_child(oldtnode, --i); in collapse() 726 struct key_vector *n = get_child(tn, i); in update_suffix() 863 BUG_ON(tn != get_child(tp, cindex)); in resize() 878 tn = get_child(tp, cindex); in resize() 901 tn = get_child(tp, cindex); in resize() 1119 n = get_child(tp, get_index(key, tp)); in fib_insert_node() 1871 n = get_child(pn, cindex); in fib_trie_free() 1989 n = get_child(pn, cindex); in fib_table_flush_external() 2059 n = get_child(pn, cindex); in fib_table_flush() [all …]
|
/linux-6.3-rc2/drivers/md/ |
A D | dm-table.c | 52 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() 1477 n = get_child(n, k); in dm_table_find_target()
|
Completed in 12 milliseconds