Lines Matching defs:range
35 struct accept_range range, *entry;
46 * Only care for the part of the range that is represented
90 range.start = start / unit_size;
91 range.end = DIV_ROUND_UP(end, unit_size);
96 * Check if anybody works on accepting the same range of the memory.
103 if (entry->end <= range.start)
105 if (entry->start >= range.end)
109 * Somebody else accepting the range. Or at least part of it.
118 * Register that the range is about to be accepted.
121 list_add(&range.list, &accepting_list);
123 range_start = range.start;
125 range.end) {
150 list_del(&range.list);
168 * Only care for the part of the range that is represented