Searched refs:avl_height (Results 1 - 4 of 4) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/ipv4/
H A Dinetpeer.c61 * avl_left, avl_right, avl_parent, avl_height: pool lock
72 #define node_height(x) x->avl_height
78 .avl_height = 0
249 node->avl_height = lrh + 1; /* RH+1 or RH+2 */
252 l->avl_height = node->avl_height + 1;
259 node->avl_height = rh + 1; /* node: RH+1 */
262 l->avl_height = rh + 1; /* l: RH+1 */
265 lr->avl_height = rh + 2;
277 node->avl_height
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/ipv4/
H A Dinetpeer.c61 * avl_left, avl_right, avl_parent, avl_height: pool lock
72 #define node_height(x) x->avl_height
78 .avl_height = 0
249 node->avl_height = lrh + 1; /* RH+1 or RH+2 */
252 l->avl_height = node->avl_height + 1;
259 node->avl_height = rh + 1; /* node: RH+1 */
262 l->avl_height = rh + 1; /* l: RH+1 */
265 lr->avl_height = rh + 2;
277 node->avl_height
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/net/
H A Dinetpeer.h20 __u32 avl_height; member in struct:inet_peer
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/net/
H A Dinetpeer.h20 __u32 avl_height; member in struct:inet_peer

Completed in 119 milliseconds