Home
last modified time | relevance | path

Searched defs:y (Results 1 – 5 of 5) sorted by relevance

/kernel/sched/
Dclock.c247 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()
Dfair.c9922 u64 x, y, tmp; in update_idle_cpu_scan() local
/kernel/trace/
Dpreemptirq_delay_test.c37 #define MIN(x, y) ((x) < (y) ? (x) : (y)) argument
/kernel/bpf/
Dcore.c1613 #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
Dbtf.c4815 const struct btf_sec_info *y = b; in btf_sec_info_cmp() local