Home
last modified time | relevance | path

Searched refs:test_obj (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/test/
H A Dtest_module.c46 struct test_object test_obj; member
108 list_add_tail(&(obj->test_obj.list), &queue->q); in _enqueue_obj()
122 struct test_object_ex, test_obj.list); in _dequeue_head_obj()
123 list_del(&((*obj)->test_obj.list)); in _dequeue_head_obj()
138 s32 limit = obj->test_obj.total_time_ms; in run_test()
141 if (obj->test_obj.total_time_ms != -1) { in run_test()
142 limit = (obj->test_obj.total_time_ms) ? \ in run_test()
143 (obj->test_obj.total_time_ms) : \ in run_test()
144 (test_mgnt->max_run_time[obj->test_obj.run_lvl]); in run_test()
158 while (!(obj->test_obj.ctrl.is_test_end(obj->test_obj.priv))) { in run_test()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/test/
H A Dtest_module.c46 struct test_object test_obj; member
108 list_add_tail(&(obj->test_obj.list), &queue->q); in _enqueue_obj()
122 struct test_object_ex, test_obj.list); in _dequeue_head_obj()
123 list_del(&((*obj)->test_obj.list)); in _dequeue_head_obj()
138 s32 limit = obj->test_obj.total_time_ms; in run_test()
141 if (obj->test_obj.total_time_ms != -1) { in run_test()
142 limit = (obj->test_obj.total_time_ms) ? \ in run_test()
143 (obj->test_obj.total_time_ms) : \ in run_test()
144 (test_mgnt->max_run_time[obj->test_obj.run_lvl]); in run_test()
158 while (!(obj->test_obj.ctrl.is_test_end(obj->test_obj.priv))) { in run_test()
[all …]
/OK3568_Linux_fs/kernel/lib/
H A Dtest_rhashtable.c62 struct test_obj { struct
76 struct test_obj *objs; argument
88 const struct test_obj_rhl *test_obj = obj; in my_cmpfn() local
91 return test_obj->value.id - val->id; in my_cmpfn()
95 .head_offset = offsetof(struct test_obj, node),
96 .key_offset = offsetof(struct test_obj, value),
115 static int insert_retry(struct rhashtable *ht, struct test_obj *obj, in insert_retry()
137 static int __init test_rht_lookup(struct rhashtable *ht, struct test_obj *array, in test_rht_lookup()
143 struct test_obj *obj; in test_rht_lookup()
208 static s64 __init test_rhashtable(struct rhashtable *ht, struct test_obj *array, in test_rhashtable()
[all …]