Searched refs:range (Results 1 – 7 of 7) sorted by relevance
/kernel/ |
D | range.c | 10 int add_range(struct range *range, int az, int nr_range, u64 start, u64 end) in add_range() argument 19 range[nr_range].start = start; in add_range() 20 range[nr_range].end = end; in add_range() 27 int add_range_with_merge(struct range *range, int az, int nr_range, in add_range_with_merge() argument 39 if (!range[i].end) in add_range_with_merge() 42 common_start = max(range[i].start, start); in add_range_with_merge() 43 common_end = min(range[i].end, end); in add_range_with_merge() 48 start = min(range[i].start, start); in add_range_with_merge() 49 end = max(range[i].end, end); in add_range_with_merge() 51 memmove(&range[i], &range[i + 1], in add_range_with_merge() [all …]
|
D | timeconst.bc | 28 which brings the mul value into the range 2^b-1 <= x < 2^b. Such 29 a shift value will be correct in the signed integer range and off 30 by at most one in the upper half of the unsigned range. */
|
D | Kconfig.preempt | 53 range.
|
D | Makefile | 13 async.o range.o groups.o lglock.o smpboot.o
|
D | kprobes.c | 1358 addr < (kb->start_addr + kb->range)) in in_kprobes_functions() 2116 kb->range = 0; in init_kprobes() 2118 kb->range = size; in init_kprobes()
|
/kernel/time/ |
D | Kconfig | 117 desired range of dynticks CPUs. 132 define the range of full dynticks CPUs, consider that all 134 Note the boot CPU will still be kept outside the range to
|
/kernel/power/ |
D | Kconfig | 132 range 0 100000
|