/kernel/linux/linux-5.10/drivers/infiniband/sw/rxe/ |
H A D | rxe_req.c | 167 static int next_opcode_rc(struct rxe_qp *qp, u32 opcode, int fits) in next_opcode_rc() argument 173 return fits ? in next_opcode_rc() 177 return fits ? in next_opcode_rc() 184 return fits ? in next_opcode_rc() 188 return fits ? in next_opcode_rc() 195 return fits ? in next_opcode_rc() 199 return fits ? in next_opcode_rc() 206 return fits ? in next_opcode_rc() 210 return fits ? in next_opcode_rc() 226 return fits in next_opcode_rc() 239 next_opcode_uc(struct rxe_qp *qp, u32 opcode, int fits) next_opcode_uc() argument 293 int fits = (wqe->dma.resid <= qp->mtu); next_opcode() local [all...] |
/kernel/linux/linux-6.6/drivers/infiniband/sw/rxe/ |
H A D | rxe_req.c | 224 static int next_opcode_rc(struct rxe_qp *qp, u32 opcode, int fits) in next_opcode_rc() argument 230 return fits ? in next_opcode_rc() 234 return fits ? in next_opcode_rc() 241 return fits ? in next_opcode_rc() 245 return fits ? in next_opcode_rc() 252 return fits ? in next_opcode_rc() 256 return fits ? in next_opcode_rc() 263 return fits ? in next_opcode_rc() 267 return fits ? in next_opcode_rc() 286 return fits in next_opcode_rc() 303 next_opcode_uc(struct rxe_qp *qp, u32 opcode, int fits) next_opcode_uc() argument 357 int fits = (wqe->dma.resid <= qp->mtu); next_opcode() local [all...] |
/kernel/linux/linux-5.10/net/netlink/ |
H A D | genetlink.c | 195 bool fits; in genl_allocate_reserve_groups() local 207 fits = true; in genl_allocate_reserve_groups() 214 fits = false; in genl_allocate_reserve_groups() 241 } while (!fits); in genl_allocate_reserve_groups()
|
/kernel/linux/linux-6.6/kernel/sched/ |
H A D | fair.c | 4979 bool fits, uclamp_max_fits; in util_fits_cpu() local 4982 * Check if the real util fits without any uclamp boost/cap applied. in util_fits_cpu() 4984 fits = fits_capacity(util, capacity); in util_fits_cpu() 4987 return fits; in util_fits_cpu() 4995 * pressure to skew the check whether it fits a CPU or not. in util_fits_cpu() 5037 * which is what we're enforcing here. A task always fits if in util_fits_cpu() 5051 fits = fits || uclamp_max_fits; in util_fits_cpu() 5068 * actual fitness value here. We only care if uclamp_max fits in util_fits_cpu() 5077 * need to take into account the boosted value fits th in util_fits_cpu() 7545 int fits, best_fits = 0; select_idle_capacity() local 8107 int fits, max_fits = -1; find_energy_efficient_cpu() local [all...] |
/kernel/linux/linux-5.10/arch/sparc/net/ |
H A D | bpf_jit_comp_64.c | 672 bool fits = true; in emit_compare_and_branch() local 676 fits = false; in emit_compare_and_branch() 678 fits = false; in emit_compare_and_branch() 680 if (!fits) { in emit_compare_and_branch()
|
/kernel/linux/linux-6.6/arch/sparc/net/ |
H A D | bpf_jit_comp_64.c | 672 bool fits = true; in emit_compare_and_branch() local 676 fits = false; in emit_compare_and_branch() 678 fits = false; in emit_compare_and_branch() 680 if (!fits) { in emit_compare_and_branch()
|
/kernel/linux/linux-6.6/net/netlink/ |
H A D | genetlink.c | 401 bool fits; in genl_allocate_reserve_groups() local 413 fits = true; in genl_allocate_reserve_groups() 420 fits = false; in genl_allocate_reserve_groups() 447 } while (!fits); in genl_allocate_reserve_groups()
|
/kernel/linux/linux-5.10/kernel/sched/ |
H A D | fair.c | 4133 bool fits, uclamp_max_fits; in util_fits_cpu() local 4136 * Check if the real util fits without any uclamp boost/cap applied. in util_fits_cpu() 4138 fits = fits_capacity(util, capacity); in util_fits_cpu() 4141 return fits; in util_fits_cpu() 4149 * pressure to skew the check whether it fits a CPU or not. in util_fits_cpu() 4199 * which is what we're enforcing here. A task always fits if in util_fits_cpu() 4213 fits = fits || uclamp_max_fits; in util_fits_cpu() 4230 * actual fitness value here. We only care if uclamp_max fits in util_fits_cpu() 4239 * need to take into account the boosted value fits th in util_fits_cpu() [all...] |
/kernel/linux/linux-5.10/arch/arm/crypto/ |
H A D | poly1305-armv4.pl | 629 @ by 26 bits fits in 32 bits. This is also useful on x86,
|
/kernel/linux/linux-6.6/arch/arm/crypto/ |
H A D | poly1305-armv4.pl | 629 @ by 26 bits fits in 32 bits. This is also useful on x86,
|