Searched refs:h2 (Results 176 - 181 of 181) sorted by relevance

12345678

/linux-master/tools/testing/selftests/net/forwarding/
H A Dmirror_gre_changes.sh31 h2=${NETIFS[p4]}
H A Dlib.sh1812 mcast_packet_test $TEST_GROUP_MAC $src $TEST_GROUP $h2 $h1
/linux-master/drivers/gpu/drm/exynos/
H A Dexynos_drm_fimc.c471 u32 cfg, h1, h2, v1, v2; local
475 h2 = real_width - buf->rect.w - buf->rect.x;
482 DRM_DEV_DEBUG_KMS(ctx->dev, "h1[%d]h2[%d]v1[%d]v2[%d]\n", h1, h2, v1,
497 cfg = (EXYNOS_CIWDOFST2_WINHOROFST2(h2) |
/linux-master/lib/zstd/compress/
H A Dzstd_double_fast.c310 size_t const h2 = ZSTD_hashPtr(ip, hBitsL, 8); local
315 U32 const matchIndexL = hashLong[h2];
323 hashLong[h2] = hashSmall[h] = curr; /* update hash tables */
/linux-master/security/keys/trusted-keys/
H A Dtrusted_tpm1.c117 unsigned char *h2, unsigned int h3, ...)
160 TPM_NONCE_SIZE, h2, 1, &c, 0, 0);
115 TSS_authhmac(unsigned char *digest, const unsigned char *key, unsigned int keylen, unsigned char *h1, unsigned char *h2, unsigned int h3, ...) argument
/linux-master/mm/
H A Dhugetlb.c3642 struct hstate *h, *h2; local
3661 for_each_hstate(h2) {
3662 if (h2 == h)
3664 if (h2->order < h->order &&
3665 h2->order > h->demote_order)
3666 h->demote_order = h2->order;

Completed in 129 milliseconds

12345678