/linux-6.12.1/net/netfilter/ipset/ |
D | pfxlen.c | 7 #ifdef E 8 #undef E 12 E(0x00000000, 0x00000000, 0x00000000, 0x00000000), \ 13 E(0x80000000, 0x00000000, 0x00000000, 0x00000000), \ 14 E(0xC0000000, 0x00000000, 0x00000000, 0x00000000), \ 15 E(0xE0000000, 0x00000000, 0x00000000, 0x00000000), \ 16 E(0xF0000000, 0x00000000, 0x00000000, 0x00000000), \ 17 E(0xF8000000, 0x00000000, 0x00000000, 0x00000000), \ 18 E(0xFC000000, 0x00000000, 0x00000000, 0x00000000), \ 19 E(0xFE000000, 0x00000000, 0x00000000, 0x00000000), \ [all …]
|
D | ip_set_hash_netnet.c | 23 #define IPSET_TYPE_REV_MIN 0 100 elem->ip[0] &= ip_set_netmask(cidr); in hash_netnet4_data_netmask() 101 elem->cidr[0] = cidr; in hash_netnet4_data_netmask() 109 u32 flags = data->nomatch ? IPSET_FLAG_NOMATCH : 0; in hash_netnet4_data_list() 111 if (nla_put_ipaddr4(skb, IPSET_ATTR_IP, data->ip[0]) || in hash_netnet4_data_list() 113 nla_put_u8(skb, IPSET_ATTR_CIDR, data->cidr[0]) || in hash_netnet4_data_list() 136 hash_netnet4_init(struct hash_netnet4_elem *e) in hash_netnet4_init() argument 138 e->cidr[0] = HOST_MASK; in hash_netnet4_init() 139 e->cidr[1] = HOST_MASK; in hash_netnet4_init() 149 struct hash_netnet4_elem e = { }; in hash_netnet4_kadt() local [all …]
|
D | ip_set_hash_netportnet.c | 23 #define IPSET_TYPE_REV_MIN 0 24 /* 0 Comments support added */ 105 elem->ip[0] &= ip_set_netmask(cidr); in hash_netportnet4_data_netmask() 106 elem->cidr[0] = cidr; in hash_netportnet4_data_netmask() 114 u32 flags = data->nomatch ? IPSET_FLAG_NOMATCH : 0; in hash_netportnet4_data_list() 116 if (nla_put_ipaddr4(skb, IPSET_ATTR_IP, data->ip[0]) || in hash_netportnet4_data_list() 119 nla_put_u8(skb, IPSET_ATTR_CIDR, data->cidr[0]) || in hash_netportnet4_data_list() 144 hash_netportnet4_init(struct hash_netportnet4_elem *e) in hash_netportnet4_init() argument 146 e->cidr[0] = HOST_MASK; in hash_netportnet4_init() 147 e->cidr[1] = HOST_MASK; in hash_netportnet4_init() [all …]
|
/linux-6.12.1/scripts/coccinelle/api/ |
D | string_choices.cocci | 11 expression E; 14 - ((E == 1) ? "" : "s") 15 + str_plural(E) 17 - ((E > 1) ? "s" : "") 18 + str_plural(E) 22 expression E; 26 * (E@P == 1) ? "" : "s" 28 * (E@P > 1) ? "s" : "" 33 e << str_plural_r.E; 36 coccilib.report.print_report(p[0], "opportunity for str_plural(%s)" % e) [all …]
|
D | kfree_mismatch.cocci | 18 expression E, E1; 25 E = \(kmalloc\|kzalloc\|krealloc\|kcalloc\| 31 E = \(vmalloc\|vzalloc\|vmalloc_user\|vmalloc_node\| 38 E = \(kmalloc\|kzalloc\|krealloc\|kcalloc\|kmalloc_node\|kzalloc_node\| 40 ... when != E = E1 42 if (E == NULL) { 44 E = \(vmalloc\|vzalloc\|vmalloc_user\|vmalloc_node\| 53 expression E; 57 E = \(kvmalloc\|kvzalloc\|kvcalloc\|kvzalloc_node\|kvmalloc_node\| 60 kvfree(E)@fok [all …]
|
/linux-6.12.1/scripts/coccinelle/null/ |
D | badzero.cocci | 2 /// Compare pointer-typed values to NULL rather than 0 14 // Requires: 1.0.0 27 expression *E; 32 (E = f(...)) == 33 - 0 36 (E = f(...)) != 37 - 0 40 - 0 42 == (E = f(...)) 44 - 0 [all …]
|
/linux-6.12.1/Documentation/driver-api/media/drivers/ccs/ |
D | ccs-regs.asc | 6 # - e enum value # after a field 7 # - e enum value [LSB MSB] 19 module_model_id 0x0000 16 20 module_revision_number_major 0x0002 8 21 frame_count 0x0005 8 22 pixel_order 0x0006 8 23 - e GRBG 0 24 - e RGGB 1 25 - e BGGR 2 26 - e GBRG 3 [all …]
|
/linux-6.12.1/drivers/media/test-drivers/vidtv/ |
D | vidtv_s302m.c | 38 #define PES_PRIVATE_STREAM_1 0xbd /* PES: private_stream_1 */ 52 0x00, 0x80, 0x40, 0xC0, 0x20, 0xA0, 0x60, 0xE0, 0x10, 0x90, 0x50, 0xD0, 53 0x30, 0xB0, 0x70, 0xF0, 0x08, 0x88, 0x48, 0xC8, 0x28, 0xA8, 0x68, 0xE8, 54 0x18, 0x98, 0x58, 0xD8, 0x38, 0xB8, 0x78, 0xF8, 0x04, 0x84, 0x44, 0xC4, 55 0x24, 0xA4, 0x64, 0xE4, 0x14, 0x94, 0x54, 0xD4, 0x34, 0xB4, 0x74, 0xF4, 56 0x0C, 0x8C, 0x4C, 0xCC, 0x2C, 0xAC, 0x6C, 0xEC, 0x1C, 0x9C, 0x5C, 0xDC, 57 0x3C, 0xBC, 0x7C, 0xFC, 0x02, 0x82, 0x42, 0xC2, 0x22, 0xA2, 0x62, 0xE2, 58 0x12, 0x92, 0x52, 0xD2, 0x32, 0xB2, 0x72, 0xF2, 0x0A, 0x8A, 0x4A, 0xCA, 59 0x2A, 0xAA, 0x6A, 0xEA, 0x1A, 0x9A, 0x5A, 0xDA, 0x3A, 0xBA, 0x7A, 0xFA, 60 0x06, 0x86, 0x46, 0xC6, 0x26, 0xA6, 0x66, 0xE6, 0x16, 0x96, 0x56, 0xD6, [all …]
|
/linux-6.12.1/arch/alpha/lib/ |
D | ev6-memchr.S | 11 * - does binary search to find 0 byte in last 26 * E - either cluster 39 .frame $30,0,$26,0 40 .prologue 0 47 zap $18, 0x80, $5 # U : Bound length 49 ldq_u $1, 0($16) # L : load first quadword Latency=3 50 and $17, 0xff, $17 # E : L L U U : 00000000000000ch 53 cmpult $18, 9, $4 # E : small (< 1 quad) string? 54 or $2, $17, $17 # E : 000000000000chch 55 lda $3, -1($31) # E : U L L U [all …]
|
D | ev6-memcpy.S | 16 * E - either cluster 31 .frame $30,0,$26,0 32 .prologue 0 34 mov $16, $0 # E : copy dest to return 36 xor $16, $17, $1 # E : are source and dest alignments the same? 37 and $1, 7, $1 # E : are they the same mod 8? 41 and $16, 7, $1 # E : Are both 0mod8? 43 nop # E : 47 * until a 0mod8 alignment for both is reached. 52 ldbu $1, 0($17) # L : grab a byte [all …]
|
D | ev6-memset.S | 15 * E - either cluster 43 .frame $30,0,$26,0 44 .prologue 0 53 and $17,255,$1 # E : 00000000000000ch 55 bis $16,$16,$0 # E : return value 58 addq $18,$16,$6 # E : max address to write to 59 bis $1,$2,$17 # E : 000000000000chch 63 or $3,$4,$3 # E : 00000000chch0000 65 xor $16,$6,$1 # E : will complete write be within one quadword? 68 or $17,$3,$17 # E : 00000000chchchch [all …]
|
D | ev6-clear_user.S | 8 * We have to make sure that $0 is always up-to-date and contains the 18 * E - either cluster 27 * The believed purpose of only updating $0 after a store is that a signal 47 .frame $30, 0, $26 48 .prologue 0 52 and $17, $17, $0 53 and $16, 7, $4 # .. E .. .. : find dest head misalignment 54 beq $0, $zerolength # U .. .. .. : U L U L 56 addq $0, $4, $1 # .. .. .. E : bias counter 57 and $1, 7, $2 # .. .. E .. : number of misaligned bytes in tail [all …]
|
D | ev6-stxncpy.S | 36 * E - either cluster 58 .frame sp, 0, t9, 0 59 .prologue 0 65 /* Create the 1st output word and detect 0's in the 1st input word. */ 66 lda t2, -1 # E : build a mask against false zero 69 ornot t1, t2, t2 # E : (stall) 72 cmpbge zero, t2, t8 # E : bits set iff null found 73 or t0, t3, t0 # E : (stall) 90 stq_u t0, 0(a0) # L : 91 addq a0, 8, a0 # E : [all …]
|
/linux-6.12.1/drivers/net/ethernet/chelsio/cxgb4/ |
D | l2t.c | 65 static inline unsigned int vlan_prio(const struct l2t_entry *e) in vlan_prio() argument 67 return e->vlan >> VLAN_PRIO_SHIFT; in vlan_prio() 70 static inline void l2t_hold(struct l2t_data *d, struct l2t_entry *e) in l2t_hold() argument 72 if (atomic_add_return(1, &e->refcnt) == 1) /* 0 -> 1 transition */ in l2t_hold() 91 return jhash_2words(*key, ifindex, 0) % l2t_size_half; in arp_hash() 98 u32 xor = key[0] ^ key[1] ^ key[2] ^ key[3]; in ipv6_hash() 101 (jhash_2words(xor, ifindex, 0) % l2t_size_half)); in ipv6_hash() 116 * mentioned above. Returns 0 if there's a match, 118 static int addreq(const struct l2t_entry *e, const u32 *addr) in addreq() argument 120 if (e->v6) in addreq() [all …]
|
D | smt.c | 55 for (i = 0; i < s->smt_size; ++i) { in t4_init_smt() 60 s->smtab[i].refcnt = 0; in t4_init_smt() 68 struct smt_entry *e, *end; in find_or_alloc_smte() local 70 for (e = &s->smtab[0], end = &s->smtab[s->smt_size]; e != end; ++e) { in find_or_alloc_smte() 71 if (e->refcnt == 0) { in find_or_alloc_smte() 73 first_free = e; in find_or_alloc_smte() 75 if (e->state == SMT_STATE_SWITCHING) { in find_or_alloc_smte() 79 if (memcmp(e->src_mac, smac, ETH_ALEN) == 0) in find_or_alloc_smte() 86 e = first_free; in find_or_alloc_smte() 92 e->state = SMT_STATE_UNUSED; in find_or_alloc_smte() [all …]
|
/linux-6.12.1/tools/testing/selftests/powerpc/pmu/ |
D | event.c | 24 static void __event_init_opts(struct event *e, u64 config, in __event_init_opts() argument 27 memset(e, 0, sizeof(*e)); in __event_init_opts() 29 e->name = name; in __event_init_opts() 31 e->attr.type = type; in __event_init_opts() 32 e->attr.config = config; in __event_init_opts() 33 e->attr.size = sizeof(e->attr); in __event_init_opts() 35 e->attr.read_format = PERF_FORMAT_TOTAL_TIME_ENABLED | \ in __event_init_opts() 38 e->attr.sample_period = 1000; in __event_init_opts() 39 e->attr.sample_type = PERF_SAMPLE_REGS_INTR; in __event_init_opts() 40 e->attr.disabled = 1; in __event_init_opts() [all …]
|
/linux-6.12.1/sound/pci/mixart/ |
D | mixart_mixer.c | 24 0xc2c00000, /* [000] -96.0 dB */ 25 0xc2bf0000, /* [001] -95.5 dB */ 26 0xc2be0000, /* [002] -95.0 dB */ 27 0xc2bd0000, /* [003] -94.5 dB */ 28 0xc2bc0000, /* [004] -94.0 dB */ 29 0xc2bb0000, /* [005] -93.5 dB */ 30 0xc2ba0000, /* [006] -93.0 dB */ 31 0xc2b90000, /* [007] -92.5 dB */ 32 0xc2b80000, /* [008] -92.0 dB */ 33 0xc2b70000, /* [009] -91.5 dB */ [all …]
|
/linux-6.12.1/arch/powerpc/crypto/ |
D | sha1-spe-asm.S | 45 evlwwsplat rK,0(rKP); 101 lwbrx reg,0,rWP; /* load data */ \ 106 #define R_00_15(a, b, c, d, e, w0, w1, k, off) \ argument 113 add e,e,rT0; /* 1: E = E + A' */ \ 115 add e,e,w0; /* 1: E = E + W */ \ 117 add e,e,rT2; /* 1: E = E + F */ \ 119 add e,e,rK; /* 1: E = E + K */ \ 121 add d,d,rK; /* 2: E = E + K */ \ 123 rotrwi rT0,e,27; /* 2: A' = A rotl 5 */ \ 124 add d,d,w1; /* 2: E = E + W */ \ [all …]
|
/linux-6.12.1/tools/perf/pmu-events/arch/arm64/freescale/imx95/sys/ |
D | metrics.json | 5 …_pm_rd_beat_filt0\\,axi_mask\\=0x000\\,axi_id\\=0x000@ + imx9_ddr0@eddrtq_pm_wr_beat_filt\\,axi_ma… 13 "MetricExpr": "( imx9_ddr0@eddrtq_pm_rd_beat_filt0\\,axi_mask\\=0x000\\,axi_id\\=0x000@ ) * 32", 14 "ScaleUnit": "9.765625e-4KB", 21 "MetricExpr": "( imx9_ddr0@eddrtq_pm_wr_beat_filt\\,axi_mask\\=0x000\\,axi_id\\=0x000@ ) * 32", 22 "ScaleUnit": "9.765625e-4KB", 29 …_pm_rd_beat_filt0\\,axi_mask\\=0x3fc\\,axi_id\\=0x000@ + imx9_ddr0@eddrtq_pm_rd_beat_filt1\\,axi_m… 30 "ScaleUnit": "9.765625e-4KB", 37 "MetricExpr": "( imx9_ddr0@eddrtq_pm_wr_beat_filt\\,axi_mask\\=0x3fc\\,axi_id\\=0x000@ ) * 32", 38 "ScaleUnit": "9.765625e-4KB", 45 "MetricExpr": "( imx9_ddr0@eddrtq_pm_wr_beat_filt\\,axi_mask\\=0x3fe\\,axi_id\\=0x004@ ) * 32", [all …]
|
/linux-6.12.1/security/apparmor/ |
D | policy_unpack_test.c | 18 #define TEST_U32_DATA ((u32)0x01020304) 28 #define TEST_U64_DATA ((u64)0x0102030405060708) 50 struct aa_ext *e; member 58 struct aa_ext *e; in build_aa_ext_struct() local 63 e = kunit_kmalloc(test, sizeof(*e), GFP_USER); in build_aa_ext_struct() 64 KUNIT_EXPECT_NOT_ERR_OR_NULL(test, e); in build_aa_ext_struct() 66 e->start = buf; in build_aa_ext_struct() 67 e->end = e->start + buf_size; in build_aa_ext_struct() 68 e->pos = e->start; in build_aa_ext_struct() 72 strscpy(buf + 3, TEST_STRING_NAME, e->end - (void *)(buf + 3)); in build_aa_ext_struct() [all …]
|
D | policy_unpack.c | 57 * @e: buffer position info 60 * Returns: %0 or error 63 const char *name, const char *info, struct aa_ext *e, in audit_iface() argument 68 if (e) in audit_iface() 69 ad.iface.pos = e->pos - e->start; in audit_iface() 106 if (aa_g_hash_policy && memcmp(l->hash, r->hash, aa_hash_size()) != 0) in aa_rawdata_eq() 108 return memcmp(l->data, r->data, r->compressed_size ?: r->size) == 0; in aa_rawdata_eq() 162 VISIBLE_IF_KUNIT bool aa_inbounds(struct aa_ext *e, size_t size) in aa_inbounds() argument 164 return (size <= e->end - e->pos); in aa_inbounds() 170 * @e: serialized data read head (NOT NULL) [all …]
|
/linux-6.12.1/crypto/ |
D | sm3.c | 16 0x79cc4519, 0xf3988a32, 0xe7311465, 0xce6228cb, 17 0x9cc45197, 0x3988a32f, 0x7311465e, 0xe6228cbc, 18 0xcc451979, 0x988a32f3, 0x311465e7, 0x6228cbce, 19 0xc451979c, 0x88a32f39, 0x11465e73, 0x228cbce6, 20 0x9d8a7a87, 0x3b14f50f, 0x7629ea1e, 0xec53d43c, 21 0xd8a7a879, 0xb14f50f3, 0x629ea1e7, 0xc53d43ce, 22 0x8a7a879d, 0x14f50f3b, 0x29ea1e76, 0x53d43cec, 23 0xa7a879d8, 0x4f50f3b1, 0x9ea1e762, 0x3d43cec5, 24 0x7a879d8a, 0xf50f3b14, 0xea1e7629, 0xd43cec53, 25 0xa879d8a7, 0x50f3b14f, 0xa1e7629e, 0x43cec53d, [all …]
|
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/esw/ |
D | indir_table.c | 92 return esw_attr->rx_tun_attr ? esw_attr->rx_tun_attr->decap_vport : 0; in mlx5_esw_indir_table_decap_vport() 97 struct mlx5_esw_indir_table_entry *e) in mlx5_esw_indir_table_rule_get() argument 106 int err = 0; in mlx5_esw_indir_table_rule_get() 109 if (e->recirc_rule) { in mlx5_esw_indir_table_rule_get() 110 refcount_inc(&e->recirc_rule->refcnt); in mlx5_esw_indir_table_rule_get() 111 return 0; in mlx5_esw_indir_table_rule_get() 139 flow_act.fg = e->recirc_grp; in mlx5_esw_indir_table_rule_get() 141 dest.ft = mlx5_chains_get_table(chains, 0, 1, 0); in mlx5_esw_indir_table_rule_get() 146 handle = mlx5_add_flow_rules(e->ft, NULL, &flow_act, &dest, 1); in mlx5_esw_indir_table_rule_get() 156 e->recirc_rule = rule; in mlx5_esw_indir_table_rule_get() [all …]
|
/linux-6.12.1/drivers/md/ |
D | dm-cache-policy-smq.c | 29 return d ? n / d : 0u; in safe_div() 34 return d ? n % d : 0u; in safe_mod() 70 return 0; in space_init() 78 return 0; in space_init() 88 struct entry *e; in __get_entry() local 90 e = es->begin + block; in __get_entry() 91 BUG_ON(e >= es->end); in __get_entry() 93 return e; in __get_entry() 96 static unsigned int to_index(struct entry_space *es, struct entry *e) in to_index() argument 98 BUG_ON(e < es->begin || e >= es->end); in to_index() [all …]
|
/linux-6.12.1/tools/testing/selftests/filesystems/epoll/ |
D | epoll_wakeup_test.c | 52 struct epoll_event e; in waiter_entry1a() local 55 if (epoll_wait(ctx->efd[0], &e, 1, -1) > 0) in waiter_entry1a() 64 struct epoll_event e; in waiter_entry1ap() local 67 pfd.fd = ctx->efd[0]; in waiter_entry1ap() 69 if (poll(&pfd, 1, -1) > 0) { in waiter_entry1ap() 70 if (epoll_wait(ctx->efd[0], &e, 1, 0) > 0) in waiter_entry1ap() 79 struct epoll_event e; in waiter_entry1o() local 82 if (epoll_wait(ctx->efd[0], &e, 1, -1) > 0) in waiter_entry1o() 91 struct epoll_event e; in waiter_entry1op() local 94 pfd.fd = ctx->efd[0]; in waiter_entry1op() [all …]
|