Lines Matching defs:sfix

144 static struct ptunit_result sfix_write_aux(struct section_fixture *sfix,  in sfix_write_aux()
157 #define sfix_write(sfix, buffer) \ argument
160 static struct ptunit_result create(struct section_fixture *sfix) in create()
185 static struct ptunit_result create_bad_offset(struct section_fixture *sfix) in create_bad_offset()
195 static struct ptunit_result create_truncated(struct section_fixture *sfix) in create_truncated()
220 static struct ptunit_result create_empty(struct section_fixture *sfix) in create_empty()
251 static struct ptunit_result memsize_null(struct section_fixture *sfix) in memsize_null()
364 static struct ptunit_result get_overflow(struct section_fixture *sfix) in get_overflow()
385 static struct ptunit_result attach_overflow(struct section_fixture *sfix) in attach_overflow()
407 static struct ptunit_result attach_bad_ucount(struct section_fixture *sfix) in attach_bad_ucount()
429 static struct ptunit_result map_change(struct section_fixture *sfix) in map_change()
448 static struct ptunit_result map_put(struct section_fixture *sfix) in map_put()
471 static struct ptunit_result unmap_nomap(struct section_fixture *sfix) in unmap_nomap()
488 static struct ptunit_result map_overflow(struct section_fixture *sfix) in map_overflow()
509 static struct ptunit_result get_put(struct section_fixture *sfix) in get_put()
535 static struct ptunit_result attach_detach(struct section_fixture *sfix) in attach_detach()
566 static struct ptunit_result attach_bad_iscache(struct section_fixture *sfix) in attach_bad_iscache()
594 static struct ptunit_result detach_bad_iscache(struct section_fixture *sfix) in detach_bad_iscache()
618 static struct ptunit_result map_unmap(struct section_fixture *sfix) in map_unmap()
644 static struct ptunit_result attach_map(struct section_fixture *sfix) in attach_map()
681 static struct ptunit_result attach_bad_map(struct section_fixture *sfix) in attach_bad_map()
707 static struct ptunit_result attach_map_overflow(struct section_fixture *sfix) in attach_map_overflow()
735 static struct ptunit_result read(struct section_fixture *sfix) in read()
762 static struct ptunit_result read_null(struct section_fixture *sfix) in read_null()
791 static struct ptunit_result read_offset(struct section_fixture *sfix) in read_offset()
818 static struct ptunit_result read_truncated(struct section_fixture *sfix) in read_truncated()
843 static struct ptunit_result read_from_truncated(struct section_fixture *sfix) in read_from_truncated()
868 static struct ptunit_result read_nomem(struct section_fixture *sfix) in read_nomem()
892 static struct ptunit_result read_overflow(struct section_fixture *sfix) in read_overflow()
917 static struct ptunit_result read_overflow_32bit(struct section_fixture *sfix) in read_overflow_32bit()
942 static struct ptunit_result read_nomap(struct section_fixture *sfix) in read_nomap()
960 static struct ptunit_result read_unmap_map(struct section_fixture *sfix) in read_unmap_map()
1009 struct section_fixture *sfix; in worker_read() local
1057 struct section_fixture *sfix; in worker_bcache() local
1100 static struct ptunit_result stress(struct section_fixture *sfix, in stress()
1127 static struct ptunit_result init_no_bcache(struct section_fixture *sfix) in init_no_bcache()
1151 static struct ptunit_result bcache_alloc_free(struct section_fixture *sfix) in bcache_alloc_free()
1182 static struct ptunit_result bcache_alloc_twice(struct section_fixture *sfix) in bcache_alloc_twice()
1208 static struct ptunit_result bcache_alloc_nomap(struct section_fixture *sfix) in bcache_alloc_nomap()
1225 static struct ptunit_result memsize_nomap(struct section_fixture *sfix) in memsize_nomap()
1244 static struct ptunit_result memsize_unmap(struct section_fixture *sfix) in memsize_unmap()
1269 static struct ptunit_result memsize_map_nobcache(struct section_fixture *sfix) in memsize_map_nobcache()
1297 static struct ptunit_result memsize_map_bcache(struct section_fixture *sfix) in memsize_map_bcache()
1326 static struct ptunit_result sfix_init(struct section_fixture *sfix) in sfix_init()
1342 static struct ptunit_result sfix_fini(struct section_fixture *sfix) in sfix_fini()
1398 struct section_fixture sfix; in main() local