Home
last modified time | relevance | path

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

/open-nvidia-gpu/kernel-open/nvidia-uvm/
H A Duvm_channel.c201 NvU32 uvm_channel_update_progress(uvm_channel_t *channel) in uvm_channel_update_progress() function
231 pending_gpfifos += uvm_channel_update_progress(channel); in uvm_channel_manager_update_progress()
503 uvm_channel_update_progress(channel); in channel_reserve_and_lock_in_pool()
552 uvm_channel_update_progress(channel); in channel_reserve_in_pool()
1774 uvm_channel_update_progress(channel); in channel_reserve_and_lock()
1808 uvm_channel_update_progress(channel); in uvm_channel_reserve()
1814 uvm_channel_update_progress(channel); in uvm_channel_reserve()
1957 if (uvm_channel_update_progress(channel) == 0 && status == NV_OK) in uvm_channel_wait()
1961 while (uvm_channel_update_progress(channel) > 0 && status == NV_OK) { in uvm_channel_wait()
3298 uvm_channel_update_progress(wlc); in setup_wlc_schedule()
[all …]
H A Duvm_channel.h612 NvU32 uvm_channel_update_progress(uvm_channel_t *channel);