Searched refs:hash_tail (Results 1 – 2 of 2) sorted by relevance
29 } hash_tail = { { state->h[4], } }; in octeon_sha1_store_hash() local33 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() local47 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()
132 struct io_wq_work *hash_tail[IO_WQ_NR_HASH_BUCKETS]; member547 tail = wq->hash_tail[hash]; in io_get_next_work()551 wq->hash_tail[hash] = NULL; in io_get_next_work()1012 tail = wq->hash_tail[hash]; in io_wq_insert_work()1013 wq->hash_tail[hash] = work; in io_wq_insert_work()1124 if (io_wq_is_hashed(work) && work == wq->hash_tail[hash]) { in io_wq_remove_pending()1128 wq->hash_tail[hash] = prev_work; in io_wq_remove_pending()1130 wq->hash_tail[hash] = NULL; in io_wq_remove_pending()