Home
last modified time | relevance | path

Searched refs:rb_head (Results 1 – 17 of 17) sorted by relevance

/dports/graphics/vkd3d/vkd3d-1.2/include/private/
H A Drbtree.h97 static inline struct rb_entry *rb_head(struct rb_entry *iter) in rb_head() function
106 if (iter->right) return rb_head(iter->right); in rb_next()
131 for ((cursor) = rb_head((tree)->root); (cursor); (cursor) = rb_next(cursor))
135 for ((elem) = RB_ENTRY_VALUE(rb_head((tree)->root), type, field); \
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/nfsd/
H A Dnfscache.c33 struct rb_root rb_head; member
128 rb_erase(&rp->c_node, &b->rb_head); in nfsd_reply_cache_free_locked()
361 struct rb_node **p = &b->rb_head.rb_node, in nfsd_cache_insert()
382 rb_insert_color(&key->c_node, &b->rb_head); in nfsd_cache_insert()
/dports/multimedia/libv4l/linux-5.13-rc2/fs/nfsd/
H A Dnfscache.c33 struct rb_root rb_head; member
128 rb_erase(&rp->c_node, &b->rb_head); in nfsd_reply_cache_free_locked()
361 struct rb_node **p = &b->rb_head.rb_node, in nfsd_cache_insert()
382 rb_insert_color(&key->c_node, &b->rb_head); in nfsd_cache_insert()
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/nfsd/
H A Dnfscache.c33 struct rb_root rb_head; member
128 rb_erase(&rp->c_node, &b->rb_head); in nfsd_reply_cache_free_locked()
361 struct rb_node **p = &b->rb_head.rb_node, in nfsd_cache_insert()
382 rb_insert_color(&key->c_node, &b->rb_head); in nfsd_cache_insert()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/i915/gvt/
H A Dscheduler.h108 unsigned long rb_head, rb_tail, rb_ctl, rb_start, rb_len; member
H A Dcmd_parser.c2786 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()
H A Dscheduler.c955 head = workload->rb_head; in update_guest_context()
1698 workload->rb_head = head; in intel_vgpu_create_workload()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/i915/gvt/
H A Dscheduler.h108 unsigned long rb_head, rb_tail, rb_ctl, rb_start, rb_len; member
H A Dcmd_parser.c2786 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()
H A Dscheduler.c955 head = workload->rb_head; in update_guest_context()
1698 workload->rb_head = head; in intel_vgpu_create_workload()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/i915/gvt/
H A Dscheduler.h108 unsigned long rb_head, rb_tail, rb_ctl, rb_start, rb_len; member
H A Dcmd_parser.c2786 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()
H A Dscheduler.c955 head = workload->rb_head; in update_guest_context()
1698 workload->rb_head = head; in intel_vgpu_create_workload()
/dports/www/py-pylsqpack/pylsqpack-0.3.13/vendor/ls-qpack/
H A Dlsqpack.c2498 if (rbuf->rb_head >= rbuf->rb_tail) in ringbuf_count()
2499 return rbuf->rb_head - rbuf->rb_tail; in ringbuf_count()
2512 || (rbuf->rb_head + 1) % rbuf->rb_nalloc == rbuf->rb_tail; in ringbuf_full()
2519 return rbuf->rb_head == rbuf->rb_tail; in ringbuf_empty()
2535 if (iter->next != iter->rbuf->rb_head) in ringbuf_iter_next()
2574 i = (rbuf->rb_nalloc + rbuf->rb_head - off) % rbuf->rb_nalloc; in ringbuf_get_head()
2599 rbuf->rb_els[ rbuf->rb_head ] = el; in ringbuf_add()
2600 rbuf->rb_head = (rbuf->rb_head + 1) % rbuf->rb_nalloc; in ringbuf_add()
2609 if (rbuf->rb_head >= rbuf->rb_tail) in ringbuf_add()
2611 count = rbuf->rb_head - rbuf->rb_tail + 1; in ringbuf_add()
[all …]
H A Dlsqpack.h650 unsigned rb_nalloc, rb_head, rb_tail; member
/dports/www/ls-qpack/ls-qpack-2.2.2/
H A Dlsqpack.c2558 if (rbuf->rb_head >= rbuf->rb_tail) in ringbuf_count()
2559 return rbuf->rb_head - rbuf->rb_tail; in ringbuf_count()
2572 || (rbuf->rb_head + 1) % rbuf->rb_nalloc == rbuf->rb_tail; in ringbuf_full()
2579 return rbuf->rb_head == rbuf->rb_tail; in ringbuf_empty()
2595 if (iter->next != iter->rbuf->rb_head) in ringbuf_iter_next()
2634 i = (rbuf->rb_nalloc + rbuf->rb_head - off) % rbuf->rb_nalloc; in ringbuf_get_head()
2659 rbuf->rb_els[ rbuf->rb_head ] = el; in ringbuf_add()
2660 rbuf->rb_head = (rbuf->rb_head + 1) % rbuf->rb_nalloc; in ringbuf_add()
2669 if (rbuf->rb_head >= rbuf->rb_tail) in ringbuf_add()
2671 count = rbuf->rb_head - rbuf->rb_tail + 1; in ringbuf_add()
[all …]
H A Dlsqpack.h736 unsigned rb_nalloc, rb_head, rb_tail; member