Searched defs:igt_eviction_test_ops (Results 1 – 1 of 1) sorted by relevance
34 struct igt_eviction_test_ops { struct35 uint32_t (*create)(int fd, uint64_t size);59 static int minor_evictions(int fd, struct igt_eviction_test_ops *ops, in minor_evictions() argument