Lines Matching refs:section_fixture

116 struct section_fixture {  struct
130 struct ptunit_result (*init)(struct section_fixture *); argument
131 struct ptunit_result (*fini)(struct section_fixture *); argument
144 static struct ptunit_result sfix_write_aux(struct section_fixture *sfix, in sfix_write_aux()
160 static struct ptunit_result create(struct section_fixture *sfix) in create()
183 static struct ptunit_result create_bad_offset(struct section_fixture *sfix) in create_bad_offset()
191 static struct ptunit_result create_truncated(struct section_fixture *sfix) in create_truncated()
214 static struct ptunit_result create_empty(struct section_fixture *sfix) in create_empty()
242 static struct ptunit_result memsize_null(struct section_fixture *sfix) in memsize_null()
355 static struct ptunit_result get_overflow(struct section_fixture *sfix) in get_overflow()
375 static struct ptunit_result attach_overflow(struct section_fixture *sfix) in attach_overflow()
396 static struct ptunit_result attach_bad_ucount(struct section_fixture *sfix) in attach_bad_ucount()
417 static struct ptunit_result map_change(struct section_fixture *sfix) in map_change()
435 static struct ptunit_result map_put(struct section_fixture *sfix) in map_put()
457 static struct ptunit_result unmap_nomap(struct section_fixture *sfix) in unmap_nomap()
473 static struct ptunit_result map_overflow(struct section_fixture *sfix) in map_overflow()
493 static struct ptunit_result get_put(struct section_fixture *sfix) in get_put()
518 static struct ptunit_result attach_detach(struct section_fixture *sfix) in attach_detach()
548 static struct ptunit_result attach_bad_iscache(struct section_fixture *sfix) in attach_bad_iscache()
575 static struct ptunit_result detach_bad_iscache(struct section_fixture *sfix) in detach_bad_iscache()
598 static struct ptunit_result map_unmap(struct section_fixture *sfix) in map_unmap()
623 static struct ptunit_result attach_map(struct section_fixture *sfix) in attach_map()
659 static struct ptunit_result attach_bad_map(struct section_fixture *sfix) in attach_bad_map()
684 static struct ptunit_result attach_map_overflow(struct section_fixture *sfix) in attach_map_overflow()
711 static struct ptunit_result read(struct section_fixture *sfix) in read()
737 static struct ptunit_result read_null(struct section_fixture *sfix) in read_null()
765 static struct ptunit_result read_offset(struct section_fixture *sfix) in read_offset()
791 static struct ptunit_result read_truncated(struct section_fixture *sfix) in read_truncated()
815 static struct ptunit_result read_from_truncated(struct section_fixture *sfix) in read_from_truncated()
839 static struct ptunit_result read_nomem(struct section_fixture *sfix) in read_nomem()
862 static struct ptunit_result read_overflow(struct section_fixture *sfix) in read_overflow()
886 static struct ptunit_result read_overflow_32bit(struct section_fixture *sfix) in read_overflow_32bit()
910 static struct ptunit_result read_nomap(struct section_fixture *sfix) in read_nomap()
927 static struct ptunit_result read_unmap_map(struct section_fixture *sfix) in read_unmap_map()
975 struct section_fixture *sfix; in worker_read()
1023 struct section_fixture *sfix; in worker_bcache()
1066 static struct ptunit_result stress(struct section_fixture *sfix, in stress()
1092 static struct ptunit_result init_no_bcache(struct section_fixture *sfix) in init_no_bcache()
1115 static struct ptunit_result bcache_alloc_free(struct section_fixture *sfix) in bcache_alloc_free()
1145 static struct ptunit_result bcache_alloc_twice(struct section_fixture *sfix) in bcache_alloc_twice()
1170 static struct ptunit_result bcache_alloc_nomap(struct section_fixture *sfix) in bcache_alloc_nomap()
1186 static struct ptunit_result memsize_nomap(struct section_fixture *sfix) in memsize_nomap()
1204 static struct ptunit_result memsize_unmap(struct section_fixture *sfix) in memsize_unmap()
1228 static struct ptunit_result memsize_map_nobcache(struct section_fixture *sfix) in memsize_map_nobcache()
1255 static struct ptunit_result memsize_map_bcache(struct section_fixture *sfix) in memsize_map_bcache()
1283 static struct ptunit_result sfix_init(struct section_fixture *sfix) in sfix_init()
1299 static struct ptunit_result sfix_fini(struct section_fixture *sfix) in sfix_fini()
1331 struct section_fixture sfix; in main()