Searched refs:r1 (Results 1 – 5 of 5) sorted by relevance
/kernel/ |
D | range.c | 116 const struct range *r1 = x1; in cmp_range() local 119 if (r1->start < r2->start) in cmp_range() 121 if (r1->start > r2->start) in cmp_range()
|
D | resource.c | 1352 static bool system_ram_resources_mergeable(struct resource *r1, in system_ram_resources_mergeable() argument 1356 return r1->flags == r2->flags && r1->end + 1 == r2->start && in system_ram_resources_mergeable() 1357 r1->name == r2->name && r1->desc == r2->desc && in system_ram_resources_mergeable() 1358 !r1->child && !r2->child; in system_ram_resources_mergeable()
|
/kernel/rcu/ |
D | rcu.h | 174 int r1; in debug_rcu_head_queue() local 176 r1 = debug_object_activate(head, &rcuhead_debug_descr); in debug_rcu_head_queue() 180 return r1; in debug_rcu_head_queue()
|
/kernel/bpf/ |
D | core.c | 1208 noinline u64 __bpf_call_base(u64 r1, u64 r2, u64 r3, u64 r4, u64 r5) in __bpf_call_base() argument 1713 static u64 PROG_NAME_ARGS(stack_size)(u64 r1, u64 r2, u64 r3, u64 r4, u64 r5, \ 1720 BPF_R1 = r1; \ 1753 static u64 (*interpreters_args[])(u64 r1, u64 r2, u64 r3, u64 r4, u64 r5,
|
/kernel/trace/ |
D | bpf_trace.c | 71 u64 bpf_get_stackid(u64 r1, u64 r2, u64 r3, u64 r4, u64 r5); 72 u64 bpf_get_stack(u64 r1, u64 r2, u64 r3, u64 r4, u64 r5);
|