Searched refs:LSH (Results 1 – 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
D | jiffies.h | 56 #define SH_DIV(NOM,DEN,LSH) ( (((NOM) / (DEN)) << (LSH)) \ argument 57 + ((((NOM) % (DEN)) << (LSH)) + (DEN) / 2) / (DEN))
|
/kernel/linux/linux-5.10/kernel/bpf/ |
D | core.c | 1214 INSN_3(ALU, LSH, X), \ 1230 INSN_3(ALU, LSH, K), \ 1244 INSN_3(ALU64, LSH, X), \ 1258 INSN_3(ALU64, LSH, K), \ 1451 SHT(LSH, <<) in ___bpf_prog_run()
|