/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/ |
H A D | mmu_rb.c | 81 struct rb_node *node; in hfi1_mmu_rb_unregister()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/ |
H A D | intel_engine_types.h | 405 struct rb_node uabi_node;
|
/kernel/linux/linux-6.6/drivers/infiniband/sw/rxe/ |
H A D | rxe_verbs.h | 347 struct rb_node node;
|
/kernel/linux/linux-6.6/tools/objtool/include/objtool/ |
H A D | elf.h | 51 struct rb_node node;
|
/kernel/linux/linux-6.6/security/keys/ |
H A D | internal.h | 55 struct rb_node node;
|
H A D | gc.c | 197 struct rb_node *cursor; in key_garbage_collector()
|
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3_spill.c | 52 struct rb_node node; 53 struct rb_node half_node; 425 ra_spill_interval_cmp(const struct rb_node *_a, const struct rb_node *_b) in ra_spill_interval_cmp() 435 ra_spill_interval_half_cmp(const struct rb_node *_a, const struct rb_node *_b) in ra_spill_interval_half_cmp()
|
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | inode.c | 3940 struct rb_node *node; in btrfs_prune_dentries() 3941 struct rb_node *prev; in btrfs_prune_dentries() 3951 node = root->inode_tree.rb_node; in btrfs_prune_dentries() 3955 entry = rb_entry(node, struct btrfs_inode, rb_node); in btrfs_prune_dentries() 3966 entry = rb_entry(prev, struct btrfs_inode, rb_node); in btrfs_prune_dentries() 3975 entry = rb_entry(node, struct btrfs_inode, rb_node); in btrfs_prune_dentries() 4990 struct rb_node *node; in evict_inode_truncate_pages() 5000 em = rb_entry(node, struct extent_map, rb_node); in evict_inode_truncate_pages() 5038 state = rb_entry(node, struct extent_state, rb_node); in evict_inode_truncate_pages() 5334 struct rb_node ** in inode_tree_add() [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdkfd/ |
H A D | kfd_svm.c | 2660 struct rb_node *rb_node; in svm_range_get_range_boundaries() local 2680 rb_node = rb_prev(&node->rb); in svm_range_get_range_boundaries() 2685 rb_node = rb_last(&p->svms.objects.rb_root); in svm_range_get_range_boundaries() 2687 if (rb_node) { in svm_range_get_range_boundaries() 2688 node = container_of(rb_node, struct interval_tree_node, rb); in svm_range_get_range_boundaries() 2731 mapping = container_of((struct rb_node *)node, in svm_range_check_vm_userptr() 3239 mapping = container_of((struct rb_node *)node, in svm_range_check_vm()
|
/kernel/linux/linux-5.10/arch/powerpc/perf/ |
H A D | hv-24x7.c | 608 struct rb_node node; 642 struct rb_node **new = &(root->rb_node), *parent = NULL; in event_uniq_add()
|
/kernel/linux/linux-6.6/arch/powerpc/perf/ |
H A D | hv-24x7.c | 601 struct rb_node node; 635 struct rb_node **new = &(root->rb_node), *parent = NULL; in event_uniq_add()
|
/kernel/linux/linux-5.10/fs/afs/ |
H A D | internal.h | 353 struct rb_node net_node; /* Node in net->cells */ 493 struct rb_node uuid_rb; /* Link in net->fs_servers */ 571 struct rb_node cell_node; /* Link in cell->volumes */
|
/kernel/linux/linux-5.10/fs/ubifs/ |
H A D | ubifs.h | 278 struct rb_node rb; 716 struct rb_node rb; 927 struct rb_node rb;
|
H A D | tnc_commit.c | 166 struct rb_node *p; in find_old_idx() 168 p = c->old_idx.rb_node; in find_old_idx()
|
/kernel/linux/linux-6.6/fs/afs/ |
H A D | internal.h | 358 struct rb_node net_node; /* Node in net->cells */ 498 struct rb_node uuid_rb; /* Link in net->fs_servers */ 578 struct rb_node cell_node; /* Link in cell->volumes */
|
/kernel/linux/linux-6.6/fs/ubifs/ |
H A D | ubifs.h | 287 struct rb_node rb; 725 struct rb_node rb; 936 struct rb_node rb;
|
/kernel/linux/linux-6.6/tools/objtool/ |
H A D | elf.c | 115 static int symbol_hole_by_offset(const void *key, const struct rb_node *node) in symbol_hole_by_offset() 217 struct rb_node *n; in find_symbol_hole_containing() 397 struct rb_node *pnode; in elf_add_symbol()
|
/kernel/linux/linux-6.6/net/rxrpc/ |
H A D | ar-internal.h | 452 struct rb_node local_node; /* Node in local->client_conns */ 495 struct rb_node service_node; /* Node in peer->service_conns */ 637 struct rb_node sock_node; /* Node in rx->calls */
|
/kernel/linux/linux-6.6/net/ceph/ |
H A D | auth_x.c | 124 struct rb_node *parent = NULL, **p = &xi->ticket_handlers.rb_node; in get_ticket_handler() 916 struct rb_node *p; in ceph_x_destroy()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/ |
H A D | intel_lrc.c | 204 struct rb_node rb; 409 static inline struct i915_priolist *to_priolist(struct rb_node *rb) in to_priolist() 440 struct rb_node *rb; in queue_prio() 459 struct rb_node *rb) in need_preempt() 1908 const struct rb_node *rb) in need_timeslice() 2080 struct rb_node *rb; in execlists_dequeue() 4362 struct rb_node *rb; in execlists_reset_cancel() 5466 * the rb_node into a sibling. in rcu_virtual_context_destroy() 5473 struct rb_node *node = &ve->nodes[sibling->id].rb; in rcu_virtual_context_destroy() 5635 struct rb_node **paren in virtual_submission_tasklet() [all...] |
/kernel/linux/linux-6.6/drivers/infiniband/core/ |
H A D | cma.c | 212 struct rb_node rb_node; member 500 struct rb_node **new, *parent = NULL; in cma_add_id_to_tree() 510 new = &id_table.rb_node; in cma_add_id_to_tree() 512 this = container_of(*new, struct id_table_entry, rb_node); in cma_add_id_to_tree() 533 rb_link_node(&node->rb_node, parent, new); in cma_add_id_to_tree() 534 rb_insert_color(&node->rb_node, &id_table); in cma_add_id_to_tree() 544 struct rb_node *node = root->rb_node; in node_from_ndev_ip() 549 data = container_of(node, struct id_table_entry, rb_node); in node_from_ndev_ip() [all...] |
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | inode.c | 4394 struct rb_node *node; in btrfs_prune_dentries() 4395 struct rb_node *prev; in btrfs_prune_dentries() 4405 node = root->inode_tree.rb_node; in btrfs_prune_dentries() 4409 entry = rb_entry(node, struct btrfs_inode, rb_node); in btrfs_prune_dentries() 4420 entry = rb_entry(prev, struct btrfs_inode, rb_node); in btrfs_prune_dentries() 4429 entry = rb_entry(node, struct btrfs_inode, rb_node); in btrfs_prune_dentries() 5101 struct rb_node *node; in evict_inode_truncate_pages() 5133 state = rb_entry(node, struct extent_state, rb_node); in evict_inode_truncate_pages() 5460 struct rb_node **p; in inode_tree_add() 5461 struct rb_node *paren in inode_tree_add() [all...] |
/kernel/linux/linux-5.10/net/rds/ |
H A D | rds.h | 64 struct rb_node m_rb_node; 293 struct rb_node r_rb_node;
|
/kernel/linux/linux-5.10/fs/dlm/ |
H A D | debug_fs.c | 422 struct rb_node *node; in table_seq_start() 504 struct rb_node *next; in table_seq_next()
|
/kernel/linux/linux-6.6/fs/dlm/ |
H A D | debug_fs.c | 479 struct rb_node *node; in table_seq_start() 563 struct rb_node *next; in table_seq_next()
|