Lines Matching defs:node
93 cht_obj_cmp__(struct cuckoo_node *node, void *key) in cht_obj_cmp__()
114 cht_obj_retain__(struct cuckoo_node *node) in cht_obj_retain__()
127 cht_obj_release__(struct cuckoo_node *node) in cht_obj_release__()
217 struct cuckoo_node *node = NULL; in cht_basic_tests() local
367 struct cuckoo_node *node = cuckoo_hashtable_find_with_hash(h, &co->co_key, co->co_hash); in cht_concurrent_add() local
380 struct cuckoo_node *node = NULL; in cht_concurrent_add_check() local
411 struct cuckoo_node *node = NULL; in cht_concurrent_add_fini() local
465 struct cuckoo_node *node = cuckoo_hashtable_find_with_hash(h, &co->co_key, co->co_hash); in cht_concurrent_del() local
480 struct cuckoo_node *node = cuckoo_hashtable_find_with_hash(h, &co->co_key, co->co_hash); in cht_concurrent_del_check() local
537 struct cuckoo_node *node = cuckoo_hashtable_find_with_hash(h, &co->co_key, co->co_hash); in cht_concurrent_duo() local
548 struct cuckoo_node *node = cuckoo_hashtable_find_with_hash(h, &co->co_key, co->co_hash); in cht_concurrent_duo() local
572 struct cuckoo_node *node = cuckoo_hashtable_find_with_hash(h, &co->co_key, co->co_hash); in cht_concurrent_duo_check() local
578 struct cuckoo_node *node = cuckoo_hashtable_find_with_hash(h, &co->co_key, co->co_hash); in cht_concurrent_duo_check() local