Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H A Dpin_system.c286 size_t from_this_cache_entry) in add_mapping_to_sdma_packet()
300 while (from_this_cache_entry) { in add_mapping_to_sdma_packet()
313 if (from_this_page < from_this_cache_entry) { in add_mapping_to_sdma_packet()
321 from_this_page = from_this_cache_entry; in add_mapping_to_sdma_packet()
342 from_this_cache_entry -= from_this_page; in add_mapping_to_sdma_packet()
354 size_t from_this_cache_entry; in add_system_iovec_to_sdma_packet() local
366 from_this_cache_entry = cache_entry->rb.len - (start - cache_entry->rb.addr); in add_system_iovec_to_sdma_packet()
367 if (from_this_cache_entry > from_this_iovec) in add_system_iovec_to_sdma_packet()
368 from_this_cache_entry = from_this_iovec; in add_system_iovec_to_sdma_packet()
371 from_this_cache_entry); in add_system_iovec_to_sdma_packet()
282 add_mapping_to_sdma_packet(struct user_sdma_request *req, struct user_sdma_txreq *tx, struct sdma_mmu_node *cache_entry, size_t start, size_t from_this_cache_entry) add_mapping_to_sdma_packet() argument
[all...]
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H A Duser_sdma.c1515 size_t from_this_cache_entry) in add_mapping_to_sdma_packet()
1529 while (from_this_cache_entry) { in add_mapping_to_sdma_packet()
1542 if (from_this_page < from_this_cache_entry) { in add_mapping_to_sdma_packet()
1550 from_this_page = from_this_cache_entry; in add_mapping_to_sdma_packet()
1571 from_this_cache_entry -= from_this_page; in add_mapping_to_sdma_packet()
1583 size_t from_this_cache_entry; in add_system_iovec_to_sdma_packet() local
1595 from_this_cache_entry = cache_entry->rb.len - (start - cache_entry->rb.addr); in add_system_iovec_to_sdma_packet()
1596 if (from_this_cache_entry > from_this_iovec) in add_system_iovec_to_sdma_packet()
1597 from_this_cache_entry = from_this_iovec; in add_system_iovec_to_sdma_packet()
1600 from_this_cache_entry); in add_system_iovec_to_sdma_packet()
1511 add_mapping_to_sdma_packet(struct user_sdma_request *req, struct user_sdma_txreq *tx, struct sdma_mmu_node *cache_entry, size_t start, size_t from_this_cache_entry) add_mapping_to_sdma_packet() argument
[all...]

Completed in 3 milliseconds