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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dbtree-type.h54 return btree_update(&head->h, BTREE_TYPE_GEO, &_key, val);
96 return btree_update(&head->h, BTREE_TYPE_GEO, (unsigned long *)&key, val);
H A Dbtree-128.h52 return btree_update(&head->h, &btree_geo128,
H A Dbtree.h117 * btree_update - update an entry in the btree
127 int btree_update(struct btree_head *head, struct btree_geo *geo,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A Dbtree.c270 int btree_update(struct btree_head *head, struct btree_geo *geo, function
300 EXPORT_SYMBOL_GPL(btree_update); variable

Completed in 71 milliseconds