Searched refs:get_child (Results 1 – 2 of 2) sorted by relevance
| /linux/net/ipv4/ |
| A D | fib_trie.c | 421 struct key_vector *chi = get_child(tn, i); in put_child() 696 n = get_child(oldtnode, --i); in collapse() 727 struct key_vector *n = get_child(tn, i); in update_suffix() 864 BUG_ON(tn != get_child(tp, cindex)); in resize() 879 tn = get_child(tp, cindex); in resize() 902 tn = get_child(tp, cindex); in resize() 1120 n = get_child(tp, get_index(key, tp)); in fib_insert_node() 1873 n = get_child(pn, cindex); in fib_trie_free() 1991 n = get_child(pn, cindex); in fib_table_flush_external() 2062 n = get_child(pn, cindex); in fib_table_flush() [all …]
|
| /linux/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() 1419 n = get_child(n, k); in dm_table_find_target()
|
Completed in 49 milliseconds