/kernel/linux/linux-6.6/drivers/gpu/drm/bridge/ |
H A D | lontium-lt8912b.c | 50 static int lt8912_write_init_config(struct lt8912 *lt) in lt8912_write_init_config() argument 87 return regmap_multi_reg_write(lt->regmap[I2C_MAIN], seq, ARRAY_SIZE(seq)); in lt8912_write_init_config() 90 static int lt8912_write_mipi_basic_config(struct lt8912 *lt) in lt8912_write_mipi_basic_config() argument 100 return regmap_multi_reg_write(lt->regmap[I2C_CEC_DSI], seq, ARRAY_SIZE(seq)); in lt8912_write_mipi_basic_config() 103 static int lt8912_write_dds_config(struct lt8912 *lt) in lt8912_write_dds_config() argument 153 return regmap_multi_reg_write(lt->regmap[I2C_CEC_DSI], seq, ARRAY_SIZE(seq)); in lt8912_write_dds_config() 156 static int lt8912_write_rxlogicres_config(struct lt8912 *lt) in lt8912_write_rxlogicres_config() argument 160 ret = regmap_write(lt->regmap[I2C_MAIN], 0x03, 0x7f); in lt8912_write_rxlogicres_config() 162 ret |= regmap_write(lt->regmap[I2C_MAIN], 0x03, 0xff); in lt8912_write_rxlogicres_config() 168 static int lt8912_write_lvds_config(struct lt8912 *lt) in lt8912_write_lvds_config() argument 217 lt8912_init_i2c(struct lt8912 *lt, struct i2c_client *client) lt8912_init_i2c() argument 248 lt8912_free_i2c(struct lt8912 *lt) lt8912_free_i2c() argument 258 lt8912_hard_power_on(struct lt8912 *lt) lt8912_hard_power_on() argument 266 lt8912_hard_power_off(struct lt8912 *lt) lt8912_hard_power_off() argument 273 lt8912_video_setup(struct lt8912 *lt) lt8912_video_setup() argument 339 lt8912_soft_power_on(struct lt8912 *lt) lt8912_soft_power_on() argument 355 lt8912_video_on(struct lt8912 *lt) lt8912_video_on() argument 379 lt8912_check_cable_status(struct lt8912 *lt) lt8912_check_cable_status() argument 397 struct lt8912 *lt = connector_to_lt8912(connector); lt8912_connector_detect() local 435 struct lt8912 *lt = connector_to_lt8912(connector); lt8912_connector_get_modes() local 464 struct lt8912 *lt = bridge_to_lt8912(bridge); lt8912_bridge_mode_set() local 471 struct lt8912 *lt = bridge_to_lt8912(bridge); lt8912_bridge_enable() local 476 lt8912_attach_dsi(struct lt8912 *lt) lt8912_attach_dsi() argument 520 struct lt8912 *lt = data; lt8912_bridge_hpd_cb() local 529 struct lt8912 *lt = bridge_to_lt8912(bridge); lt8912_bridge_connector_init() local 558 struct lt8912 *lt = bridge_to_lt8912(bridge); lt8912_bridge_attach() local 593 struct lt8912 *lt = bridge_to_lt8912(bridge); lt8912_bridge_detach() local 604 struct lt8912 *lt = bridge_to_lt8912(bridge); lt8912_bridge_detect() local 615 struct lt8912 *lt = bridge_to_lt8912(bridge); lt8912_bridge_get_edid() local 637 lt8912_parse_dt(struct lt8912 *lt) lt8912_parse_dt() argument 697 lt8912_put_dt(struct lt8912 *lt) lt8912_put_dt() argument 705 static struct lt8912 *lt; lt8912_probe() local 750 struct lt8912 *lt = i2c_get_clientdata(client); lt8912_remove() local [all...] |
/kernel/linux/linux-6.6/net/netfilter/ |
H A D | nft_set_pipapo_avx2.c | 45 #define NFT_PIPAPO_AVX2_BUCKET_LOAD4(reg, lt, group, v, bsize) \ 47 lt[((group) * NFT_PIPAPO_BUCKETS(4) + \ 49 #define NFT_PIPAPO_AVX2_BUCKET_LOAD8(reg, lt, group, v, bsize) \ 51 lt[((group) * NFT_PIPAPO_BUCKETS(8) + \ 220 unsigned long *lt = f->lt, bsize = f->bsize; in nft_pipapo_avx2_lookup_4b_2() local 222 lt += offset * NFT_PIPAPO_LONGS_PER_M256; in nft_pipapo_avx2_lookup_4b_2() 223 for (i = offset; i < m256_size; i++, lt += NFT_PIPAPO_LONGS_PER_M256) { in nft_pipapo_avx2_lookup_4b_2() 227 NFT_PIPAPO_AVX2_BUCKET_LOAD4(0, lt, 0, pg[0], bsize); in nft_pipapo_avx2_lookup_4b_2() 228 NFT_PIPAPO_AVX2_BUCKET_LOAD4(1, lt, in nft_pipapo_avx2_lookup_4b_2() 282 unsigned long *lt = f->lt, bsize = f->bsize; nft_pipapo_avx2_lookup_4b_4() local 360 unsigned long *lt = f->lt, bsize = f->bsize; nft_pipapo_avx2_lookup_4b_8() local 456 unsigned long *lt = f->lt, bsize = f->bsize; nft_pipapo_avx2_lookup_4b_12() local 550 unsigned long *lt = f->lt, bsize = f->bsize; nft_pipapo_avx2_lookup_4b_32() local 676 unsigned long *lt = f->lt, bsize = f->bsize; nft_pipapo_avx2_lookup_8b_1() local 733 unsigned long *lt = f->lt, bsize = f->bsize; nft_pipapo_avx2_lookup_8b_2() local 797 unsigned long *lt = f->lt, bsize = f->bsize; nft_pipapo_avx2_lookup_8b_4() local 872 unsigned long *lt = f->lt, bsize = f->bsize; nft_pipapo_avx2_lookup_8b_6() local 957 unsigned long *lt = f->lt, bsize = f->bsize; nft_pipapo_avx2_lookup_8b_16() local [all...] |
H A D | nft_set_pipapo.h | 72 #define NFT_PIPAPO_LT_ALIGN(lt) (PTR_ALIGN((lt), NFT_PIPAPO_ALIGN)) 76 (field)->lt = (x); \ 80 #define NFT_PIPAPO_LT_ALIGN(lt) (lt) 81 #define NFT_PIPAPO_LT_ASSIGN(field, x) ((field)->lt = (x)) 117 * @lt: Lookup table: 'groups' rows of buckets 118 * @lt_aligned: Version of @lt aligned to NFT_PIPAPO_ALIGN bytes 129 unsigned long *lt; member 200 unsigned long *lt in pipapo_and_field_buckets_4bit() local 228 unsigned long *lt = NFT_PIPAPO_LT_ALIGN(f->lt); pipapo_and_field_buckets_8bit() local [all...] |
/kernel/linux/linux-5.10/net/netfilter/ |
H A D | nft_set_pipapo_avx2.c | 45 #define NFT_PIPAPO_AVX2_BUCKET_LOAD4(reg, lt, group, v, bsize) \ 47 lt[((group) * NFT_PIPAPO_BUCKETS(4) + \ 49 #define NFT_PIPAPO_AVX2_BUCKET_LOAD8(reg, lt, group, v, bsize) \ 51 lt[((group) * NFT_PIPAPO_BUCKETS(8) + \ 221 unsigned long *lt = f->lt, bsize = f->bsize; in nft_pipapo_avx2_lookup_4b_2() local 223 lt += offset * NFT_PIPAPO_LONGS_PER_M256; in nft_pipapo_avx2_lookup_4b_2() 224 for (i = offset; i < m256_size; i++, lt += NFT_PIPAPO_LONGS_PER_M256) { in nft_pipapo_avx2_lookup_4b_2() 228 NFT_PIPAPO_AVX2_BUCKET_LOAD4(0, lt, 0, pg[0], bsize); in nft_pipapo_avx2_lookup_4b_2() 229 NFT_PIPAPO_AVX2_BUCKET_LOAD4(1, lt, in nft_pipapo_avx2_lookup_4b_2() 283 unsigned long *lt = f->lt, bsize = f->bsize; nft_pipapo_avx2_lookup_4b_4() local 361 unsigned long *lt = f->lt, bsize = f->bsize; nft_pipapo_avx2_lookup_4b_8() local 457 unsigned long *lt = f->lt, bsize = f->bsize; nft_pipapo_avx2_lookup_4b_12() local 551 unsigned long *lt = f->lt, bsize = f->bsize; nft_pipapo_avx2_lookup_4b_32() local 677 unsigned long *lt = f->lt, bsize = f->bsize; nft_pipapo_avx2_lookup_8b_1() local 734 unsigned long *lt = f->lt, bsize = f->bsize; nft_pipapo_avx2_lookup_8b_2() local 798 unsigned long *lt = f->lt, bsize = f->bsize; nft_pipapo_avx2_lookup_8b_4() local 873 unsigned long *lt = f->lt, bsize = f->bsize; nft_pipapo_avx2_lookup_8b_6() local 958 unsigned long *lt = f->lt, bsize = f->bsize; nft_pipapo_avx2_lookup_8b_16() local 1049 unsigned long *lt = f->lt, bsize = f->bsize; nft_pipapo_avx2_lookup_slow() local [all...] |
H A D | nft_set_pipapo.h | 72 #define NFT_PIPAPO_LT_ALIGN(lt) (PTR_ALIGN((lt), NFT_PIPAPO_ALIGN)) 76 (field)->lt = (x); \ 80 #define NFT_PIPAPO_LT_ALIGN(lt) (lt) 81 #define NFT_PIPAPO_LT_ASSIGN(field, x) ((field)->lt = (x)) 117 * @lt: Lookup table: 'groups' rows of buckets 118 * @lt_aligned: Version of @lt aligned to NFT_PIPAPO_ALIGN bytes 129 unsigned long *lt; member 202 unsigned long *lt in pipapo_and_field_buckets_4bit() local 230 unsigned long *lt = NFT_PIPAPO_LT_ALIGN(f->lt); pipapo_and_field_buckets_8bit() local [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
H A D | dp.c | 58 nvkm_dp_train_sense(struct lt_state *lt, bool pc, u32 delay) in nvkm_dp_train_sense() argument 60 struct nvkm_outp *outp = lt->outp; in nvkm_dp_train_sense() 66 if (lt->repeater) in nvkm_dp_train_sense() 67 addr = DPCD_LTTPR_LANE0_1_STATUS(lt->repeater); in nvkm_dp_train_sense() 71 ret = nvkm_rdaux(outp->dp.aux, addr, <->stat[0], 3); in nvkm_dp_train_sense() 75 if (lt->repeater) in nvkm_dp_train_sense() 76 addr = DPCD_LTTPR_LANE0_1_ADJUST(lt->repeater); in nvkm_dp_train_sense() 80 ret = nvkm_rdaux(outp->dp.aux, addr, <->stat[4], 2); in nvkm_dp_train_sense() 85 ret = nvkm_rdaux(outp->dp.aux, DPCD_LS0C, <->pc2stat, 1); in nvkm_dp_train_sense() 87 lt in nvkm_dp_train_sense() 98 nvkm_dp_train_drive(struct lt_state *lt, bool pc) nvkm_dp_train_drive() argument 169 nvkm_dp_train_pattern(struct lt_state *lt, u8 pattern) nvkm_dp_train_pattern() argument 195 nvkm_dp_train_eq(struct lt_state *lt) nvkm_dp_train_eq() argument 242 nvkm_dp_train_cr(struct lt_state *lt) nvkm_dp_train_cr() argument 282 struct lt_state lt = { nvkm_dp_train_link() local [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
H A D | dp.c | 46 nvkm_dp_train_sense(struct lt_state *lt, bool pc, u32 delay) in nvkm_dp_train_sense() argument 48 struct nvkm_dp *dp = lt->dp; in nvkm_dp_train_sense() 56 ret = nvkm_rdaux(dp->aux, DPCD_LS02, lt->stat, 6); in nvkm_dp_train_sense() 61 ret = nvkm_rdaux(dp->aux, DPCD_LS0C, <->pc2stat, 1); in nvkm_dp_train_sense() 63 lt->pc2stat = 0x00; in nvkm_dp_train_sense() 65 lt->stat, lt->pc2stat); in nvkm_dp_train_sense() 67 OUTP_TRACE(&dp->outp, "status %6ph", lt->stat); in nvkm_dp_train_sense() 74 nvkm_dp_train_drive(struct lt_state *lt, bool pc) in nvkm_dp_train_drive() argument 76 struct nvkm_dp *dp = lt in nvkm_dp_train_drive() 140 nvkm_dp_train_pattern(struct lt_state *lt, u8 pattern) nvkm_dp_train_pattern() argument 155 nvkm_dp_train_eq(struct lt_state *lt) nvkm_dp_train_eq() argument 186 nvkm_dp_train_cr(struct lt_state *lt) nvkm_dp_train_cr() argument 226 struct lt_state lt = { nvkm_dp_train_links() local [all...] |
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/ |
H A D | marvell_nand.c | 1026 const struct marvell_hw_ecc_layout *lt = to_marvell_nand(chip)->layout; in marvell_nfc_hw_ecc_hmg_do_read_page() local 1036 unsigned int oob_bytes = lt->spare_bytes + (raw ? lt->ecc_bytes : 0); in marvell_nfc_hw_ecc_hmg_do_read_page() 1061 lt->data_bytes + oob_bytes); in marvell_nfc_hw_ecc_hmg_do_read_page() 1062 memcpy(data_buf, nfc->dma_buf, lt->data_bytes); in marvell_nfc_hw_ecc_hmg_do_read_page() 1063 memcpy(oob_buf, nfc->dma_buf + lt->data_bytes, oob_bytes); in marvell_nfc_hw_ecc_hmg_do_read_page() 1065 marvell_nfc_xfer_data_in_pio(nfc, data_buf, lt->data_bytes); in marvell_nfc_hw_ecc_hmg_do_read_page() 1084 const struct marvell_hw_ecc_layout *lt = to_marvell_nand(chip)->layout; in marvell_nfc_hw_ecc_hmg_read_page() local 1085 unsigned int full_sz = lt->data_bytes + lt in marvell_nfc_hw_ecc_hmg_read_page() 1140 const struct marvell_hw_ecc_layout *lt = to_marvell_nand(chip)->layout; marvell_nfc_hw_ecc_hmg_do_write_page() local 1246 const struct marvell_hw_ecc_layout *lt = to_marvell_nand(chip)->layout; marvell_nfc_hw_ecc_bch_read_page_raw() local 1296 const struct marvell_hw_ecc_layout *lt = to_marvell_nand(chip)->layout; marvell_nfc_hw_ecc_bch_read_chunk() local 1361 const struct marvell_hw_ecc_layout *lt = to_marvell_nand(chip)->layout; marvell_nfc_hw_ecc_bch_read_page() local 1501 const struct marvell_hw_ecc_layout *lt = to_marvell_nand(chip)->layout; marvell_nfc_hw_ecc_bch_write_page_raw() local 1558 const struct marvell_hw_ecc_layout *lt = to_marvell_nand(chip)->layout; marvell_nfc_hw_ecc_bch_write_chunk() local 1619 const struct marvell_hw_ecc_layout *lt = to_marvell_nand(chip)->layout; marvell_nfc_hw_ecc_bch_write_page() local 2189 const struct marvell_hw_ecc_layout *lt = to_marvell_nand(chip)->layout; marvell_nand_ooblayout_ecc() local 2205 const struct marvell_hw_ecc_layout *lt = to_marvell_nand(chip)->layout; marvell_nand_ooblayout_free() local [all...] |
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/ |
H A D | marvell_nand.c | 1040 const struct marvell_hw_ecc_layout *lt = to_marvell_nand(chip)->layout; in marvell_nfc_hw_ecc_hmg_do_read_page() local 1050 unsigned int oob_bytes = lt->spare_bytes + (raw ? lt->ecc_bytes : 0); in marvell_nfc_hw_ecc_hmg_do_read_page() 1075 lt->data_bytes + oob_bytes); in marvell_nfc_hw_ecc_hmg_do_read_page() 1076 memcpy(data_buf, nfc->dma_buf, lt->data_bytes); in marvell_nfc_hw_ecc_hmg_do_read_page() 1077 memcpy(oob_buf, nfc->dma_buf + lt->data_bytes, oob_bytes); in marvell_nfc_hw_ecc_hmg_do_read_page() 1079 marvell_nfc_xfer_data_in_pio(nfc, data_buf, lt->data_bytes); in marvell_nfc_hw_ecc_hmg_do_read_page() 1098 const struct marvell_hw_ecc_layout *lt = to_marvell_nand(chip)->layout; in marvell_nfc_hw_ecc_hmg_read_page() local 1099 unsigned int full_sz = lt->data_bytes + lt in marvell_nfc_hw_ecc_hmg_read_page() 1154 const struct marvell_hw_ecc_layout *lt = to_marvell_nand(chip)->layout; marvell_nfc_hw_ecc_hmg_do_write_page() local 1260 const struct marvell_hw_ecc_layout *lt = to_marvell_nand(chip)->layout; marvell_nfc_hw_ecc_bch_read_page_raw() local 1310 const struct marvell_hw_ecc_layout *lt = to_marvell_nand(chip)->layout; marvell_nfc_hw_ecc_bch_read_chunk() local 1375 const struct marvell_hw_ecc_layout *lt = to_marvell_nand(chip)->layout; marvell_nfc_hw_ecc_bch_read_page() local 1515 const struct marvell_hw_ecc_layout *lt = to_marvell_nand(chip)->layout; marvell_nfc_hw_ecc_bch_write_page_raw() local 1572 const struct marvell_hw_ecc_layout *lt = to_marvell_nand(chip)->layout; marvell_nfc_hw_ecc_bch_write_chunk() local 1633 const struct marvell_hw_ecc_layout *lt = to_marvell_nand(chip)->layout; marvell_nfc_hw_ecc_bch_write_page() local 2203 const struct marvell_hw_ecc_layout *lt = to_marvell_nand(chip)->layout; marvell_nand_ooblayout_ecc() local 2219 const struct marvell_hw_ecc_layout *lt = to_marvell_nand(chip)->layout; marvell_nand_ooblayout_free() local [all...] |
/kernel/linux/linux-5.10/scripts/ |
H A D | unifdef.c | 831 Linetype lt; in eval_unary() local 837 lt = eval_unary(ops, valp, &cp); in eval_unary() 838 if (lt == LT_ERROR) in eval_unary() 840 if (lt != LT_IF) { in eval_unary() 842 lt = *valp ? LT_TRUE : LT_FALSE; in eval_unary() 847 lt = eval_table(eval_ops, valp, &cp); in eval_unary() 848 if (lt == LT_ERROR) in eval_unary() 858 lt = *valp ? LT_TRUE : LT_FALSE; in eval_unary() 871 lt = LT_IF; in eval_unary() 874 lt in eval_unary() 918 Linetype lt, rt; eval_table() local [all...] |
/kernel/linux/linux-6.6/scripts/ |
H A D | unifdef.c | 831 Linetype lt; in eval_unary() local 837 lt = eval_unary(ops, valp, &cp); in eval_unary() 838 if (lt == LT_ERROR) in eval_unary() 840 if (lt != LT_IF) { in eval_unary() 842 lt = *valp ? LT_TRUE : LT_FALSE; in eval_unary() 847 lt = eval_table(eval_ops, valp, &cp); in eval_unary() 848 if (lt == LT_ERROR) in eval_unary() 858 lt = *valp ? LT_TRUE : LT_FALSE; in eval_unary() 871 lt = LT_IF; in eval_unary() 874 lt in eval_unary() 918 Linetype lt, rt; eval_table() local [all...] |
H A D | rust_is_available.sh | 112 if [ "$rust_compiler_cversion" -lt "$rust_compiler_min_cversion" ]; then 160 if [ "$rust_bindings_generator_cversion" -lt "$rust_bindings_generator_min_cversion" ]; then 218 if [ "$bindgen_libclang_cversion" -lt "$bindgen_libclang_min_cversion" ]; then
|
/kernel/linux/linux-5.10/drivers/media/platform/rockchip/rga/ |
H A D | rga-hw.c | 50 struct rga_addr_offset *lt, *lb, *rt, *rb; in rga_get_addr_offset() local 54 lt = &offsets.left_top; in rga_get_addr_offset() 65 lt->y_off = y * frm->stride + x * pixel_width; in rga_get_addr_offset() 66 lt->u_off = in rga_get_addr_offset() 68 lt->v_off = lt->u_off + frm->width * frm->height / uv_factor; in rga_get_addr_offset() 70 lb->y_off = lt->y_off + (h - 1) * frm->stride; in rga_get_addr_offset() 71 lb->u_off = lt->u_off + (h / y_div - 1) * uv_stride; in rga_get_addr_offset() 72 lb->v_off = lt->v_off + (h / y_div - 1) * uv_stride; in rga_get_addr_offset() 74 rt->y_off = lt in rga_get_addr_offset() [all...] |
/kernel/linux/linux-6.6/drivers/media/platform/rockchip/rga/ |
H A D | rga-hw.c | 50 struct rga_addr_offset *lt, *lb, *rt, *rb; in rga_get_addr_offset() local 54 lt = &offsets.left_top; in rga_get_addr_offset() 65 lt->y_off = y * frm->stride + x * pixel_width; in rga_get_addr_offset() 66 lt->u_off = in rga_get_addr_offset() 68 lt->v_off = lt->u_off + frm->width * frm->height / uv_factor; in rga_get_addr_offset() 70 lb->y_off = lt->y_off + (h - 1) * frm->stride; in rga_get_addr_offset() 71 lb->u_off = lt->u_off + (h / y_div - 1) * uv_stride; in rga_get_addr_offset() 72 lb->v_off = lt->v_off + (h / y_div - 1) * uv_stride; in rga_get_addr_offset() 74 rt->y_off = lt in rga_get_addr_offset() [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/rseq/ |
H A D | run_param_test.sh | 40 while [ "$i" -lt "${#TEST_LIST[@]}" ]; do 72 while [ "$i" -lt "${#INJECT_LIST[@]}" ]; do 93 while [ "$i" -lt "${#INJECT_LIST[@]}" ]; do
|
/kernel/linux/build/test/moduletest/runtest/bin/enhancedf2fs_t/testcases/bin/ |
H A D | enhancedf2fs10.sh | 42 while [ $i -lt $expected_mem ] 49 while [ $i -lt 5120 ] 64 while [ $i -lt 200 ]
|
H A D | enhancedf2fs11.sh | 41 while [ $i -lt $expected_mem ] 49 while [ $i -lt 5120 ] 63 while [ $i -lt 200 ]
|
/kernel/linux/linux-6.6/tools/testing/selftests/rseq/ |
H A D | run_param_test.sh | 40 while [ "$i" -lt "${#TEST_LIST[@]}" ]; do 77 while [ "$i" -lt "${#INJECT_LIST[@]}" ]; do 98 while [ "$i" -lt "${#INJECT_LIST[@]}" ]; do
|
/kernel/linux/linux-6.6/drivers/media/v4l2-core/ |
H A D | v4l2-h264.c | 263 u8 lt, i = 0, j = 0, k = 0; in reorder_field_reflist() local 267 for (lt = 0; lt <= 1; lt++) { in reorder_field_reflist() 269 for (; i < b->num_valid && b->refs[tmplist[i].index].longterm == lt; i++) { in reorder_field_reflist() 276 for (; j < b->num_valid && b->refs[tmplist[j].index].longterm == lt; j++) { in reorder_field_reflist() 282 } while ((i < b->num_valid && b->refs[tmplist[i].index].longterm == lt) || in reorder_field_reflist() 283 (j < b->num_valid && b->refs[tmplist[j].index].longterm == lt)); in reorder_field_reflist()
|
/kernel/linux/linux-5.10/arch/mips/pci/ |
H A D | fixup-cobalt.c | 56 unsigned char lt; in qube_raq_via_bmIDE_fixup() local 67 pci_read_config_byte(dev, PCI_LATENCY_TIMER, <); in qube_raq_via_bmIDE_fixup() 68 if (lt < 64) in qube_raq_via_bmIDE_fixup()
|
/kernel/linux/linux-6.6/arch/mips/pci/ |
H A D | fixup-cobalt.c | 71 unsigned char lt; in qube_raq_via_bmIDE_fixup() local 82 pci_read_config_byte(dev, PCI_LATENCY_TIMER, <); in qube_raq_via_bmIDE_fixup() 83 if (lt < 64) in qube_raq_via_bmIDE_fixup()
|
/kernel/linux/linux-5.10/arch/arm64/lib/ |
H A D | memset.S | 96 b.lt 2f 147 b.lt .Lnot_short /*count is at least 128 bytes*/ 167 b.lt .Lnot_short /* Not enough to reach alignment. */ 179 b.lt .Lnot_short
|
/kernel/linux/linux-6.6/arch/arm64/lib/ |
H A D | memset.S | 95 b.lt 2f 146 b.lt .Lnot_short /*count is at least 128 bytes*/ 166 b.lt .Lnot_short /* Not enough to reach alignment. */ 178 b.lt .Lnot_short
|
/kernel/linux/linux-5.10/tools/testing/selftests/vm/ |
H A D | hugetlb_reparenting_test.sh | 73 if [[ $actual_a -lt $(($expected_a - $tolerance)) ]] || 85 if [[ $actual_a_hugetlb -lt $(($expected_a_hugetlb - $tolerance)) ]] || 101 if [[ $actual_b -lt $(($expected_b - $tolerance)) ]] || 113 if [[ $actual_b_hugetlb -lt $(($expected_b_hugetlb - $tolerance)) ]] ||
|
/kernel/linux/linux-6.6/tools/testing/selftests/memory-hotplug/ |
H A D | mem-on-off-test.sh | 166 if [ "$ratio" -gt 100 ] || [ "$ratio" -lt 0 ]; then 174 if ! [ "$error" -ge -4095 -a "$error" -lt 0 ]; then 271 if [ $((RANDOM % 100)) -lt $ratio ]; then 297 if [ $((RANDOM % 100)) -lt $ratio ]; then
|