Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/ccree/
H A Dcc_buffer_mgr.c1234 unsigned int swap_index = 0; in cc_map_hash_request_update() local
1275 swap_index = 1; in cc_map_hash_request_update()
1284 swap_index = 1; in cc_map_hash_request_update()
1317 areq_ctx->buff_index = (areq_ctx->buff_index ^ swap_index); in cc_map_hash_request_update()
/openbmc/linux/mm/
H A Dshmem.c1743 pgoff_t swap_index; in shmem_replace_folio() local
1748 swap_index = swp_offset(entry); in shmem_replace_folio()
1776 error = shmem_replace_entry(swap_mapping, swap_index, old, new); in shmem_replace_folio()