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

/linux-master/arch/mips/cavium-octeon/crypto/
H A Docteon-sha1.c38 } hash_tail = { { sctx->state[4], } }; local
42 write_octeon_64bit_hash_dword(hash_tail.dword, 2);
43 memzero_explicit(&hash_tail.word[0], sizeof(hash_tail.word[0]));
52 } hash_tail; local
56 hash_tail.dword = read_octeon_64bit_hash_dword(2);
57 sctx->state[4] = hash_tail.word[0];
58 memzero_explicit(&hash_tail.dword, sizeof(hash_tail.dword));
/linux-master/io_uring/
H A Dio-wq.c121 struct io_wq_work *hash_tail[IO_WQ_NR_HASH_BUCKETS]; member in struct:io_wq
497 tail = wq->hash_tail[hash];
501 wq->hash_tail[hash] = NULL;
911 tail = wq->hash_tail[hash];
912 wq->hash_tail[hash] = work;
1024 if (io_wq_is_hashed(work) && work == wq->hash_tail[hash]) {
1028 wq->hash_tail[hash] = prev_work;
1030 wq->hash_tail[hash] = NULL;

Completed in 115 milliseconds