Searched refs:bfix (Results 1 – 1 of 1) sorted by relevance
66 static struct ptunit_result cfix_init(struct bcache_fixture *bfix) in cfix_init() argument68 ptu_test(ptunit_thrd_init, &bfix->thrd); in cfix_init()70 bfix->bcache = NULL; in cfix_init()75 static struct ptunit_result bfix_init(struct bcache_fixture *bfix) in bfix_init() argument77 ptu_test(cfix_init, bfix); in bfix_init()79 bfix->bcache = pt_bcache_alloc(bfix_nentries); in bfix_init()80 ptu_ptr(bfix->bcache); in bfix_init()85 static struct ptunit_result bfix_fini(struct bcache_fixture *bfix) in bfix_fini() argument89 ptu_test(ptunit_thrd_fini, &bfix->thrd); in bfix_fini()91 for (thrd = 0; thrd < bfix->thrd.nthreads; ++thrd) in bfix_fini()[all …]