Home
last modified time | relevance | path

Searched refs:test_ll_t (Results 1 – 8 of 8) sorted by relevance

/external/ltp/testcases/kernel/io/disktest/
Dthreading.c129 void cleanUpTestChildren(test_ll_t * test) in cleanUpTestChildren()
150 void CreateTestChild(void *function, test_ll_t * test) in CreateTestChild()
182 void createChild(void *function, test_ll_t * test) in createChild()
197 void cleanUp(test_ll_t * test) in cleanUp()
199 test_ll_t *pTmpTest = test; in cleanUp()
200 test_ll_t *pLastTest; in cleanUp()
Dthreading.h123 void cleanUpTestChildren(test_ll_t *);
124 void CreateTestChild(void *, test_ll_t *);
127 void createChild(void *, test_ll_t *);
128 void cleanUp(test_ll_t *);
Dmain.c69 void linear_read_write_test(test_ll_t * test) in linear_read_write_test()
148 unsigned long init_data(test_ll_t * test, unsigned char **data_buffer_unaligned) in init_data()
278 DWORD WINAPI threadedMain(test_ll_t * test) in threadedMain()
284 test_ll_t *test = (test_ll_t *) vtest; in threadedMain()
446 test_ll_t *getNewTest(test_ll_t * testList) in getNewTest()
448 test_ll_t *pNewTest; in getNewTest()
450 if ((pNewTest = (test_ll_t *) ALLOC(sizeof(test_ll_t))) == NULL) { in getNewTest()
457 memset(pNewTest, 0, sizeof(test_ll_t)); in getNewTest()
483 test_ll_t *run() in run()
485 test_ll_t *newTest = NULL, *lastTest = NULL; in run()
Dtimer.c67 DWORD WINAPI ChildTimer(test_ll_t * test) in ChildTimer()
73 test_ll_t *test = (test_ll_t *) vtest; in ChildTimer()
Dtimer.h38 DWORD WINAPI ChildTimer(test_ll_t *);
Dchildmain.h47 DWORD WINAPI ChildMain(test_ll_t *);
Dmain.h275 } test_ll_t; typedef
Dchildmain.c575 DWORD WINAPI ChildMain(test_ll_t * test) in ChildMain()
581 test_ll_t *test = (test_ll_t *) vtest; in ChildMain()