Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/cavium-octeon/crypto/
H A 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()
/openbmc/linux/io_uring/
H A Dio-wq.c124 struct io_wq_work *hash_tail[IO_WQ_NR_HASH_BUCKETS]; member
500 tail = wq->hash_tail[hash]; in io_get_next_work()
504 wq->hash_tail[hash] = NULL; in io_get_next_work()
920 tail = wq->hash_tail[hash]; in io_wq_insert_work()
921 wq->hash_tail[hash] = work; in io_wq_insert_work()
1033 if (io_wq_is_hashed(work) && work == wq->hash_tail[hash]) { in io_wq_remove_pending()
1037 wq->hash_tail[hash] = prev_work; in io_wq_remove_pending()
1039 wq->hash_tail[hash] = NULL; in io_wq_remove_pending()