Searched refs:head_off (Results 1 – 2 of 2) sorted by relevance
1156 size_t size, head_off, old_off, len1, len2, padding; in __auxtrace_mmap__read() local1176 head_off = head & mm->mask; in __auxtrace_mmap__read()1179 head_off = head % mm->len; in __auxtrace_mmap__read()1183 if (head_off > old_off) in __auxtrace_mmap__read()1184 size = head_off - old_off; in __auxtrace_mmap__read()1186 size = mm->len - (old_off - head_off); in __auxtrace_mmap__read()1206 if (size > head_off) { in __auxtrace_mmap__read()1207 len1 = size - head_off; in __auxtrace_mmap__read()1209 len2 = head_off; in __auxtrace_mmap__read()1213 data1 = &data[head_off - len1]; in __auxtrace_mmap__read()
2640 unsigned long *head_off,2652 unsigned long *head_off,2656 unsigned long head_off);