Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/processor-trace/libipt/test/src/
H A Dptunit-image_section_cache.c553 memset(cfix->section, 0, sizeof(cfix->section)); in dfix_init()
1045 cfix->section[1]->size = cfix->section[0]->size; in add_same()
1086 cfix->section[1]->size = cfix->section[0]->size; in add_same_different_laddr()
1233 cfix->iscache.limit = cfix->section[0]->size; in lru_map()
1259 cfix->iscache.limit = cfix->section[0]->size; in lru_read()
1335 cfix->iscache.limit = cfix->section[0]->size + cfix->section[1]->size; in lru_map_add_front()
1372 cfix->iscache.limit = cfix->section[0]->size + cfix->section[1]->size; in lru_map_move_front()
1415 cfix->iscache.limit = cfix->section[0]->size + in lru_map_evict()
1488 cfix->iscache.limit = cfix->section[0]->size + cfix->section[1]->size; in lru_bcache_clear()
1523 cfix->iscache.limit = cfix->section[0]->size + cfix->section[1]->size; in lru_limit_evict()
[all …]
H A Dptunit-block_cache.c337 struct bcache_fixture bfix, cfix; in main() local
343 cfix.init = cfix_init; in main()
344 cfix.fini = bfix_fini; in main()
355 ptu_run_f(suite, alloc, cfix); in main()
356 ptu_run_f(suite, alloc_min, cfix); in main()
357 ptu_run_f(suite, alloc_too_big, cfix); in main()
358 ptu_run_f(suite, alloc_zero, cfix); in main()
H A Dptunit-msec_cache.c383 struct test_fixture sfix, ifix, cfix, cifix; in main() local
391 cfix.init = cfix_init; in main()
392 cfix.fini = NULL; in main()
406 ptu_run_f(suite, invalidate, cfix); in main()
410 ptu_run_f(suite, read_nomap, cfix); in main()
414 ptu_run_f(suite, fill_nomap, cfix); in main()