Home
last modified time | relevance | path

Searched refs:hash_tail (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/arch/mips/cavium-octeon/crypto/
Docteon-sha1.c38 } hash_tail = { { sctx->state[4], } }; in octeon_sha1_store_hash() local
42 write_octeon_64bit_hash_dword(hash_tail.dword, 2); in octeon_sha1_store_hash()
43 memzero_explicit(&hash_tail.word[0], sizeof(hash_tail.word[0])); in octeon_sha1_store_hash()
52 } hash_tail; in octeon_sha1_read_hash() local
56 hash_tail.dword = read_octeon_64bit_hash_dword(2); in octeon_sha1_read_hash()
57 sctx->state[4] = hash_tail.word[0]; in octeon_sha1_read_hash()
58 memzero_explicit(&hash_tail.dword, sizeof(hash_tail.dword)); in octeon_sha1_read_hash()
/linux-5.19.10/io_uring/
Dio-wq.c105 struct io_wq_work *hash_tail[IO_WQ_NR_HASH_BUCKETS]; member
486 tail = wqe->hash_tail[hash]; in io_get_next_work()
490 wqe->hash_tail[hash] = NULL; in io_get_next_work()
903 tail = wqe->hash_tail[hash]; in io_wqe_insert_work()
904 wqe->hash_tail[hash] = work; in io_wqe_insert_work()
1026 if (io_wq_is_hashed(work) && work == wqe->hash_tail[hash]) { in io_wqe_remove_pending()
1030 wqe->hash_tail[hash] = prev_work; in io_wqe_remove_pending()
1032 wqe->hash_tail[hash] = NULL; in io_wqe_remove_pending()