Lines Matching refs:buf
42 static void unmap(void *buf) in unmap() argument
46 rt_aspace_unmap(&rt_kernel_space, buf); in unmap()
57 void *buf; in group1_entry() local
64 buf = map(); in group1_entry()
66 memset(buf, 'A' + id, BUF_SIZE); in group1_entry()
70 if (memtest(buf, 'A' + id, BUF_SIZE)) in group1_entry()
75 unmap(buf); in group1_entry()
87 void *buf; in group2_entry() local
96 buf = map(); in group2_entry()
98 memset(buf, 'a' + id, BUF_SIZE); in group2_entry()
102 if (memtest(buf, 'a' + id, BUF_SIZE)) in group2_entry()
105 unmap(buf); in group2_entry()