Home
last modified time | relevance | path

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

/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_common.c119 /* Yield for the first 2^busy_wait_order times and then sleep for in vn_relax()
123 const uint32_t busy_wait_order = 4; in vn_relax() local
129 if (*iter < (1 << busy_wait_order)) { in vn_relax()
146 const uint32_t shift = util_last_bit(*iter) - busy_wait_order - 1; in vn_relax()

Completed in 1 milliseconds