Searched refs:coherent_count (Results 1 – 1 of 1) sorted by relevance
48 unsigned int coherent_count; member443 bo_node->coherent_count++; in vmw_validation_res_reserve()550 if (entry->coherent_count) { in vmw_validation_bo_validate()551 unsigned int coherent_count = entry->coherent_count; in vmw_validation_bo_validate() local553 while (coherent_count) { in vmw_validation_bo_validate()558 coherent_count--; in vmw_validation_bo_validate()560 entry->coherent_count -= coherent_count; in vmw_validation_bo_validate()836 if (entry->coherent_count) { in vmw_validation_bo_backoff()837 unsigned int coherent_count = entry->coherent_count; in vmw_validation_bo_backoff() local840 while (coherent_count--) in vmw_validation_bo_backoff()
Completed in 6 milliseconds