Searched defs:y (Results 1 – 5 of 5) sorted by relevance
/kernel/sched/ |
D | clock.c | 247 notrace static inline u64 wrap_min(u64 x, u64 y) in wrap_min() 252 notrace static inline u64 wrap_max(u64 x, u64 y) in wrap_max()
|
D | fair.c | 9922 u64 x, y, tmp; in update_idle_cpu_scan() local
|
/kernel/trace/ |
D | preemptirq_delay_test.c | 37 #define MIN(x, y) ((x) < (y) ? (x) : (y)) argument
|
/kernel/bpf/ |
D | core.c | 1613 #define BPF_INSN_2_TBL(x, y) [BPF_##x | BPF_##y] = true in bpf_opcode_in_insntable() argument 1614 #define BPF_INSN_3_TBL(x, y, z) [BPF_##x | BPF_##y | BPF_##z] = true in bpf_opcode_in_insntable() argument 1650 #define BPF_INSN_2_LBL(x, y) [BPF_##x | BPF_##y] = &&x##_##y in ___bpf_prog_run() argument 1651 #define BPF_INSN_3_LBL(x, y, z) [BPF_##x | BPF_##y | BPF_##z] = &&x##_##y##_##z in ___bpf_prog_run() argument
|
D | btf.c | 4815 const struct btf_sec_info *y = b; in btf_sec_info_cmp() local
|