Home
last modified time | relevance | path

Searched refs:hash (Results 4126 - 4150 of 4194) sorted by relevance

1...<<161162163164165166167168

/kernel/linux/linux-6.6/kernel/events/
H A Dcore.c19 #include <linux/hash.h>
9589 * check 32-bit hash of the current IP. in __perf_event_overflow()
9762 u64 hash = swevent_hash(type, event_id); in __find_swevent_head() local
9764 return &hlist->heads[hash]; in __find_swevent_head()
/kernel/linux/linux-5.10/arch/powerpc/kvm/
H A Dbook3s_hv_rmhandlers.S24 #include <asm/book3s/64/mmu-hash.h>
927 /* For hash guest, clear out and reload the SLB */
1503 /* For hash guest, read the guest SLB and save it away */
1789 * Are we running hash or radix ?
2138 /* Search the hash table. */
2228 /* Search the hash table. */
/kernel/linux/linux-5.10/block/
H A Dblk-mq.c317 INIT_HLIST_NODE(&rq->hash); in blk_mq_rq_ctx_init()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx4/
H A Den_netdev.c40 #include <linux/hash.h>
3402 /* Setting a default hash function value */ in mlx4_en_init_netdev()
3409 "No RSS hash capabilities exposed, using Toeplitz\n"); in mlx4_en_init_netdev()
/kernel/linux/linux-6.6/arch/powerpc/kvm/
H A Dbook3s_hv_rmhandlers.S27 #include <asm/book3s/64/mmu-hash.h>
1153 /* For hash guest, read the guest SLB and save it away */
1626 /* Search the hash table. */
1700 /* Search the hash table. */
/kernel/linux/linux-5.10/drivers/infiniband/sw/rdmavt/
H A Dqp.c48 #include <linux/hash.h>
423 /* allocate hash table */ in rvt_driver_qp_init()
462 * qp hash table.
469 /* Reset the qp and remove it from the qp hash list */ in rvt_free_qp_cb()
939 /* take qp out the hash and wait for it to be unused */
1425 * Put the QP into the hash table.
1426 * The hash table holds a reference to the QP.
2744 * real hash table. Since the qp code sets in __must_hold()
2745 * the qp->next hash link to NULL, this works just fine. in __must_hold()
2752 * the potential hash bucke in __must_hold()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4fw_api.h2295 } hash; member
/kernel/linux/linux-5.10/fs/btrfs/
H A Dscrub.c9 #include <crypto/hash.h>
/kernel/linux/linux-5.10/kernel/trace/
H A Dring_buffer.c24 #include <linux/hash.h>
/kernel/linux/linux-5.10/net/core/
H A Dsock.c3296 * A. Remove from hash tables. in sk_common_release()
3304 * did hash table lookup before we unhashed socket. They will achieve in sk_common_release()
3661 proto_method_implemented(proto->hash), in proto_seq_printf()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4fw_api.h2297 } hash; member
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx4/
H A Den_netdev.c41 #include <linux/hash.h>
3348 /* Setting a default hash function value */ in mlx4_en_init_netdev()
3355 "No RSS hash capabilities exposed, using Toeplitz\n"); in mlx4_en_init_netdev()
/kernel/linux/linux-6.6/drivers/gpu/drm/bridge/
H A Dite-it6505.c22 #include <crypto/hash.h>
/kernel/linux/linux-6.6/drivers/infiniband/sw/rdmavt/
H A Dqp.c6 #include <linux/hash.h>
382 /* allocate hash table */ in rvt_driver_qp_init()
421 * qp hash table.
428 /* Reset the qp and remove it from the qp hash list */ in rvt_free_qp_cb()
901 /* take qp out the hash and wait for it to be unused */
1369 * Put the QP into the hash table.
1370 * The hash table holds a reference to the QP.
2693 * real hash table. Since the qp code sets in __must_hold()
2694 * the qp->next hash link to NULL, this works just fine. in __must_hold()
2701 * the potential hash bucke in __must_hold()
[all...]
/kernel/linux/linux-6.6/kernel/trace/
H A Dtrace_events.c3531 event_enable_func(struct trace_array *tr, struct ftrace_hash *hash, in event_enable_func() argument
3546 /* hash funcs only work with set_ftrace_filter */ in event_enable_func()
H A Dring_buffer.c25 #include <linux/hash.h>
/kernel/linux/linux-6.6/net/core/
H A Dsock.c3722 * A. Remove from hash tables. in sk_common_release()
3730 * did hash table lookup before we unhashed socket. They will achieve in sk_common_release()
4075 proto_method_implemented(proto->hash), in proto_seq_printf()
/kernel/linux/linux-6.6/net/mptcp/
H A Dprotocol.c3542 * we hash the TCP subflows not the master socket in mptcp_hash()
3814 .hash = mptcp_hash,
/third_party/python/Lib/test/
H A Dtest_bytes.py1241 self.assertRaises(TypeError, hash, bytearray())
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DPNaClTranslator.cpp49 // Define a hash function for SmallString's, so that it can be used in hash
52 template <unsigned InternalLen> struct hash<llvm::SmallString<InternalLen>> { struct
/third_party/vk-gl-cts/external/vulkancts/scripts/
H A Dgen_framework_sc.py211 return '0x%Xu' % (hash(self))
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/igc/
H A Digc_main.c799 /* Disable raw packet checksumming so that RSS hash is placed in in igc_setup_mrqc()
812 /* Generate RSS hash based on packet types, TCP/UDP in igc_setup_mrqc()
1004 * Writes multicast address list to the MTA hash table.
1813 * to populate the hash, checksum, VLAN, protocol, and other fields within the
6657 static int igc_xdp_rx_hash(const struct xdp_md *_ctx, u32 *hash, in igc_xdp_rx_hash() argument
6665 *hash = le32_to_cpu(ctx->rx_desc->wb.lower.hi_dword.rss); in igc_xdp_rx_hash()
/kernel/linux/linux-6.6/net/bluetooth/
H A Dhci_event.c5668 memcpy(cp.hash, data->hash192, sizeof(cp.hash)); in hci_remote_oob_data_request_evt()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DNumberFormatTest.java1625 int hash = fmt.hashCode(); in TestCoverage()
1626 logln("hash code " + hash); in TestCoverage()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DNumberFormatTest.java1622 int hash = fmt.hashCode(); in TestCoverage()
1623 logln("hash code " + hash); in TestCoverage()

Completed in 145 milliseconds

1...<<161162163164165166167168