Home
last modified time | relevance | path

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

/kernel/sched/
Dclock.c249 static inline u64 wrap_min(u64 x, u64 y) in wrap_min()
254 static inline u64 wrap_max(u64 x, u64 y) in wrap_max()
/kernel/trace/
Dpreemptirq_delay_test.c37 #define MIN(x, y) ((x) < (y) ? (x) : (y)) argument
/kernel/bpf/
Dcore.c1354 #define BPF_INSN_2_TBL(x, y) [BPF_##x | BPF_##y] = true in bpf_opcode_in_insntable() argument
1355 #define BPF_INSN_3_TBL(x, y, z) [BPF_##x | BPF_##y | BPF_##z] = true in bpf_opcode_in_insntable() argument
1391 #define BPF_INSN_2_LBL(x, y) [BPF_##x | BPF_##y] = &&x##_##y in ___bpf_prog_run() argument
1392 #define BPF_INSN_3_LBL(x, y, z) [BPF_##x | BPF_##y | BPF_##z] = &&x##_##y##_##z in ___bpf_prog_run() argument
Dbtf.c4197 const struct btf_sec_info *y = b; in btf_sec_info_cmp() local