Searched refs:hash_tail (Results 1 – 2 of 2) sorted by relevance
38 } hash_tail = { { sctx->state[4], } }; in octeon_sha1_store_hash() local42 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() local56 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()
105 struct io_wq_work *hash_tail[IO_WQ_NR_HASH_BUCKETS]; member486 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()