Lines Matching refs:who
44 const char *who, in expect_pfn_sg() argument
57 __func__, who, pfn, page_to_pfn(page)); in expect_pfn_sg()
63 __func__, who, npages * PAGE_SIZE, sg->length); in expect_pfn_sg()
67 if (igt_timeout(timeout, "%s timed out\n", who)) in expect_pfn_sg()
74 __func__, who, pt->end, pfn); in expect_pfn_sg()
82 const char *who, in expect_pfn_sg_page_iter() argument
94 __func__, who, pfn, page_to_pfn(page)); in expect_pfn_sg_page_iter()
98 if (igt_timeout(timeout, "%s timed out\n", who)) in expect_pfn_sg_page_iter()
105 __func__, who, pt->end, pfn); in expect_pfn_sg_page_iter()
113 const char *who, in expect_pfn_sgtiter() argument
124 __func__, who, pfn, page_to_pfn(page)); in expect_pfn_sgtiter()
128 if (igt_timeout(timeout, "%s timed out\n", who)) in expect_pfn_sgtiter()
135 __func__, who, pt->end, pfn); in expect_pfn_sgtiter()
145 const char *who, in expect_pfn_sgtable() argument
150 err = expect_pfn_sg(pt, npages_fn, rnd, who, timeout); in expect_pfn_sgtable()
154 err = expect_pfn_sg_page_iter(pt, who, timeout); in expect_pfn_sgtable()
158 err = expect_pfn_sgtiter(pt, who, timeout); in expect_pfn_sgtable()