Searched refs:rb_head (Results 1 – 4 of 4) sorted by relevance
/linux/fs/nfsd/ |
A D | nfscache.c | 33 struct rb_root rb_head; member 128 rb_erase(&rp->c_node, &b->rb_head); in nfsd_reply_cache_free_locked() 367 struct rb_node **p = &b->rb_head.rb_node, in nfsd_cache_insert() 388 rb_insert_color(&key->c_node, &b->rb_head); in nfsd_cache_insert()
|
/linux/drivers/gpu/drm/i915/gvt/ |
A D | scheduler.h | 108 unsigned long rb_head, rb_tail, rb_ctl, rb_start, rb_len; member
|
A D | cmd_parser.c | 2786 unsigned long rb_head, unsigned long rb_tail, in command_scan() argument 2794 gma_head = rb_start + rb_head; in command_scan() 2814 rb_head, rb_tail); in command_scan() 2840 gma_head = workload->rb_start + workload->rb_head; in scan_workload() 2863 ret = command_scan(&s, workload->rb_head, workload->rb_tail, in scan_workload() 2926 workload->rb_head) % guest_rb_size; in shadow_workload_ring_buffer() 2928 gma_head = workload->rb_start + workload->rb_head; in shadow_workload_ring_buffer()
|
A D | scheduler.c | 955 head = workload->rb_head; in update_guest_context() 1695 workload->rb_head = head; in intel_vgpu_create_workload()
|
Completed in 18 milliseconds