Lines Matching refs:xef
194 struct xe_file *xef = file->driver_priv; in show_meminfo() local
195 struct ttm_device *bdev = &xef->xe->ttm; in show_meminfo()
204 client = xef->client; in show_meminfo()
246 xe_assert(xef->xe, !list_empty(&bo->client_link)); in show_meminfo()
319 struct xe_file *xef = file->driver_priv; in show_run_ticks() local
320 struct xe_device *xe = xef->xe; in show_run_ticks()
339 wait_var_event(&xef->exec_queue.pending_removal, in show_run_ticks()
340 !atomic_read(&xef->exec_queue.pending_removal)); in show_run_ticks()
349 mutex_lock(&xef->exec_queue.lock); in show_run_ticks()
350 xa_for_each(&xef->exec_queue.xa, i, q) { in show_run_ticks()
352 mutex_unlock(&xef->exec_queue.lock); in show_run_ticks()
356 mutex_lock(&xef->exec_queue.lock); in show_run_ticks()
359 mutex_unlock(&xef->exec_queue.lock); in show_run_ticks()
381 class_name, xef->run_ticks[class]); in show_run_ticks()