Searched refs:tv_not_exists (Results 1 – 1 of 1) sorted by relevance
101 …struct test_value_t *tv_not_exists = (struct test_value_t *)kmalloc(sizeof(struct test_value_t), 0… in ktest_bitree_case1() local102 assert(tv_not_exists != NULL); in ktest_bitree_case1()103 tv_not_exists->tv = 100; in ktest_bitree_case1()104 assert(bt_query(tree, tv_not_exists, (uint64_t*)(&node_not_exists)) == -1); in ktest_bitree_case1()