Home
last modified time | relevance | path

Searched refs:hashed (Results 1 – 25 of 28) sorted by relevance

12

/linux/drivers/net/ipa/
H A Dipa_table.c33 * is normally another set of "hashed" filter and route tables, which are
35 * by all IPA hardware (IPA v4.2 doesn't support hashed tables).
145 ipa_table_mem(struct ipa *ipa, bool filter, bool hashed, bool ipv6) in ipa_table_mem() argument
149 mem_id = filter ? hashed ? ipv6 ? IPA_MEM_V6_FILTER_HASHED in ipa_table_mem()
153 : hashed ? ipv6 ? IPA_MEM_V6_ROUTE_HASHED in ipa_table_mem()
161 /* Return true if hashed tables are supported */
206 bool hashed, bool ipv6, u16 first, u16 count) in ipa_table_reset_add() argument
215 mem = ipa_table_mem(ipa, filter, hashed, ipv6); in ipa_table_reset_add()
231 * for the IPv4 and IPv6 non-hashed and hashed filte
234 ipa_filter_reset_table(struct ipa * ipa,bool hashed,bool ipv6,bool modem) ipa_filter_reset_table() argument
[all...]
/linux/lib/zstd/compress/
H A Dzstd_ldm.c303 size_t hashed; in ZSTD_ldm_fillHashTable() local
307 hashed = ZSTD_ldm_gear_feed(&hashState, ip, (size_t)(iend - ip), splits, &numSplits); in ZSTD_ldm_fillHashTable()
322 ip += hashed; in ZSTD_ldm_fillHashTable()
383 size_t hashed; in ZSTD_ldm_generateSequences_internal() local
387 hashed = ZSTD_ldm_gear_feed(&hashState, ip, ilimit - ip, in ZSTD_ldm_generateSequences_internal()
493 /* If we find a match that ends after the data that we've hashed in ZSTD_ldm_generateSequences_internal()
501 if (anchor > ip + hashed) { in ZSTD_ldm_generateSequences_internal()
503 /* Continue the outer loop at anchor (ip + hashed == anchor). */ in ZSTD_ldm_generateSequences_internal()
504 ip = anchor - hashed; in ZSTD_ldm_generateSequences_internal()
509 ip += hashed; in ZSTD_ldm_generateSequences_internal()
[all...]
/linux/Documentation/ABI/testing/
H A Ddebugfs-pfo-nx-crypto36 The total number of bytes hashed by the hardware using SHA-256.
42 The total number of bytes hashed by the hardware using SHA-512.
/linux/Documentation/security/tpm/
H A Dtpm_event_log.rst14 time something gets hashed by it to any of the PCR registers. The events
15 are segregated by their type and contain the value of the hashed PCR
/linux/drivers/scsi/libsas/
H A Dsas_init.c68 void sas_hash_addr(u8 *hashed, const u8 *sas_addr) in sas_hash_addr() argument
88 hashed[0] = (r >> 16) & 0xFF; in sas_hash_addr()
89 hashed[1] = (r >> 8) & 0xFF; in sas_hash_addr()
90 hashed[2] = r & 0xFF; in sas_hash_addr()
H A Dsas_internal.h42 void sas_hash_addr(u8 *hashed, const u8 *sas_addr);
/linux/fs/verity/
H A DKconfig20 be hashed at once, such as: (a) auditing (logging the file's
/linux/Documentation/filesystems/
H A Domfs.rst85 hashed then prepended into the bucket list beginning at OMFS_DIR_START.
H A Dext2.rst340 finding) files in such large directories. Using a hashed directory index
H A Dvfs.rst1327 to be hashed into.
1483 dentry is not hashed, it is deleted. Otherwise cached dentries
H A Dfscrypt.rst329 IV_INO_LBLK_32, the inode number is hashed with SipHash-2-4 (where the
521 - With `IV_INO_LBLK_32 policies`_, the file's inode number is hashed
/linux/Documentation/scsi/
H A DChangeLog.sym53c8xx_2135 - Allocate separately from the HCB the array for CCBs hashed by DSA.
/linux/fs/jffs2/
H A DREADME.Locking102 This spinlock protects the hashed list (c->inocache_list) of the
/linux/Documentation/ABI/removed/
H A Dsysfs-class-cxl75 running under hashed page table mmu.
/linux/Documentation/bpf/
H A Dringbuf.rst66 with hashed task's tgid being a look up key to preserve order, but reduce
/linux/Documentation/filesystems/ext4/
H A Ddirectory.rst198 hashed btree (htree) to organize and find directory entries. For
H A Dinodes.rst263 - Directory has hashed indexes (EXT4_INDEX_FL).
/linux/Documentation/arch/x86/
H A Dsgx.rst176 hashed to the four **IA32_SGXLEPUBKEYHASH{0, 1, 2, 3}** MSRs representing the
/linux/Documentation/security/
H A Dself-protection.rst282 addresses printed with the specifier %p are hashed before printing.
/linux/Documentation/core-api/
H A Dprintk-formats.rst79 hashed to prevent leaking information about the kernel memory layout. This
/linux/Documentation/admin-guide/device-mapper/
H A Dvdo-design.rst83 Each block of data is hashed to produce a 16-byte block name. An index
430 The data_vio's data is hashed and the hash (the "record name") is
/linux/Documentation/trace/
H A Dhistogram-design.rst100 object hashed by a given histogram key.
158 If a map_entry is unused, meaning no key has yet hashed into it, its | |
/linux/Documentation/kernel-hacking/
H A Dlocking.rst901 spinlock, and a chain of hashed objects. Inside a softirq handler, you
/linux/Documentation/admin-guide/sysctl/
H A Dkernel.rst557 When ``kptr_restrict`` is set to 0 (the default) the address is hashed
/linux/Documentation/networking/
H A Dbonding.rst952 addresses are first hashed using ipv6_addr_hash.
984 addresses are first hashed using ipv6_addr_hash.

12