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__()
221 struct cuckoo_node *node = NULL; in cht_basic_tests() local
371 struct cuckoo_node *node = cuckoo_hashtable_find_with_hash(h, &co->co_key, co->co_hash); in cht_concurrent_add() local
384 struct cuckoo_node *node = NULL; in cht_concurrent_add_check() local
415 struct cuckoo_node *node = NULL; in cht_concurrent_add_fini() local
469 struct cuckoo_node *node = cuckoo_hashtable_find_with_hash(h, &co->co_key, co->co_hash); in cht_concurrent_del() local
484 struct cuckoo_node *node = cuckoo_hashtable_find_with_hash(h, &co->co_key, co->co_hash); in cht_concurrent_del_check() local
541 struct cuckoo_node *node = cuckoo_hashtable_find_with_hash(h, &co->co_key, co->co_hash); in cht_concurrent_duo() local
552 struct cuckoo_node *node = cuckoo_hashtable_find_with_hash(h, &co->co_key, co->co_hash); in cht_concurrent_duo() local
576 struct cuckoo_node *node = cuckoo_hashtable_find_with_hash(h, &co->co_key, co->co_hash); in cht_concurrent_duo_check() local
582 struct cuckoo_node *node = cuckoo_hashtable_find_with_hash(h, &co->co_key, co->co_hash); in cht_concurrent_duo_check() local