Home
last modified time | relevance | path

Searched defs:range (Results 1 – 4 of 4) sorted by relevance

/kernel/
Drange.c12 int add_range(struct range *range, int az, int nr_range, u64 start, u64 end) in add_range()
29 int add_range_with_merge(struct range *range, int az, int nr_range, in add_range_with_merge()
65 void subtract_range(struct range *range, int az, u64 start, u64 end) in subtract_range()
126 int clean_sort_range(struct range *range, int az) in clean_sort_range()
161 void sort_range(struct range *range, int nr_range) in sort_range()
/kernel/bpf/
Darraymap.c193 u64 range = array->elem_size; in array_map_direct_value_meta() local
Dverifier.c414 struct tnum *range, const char *ctx, in verbose_invalid_scalar()
7258 struct tnum range = callee->callback_ret_range; in prepare_func_exit() local
10814 struct tnum range = tnum_range(0, 1), const_0 = tnum_const(0); in check_return_code() local
/kernel/events/
Duprobes.c162 struct mmu_notifier_range range; in __replace_page() local