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

/openbsd-current/sys/dev/pci/drm/i915/gvt/
H A Dscheduler.h108 unsigned long rb_head, rb_tail, rb_ctl, rb_start, rb_len; member in struct:intel_vgpu_workload
H A Dcmd_parser.c2790 unsigned long rb_head, unsigned long rb_tail,
2798 gma_head = rb_start + rb_head;
2818 rb_head, rb_tail);
2844 gma_head = workload->rb_start + workload->rb_head;
2866 ret = command_scan(&s, workload->rb_head, workload->rb_tail,
2928 workload->rb_head) % guest_rb_size;
2930 gma_head = workload->rb_start + workload->rb_head;
2789 command_scan(struct parser_exec_state *s, unsigned long rb_head, unsigned long rb_tail, unsigned long rb_start, unsigned long rb_len) argument
H A Dscheduler.c957 head = workload->rb_head;
1697 workload->rb_head = head;

Completed in 132 milliseconds