Searched refs:rb_head (Results 1 – 3 of 3) sorted by relevance
| /drivers/gpu/drm/i915/gvt/ |
| A D | scheduler.h | 107 unsigned long rb_head, rb_tail, rb_ctl, rb_start, rb_len; member
|
| A D | cmd_parser.c | 2797 unsigned long rb_head, unsigned long rb_tail, in command_scan() argument 2805 gma_head = rb_start + rb_head; in command_scan() 2825 rb_head, rb_tail); in command_scan() 2851 gma_head = workload->rb_start + workload->rb_head; in scan_workload() 2873 ret = command_scan(&s, workload->rb_head, workload->rb_tail, in scan_workload() 2935 workload->rb_head) % guest_rb_size; in shadow_workload_ring_buffer() 2937 gma_head = workload->rb_start + workload->rb_head; in shadow_workload_ring_buffer()
|
| A D | scheduler.c | 958 head = workload->rb_head; in update_guest_context() 1698 workload->rb_head = head; in intel_vgpu_create_workload()
|
Completed in 14 milliseconds