/kernel/linux/linux-5.10/net/netfilter/ |
D | nft_set_pipapo_avx2.c | 45 #define NFT_PIPAPO_AVX2_BUCKET_LOAD4(reg, lt, group, v, bsize) \ argument 49 #define NFT_PIPAPO_AVX2_BUCKET_LOAD8(reg, lt, group, v, bsize) \ argument 224 unsigned long *lt = f->lt, bsize = f->bsize; in nft_pipapo_avx2_lookup_4b_2() local 286 unsigned long *lt = f->lt, bsize = f->bsize; in nft_pipapo_avx2_lookup_4b_4() local 364 unsigned long *lt = f->lt, bsize = f->bsize; in nft_pipapo_avx2_lookup_4b_8() local 460 unsigned long *lt = f->lt, bsize = f->bsize; in nft_pipapo_avx2_lookup_4b_12() local 554 unsigned long *lt = f->lt, bsize = f->bsize; in nft_pipapo_avx2_lookup_4b_32() local 680 unsigned long *lt = f->lt, bsize = f->bsize; in nft_pipapo_avx2_lookup_8b_1() local 737 unsigned long *lt = f->lt, bsize = f->bsize; in nft_pipapo_avx2_lookup_8b_2() local 801 unsigned long *lt = f->lt, bsize = f->bsize; in nft_pipapo_avx2_lookup_8b_4() local [all …]
|
D | nft_set_pipapo.h | 72 #define NFT_PIPAPO_LT_ALIGN(lt) (PTR_ALIGN((lt), NFT_PIPAPO_ALIGN)) argument 80 #define NFT_PIPAPO_LT_ALIGN(lt) (lt) argument 129 unsigned long *lt; member 194 unsigned long *lt = NFT_PIPAPO_LT_ALIGN(f->lt); in pipapo_and_field_buckets_4bit() local 222 unsigned long *lt = NFT_PIPAPO_LT_ALIGN(f->lt); in pipapo_and_field_buckets_8bit() local
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
D | dp.c | 46 nvkm_dp_train_sense(struct lt_state *lt, bool pc, u32 delay) in nvkm_dp_train_sense() 74 nvkm_dp_train_drive(struct lt_state *lt, bool pc) in nvkm_dp_train_drive() 140 nvkm_dp_train_pattern(struct lt_state *lt, u8 pattern) in nvkm_dp_train_pattern() 155 nvkm_dp_train_eq(struct lt_state *lt) in nvkm_dp_train_eq() 186 nvkm_dp_train_cr(struct lt_state *lt) in nvkm_dp_train_cr() 226 struct lt_state lt = { in nvkm_dp_train_links() local
|
D | dp.h | 30 } lt; member
|
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/ |
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 1084 const struct marvell_hw_ecc_layout *lt = to_marvell_nand(chip)->layout; in marvell_nfc_hw_ecc_hmg_read_page() local 1140 const struct marvell_hw_ecc_layout *lt = to_marvell_nand(chip)->layout; in marvell_nfc_hw_ecc_hmg_do_write_page() local 1234 const struct marvell_hw_ecc_layout *lt = to_marvell_nand(chip)->layout; in marvell_nfc_hw_ecc_bch_read_page_raw() local 1284 const struct marvell_hw_ecc_layout *lt = to_marvell_nand(chip)->layout; in marvell_nfc_hw_ecc_bch_read_chunk() local 1349 const struct marvell_hw_ecc_layout *lt = to_marvell_nand(chip)->layout; in marvell_nfc_hw_ecc_bch_read_page() local 1489 const struct marvell_hw_ecc_layout *lt = to_marvell_nand(chip)->layout; in marvell_nfc_hw_ecc_bch_write_page_raw() local 1546 const struct marvell_hw_ecc_layout *lt = to_marvell_nand(chip)->layout; in marvell_nfc_hw_ecc_bch_write_chunk() local 1607 const struct marvell_hw_ecc_layout *lt = to_marvell_nand(chip)->layout; in marvell_nfc_hw_ecc_bch_write_page() local 2168 const struct marvell_hw_ecc_layout *lt = to_marvell_nand(chip)->layout; in marvell_nand_ooblayout_ecc() local [all …]
|
/kernel/linux/linux-5.10/arch/mips/pci/ |
D | fixup-cobalt.c | 56 unsigned char lt; in qube_raq_via_bmIDE_fixup() local
|
/kernel/linux/linux-5.10/arch/mips/include/asm/ |
D | cpu-features.h | 63 #define __isa_range(ge, lt) \ argument 65 #define __isa_range_or_flag(ge, lt, flag) \ argument 67 #define __isa_range_and_ase(ge, lt, ase) \ argument
|
/kernel/liteos_m/testsuites/unittest/posix/src/string/ |
D | memory_func_test.c | 190 char lt[8] = {0x11, 0x22, 0x33, 0x44, 0x55, 0x66, 0x77, 0x77}; variable
|
/kernel/linux/linux-5.10/drivers/media/platform/rockchip/rga/ |
D | rga-hw.c | 50 struct rga_addr_offset *lt, *lb, *rt, *rb; in rga_get_addr_offset() local
|
/kernel/linux/linux-5.10/scripts/ |
D | unifdef.c | 831 Linetype lt; in eval_unary() local 918 Linetype lt, rt; in eval_table() local
|
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/af/ |
D | rvu_npc.c | 738 int lid, lt, ld, fl; in npc_program_mkex_profile() local 2220 #define GET_KEX_LD(intf, lid, lt, ld) \ argument 2231 int lid, lt, ld, fl; in rvu_mbox_handler_npc_get_kex_cfg() local
|
/kernel/linux/linux-5.10/kernel/locking/ |
D | lockdep_proc.c | 420 static void seq_lock_time(struct seq_file *m, struct lock_time *lt) in seq_lock_time()
|
D | lockdep.c | 237 static void lock_time_inc(struct lock_time *lt, u64 time) in lock_time_inc()
|
/kernel/linux/linux-5.10/drivers/memory/tegra/ |
D | tegra210-emc-cc-r21021.c | 407 #define __COPY_EMA(nt, lt, dev) \ in periodic_compensation_handler() argument
|
/kernel/linux/linux-5.10/net/netfilter/ipset/ |
D | ip_set_hash_gen.h | 465 struct list_head *l, *lt; in mtype_destroy() local 641 struct list_head *l, *lt; in mtype_resize() local
|
/kernel/linux/linux-5.10/arch/mips/kernel/ |
D | ptrace.c | 164 unsigned long lt[NUM_WATCH_REGS]; in ptrace_set_watch_regs() local
|
/kernel/linux/linux-5.10/drivers/power/supply/ |
D | bq25890_charger.c | 296 struct bq25890_lookup lt; member
|
/kernel/linux/linux-5.10/drivers/scsi/be2iscsi/ |
D | be_main.h | 711 u8 lt; /* DWORD 0 */ member 779 u8 lt; /* DWORD 11 */ member 867 u8 lt; /* DWORD 0 */ member
|
/kernel/linux/linux-5.10/net/xfrm/ |
D | xfrm_user.c | 525 struct nlattr *lt = attrs[XFRMA_LTIME_VAL]; in xfrm_update_ae_params() local 2171 struct nlattr *lt = attrs[XFRMA_LTIME_VAL]; in xfrm_new_ae() local
|
/kernel/linux/linux-5.10/drivers/hid/ |
D | hid-wiimote-modules.c | 1046 __s8 rx, ry, lx, ly, lt, rt; in wiimod_classic_in_ext() local
|
/kernel/linux/linux-5.10/drivers/infiniband/core/ |
D | verbs.c | 232 enum rdma_transport_type lt; in rdma_port_get_link_layer() local
|
/kernel/linux/linux-5.10/drivers/net/ethernet/cavium/liquidio/ |
D | lio_main.c | 624 struct lio_time *lt; in lio_sync_octeon_time() local
|
/kernel/linux/linux-5.10/net/ipv4/ |
D | fib_trie.c | 1852 struct trie *lt; in fib_trie_unmerge() local
|
/kernel/linux/linux-5.10/arch/mips/include/asm/octeon/ |
D | cvmx-pci-defs.h | 259 uint32_t lt:8; member
|