Home
last modified time | relevance | path

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

/linux/drivers/crypto/ccree/ !
H A Dcc_buffer_mgr.c1234 unsigned int swap_index = 0; in cc_map_hash_request_update() local
1279 swap_index = 1; in cc_map_hash_request_update()
1288 swap_index = 1; in cc_map_hash_request_update()
1321 areq_ctx->buff_index = (areq_ctx->buff_index ^ swap_index); in cc_map_hash_request_update()
/linux/mm/ !
H A Dshmem.c2229 pgoff_t swap_index; in shmem_split_large_entry() local
2243 swap_index = round_down(index, 1 << cur_order); in shmem_split_large_entry()
2249 pgoff_t swap_offset = aligned_index - swap_index; in shmem_split_large_entry()