Home
last modified time | relevance | path

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

/linux/lib/crypto/mips/
H A Dsha1.h29 } hash_tail = { { state->h[4], } }; in octeon_sha1_store_hash() local
33 write_octeon_64bit_hash_dword(hash_tail.dword, 2); in octeon_sha1_store_hash()
34 memzero_explicit(&hash_tail.word[0], sizeof(hash_tail.word[0])); in octeon_sha1_store_hash()
43 } hash_tail; in octeon_sha1_read_hash() local
47 hash_tail.dword = read_octeon_64bit_hash_dword(2); in octeon_sha1_read_hash()
48 state->h[4] = hash_tail.word[0]; in octeon_sha1_read_hash()
49 memzero_explicit(&hash_tail.dword, sizeof(hash_tail.dword)); in octeon_sha1_read_hash()
/linux/io_uring/
H A Dio-wq.c130 struct io_wq_work *hash_tail[IO_WQ_NR_HASH_BUCKETS]; member
545 tail = wq->hash_tail[hash]; in io_get_next_work()
549 wq->hash_tail[hash] = NULL; in io_get_next_work()
991 tail = wq->hash_tail[hash]; in io_wq_insert_work()
992 wq->hash_tail[hash] = work; in io_wq_insert_work()
1103 if (io_wq_is_hashed(work) && work == wq->hash_tail[hash]) { in io_wq_remove_pending()
1107 wq->hash_tail[hash] = prev_work; in io_wq_remove_pending()
1109 wq->hash_tail[hash] = NULL; in io_wq_remove_pending()