Home
last modified time | relevance | path

Searched refs:leftmost (Results 1 – 25 of 28) sorted by relevance

12

/linux/tools/perf/util/
H A Drblist.c17 bool leftmost = true; in rblist__add_node() local
29 leftmost = false; in rblist__add_node()
40 rb_insert_color_cached(new_node, &rblist->entries, leftmost); in rblist__add_node()
59 bool leftmost = true; in __rblist__findnew() local
71 leftmost = false; in __rblist__findnew()
82 &rblist->entries, leftmost); in __rblist__findnew()
H A Dsrcline.c362 bool leftmost = true;
380 leftmost = false; in srcline__tree_insert()
384 rb_insert_color_cached(&node->rb_node, tree, leftmost); in srcline__tree_insert()
455 bool leftmost = true; in inlines__tree_insert()
464 leftmost = false; in inlines__tree_insert()
468 rb_insert_color_cached(&inlines->rb_node, tree, leftmost); in inlines__tree_insert()
368 bool leftmost = true; srcline__tree_insert() local
461 bool leftmost = true; inlines__tree_insert() local
H A Dhist.c693 bool leftmost = true; in hists__findnew_entry()
742 leftmost = false; in hists__findnew_entry()
755 rb_insert_color_cached(&he->rb_node_in, hists->entries_in, leftmost); in hists__findnew_entry()
1637 bool leftmost = true; in hierarchy_insert_entry()
1653 leftmost = false; in hierarchy_insert_entry()
1693 rb_insert_color_cached(&new->rb_node_in, root, leftmost);
1757 bool leftmost = true; in hists__collapse_insert_entry()
1795 leftmost = false; in hists__collapse_insert_entry()
1801 rb_insert_color_cached(&he->rb_node_in, root, leftmost);
1940 bool leftmost in hierarchy_insert_output_entry()
690 bool leftmost = true; hists__findnew_entry() local
1634 bool leftmost = true; hierarchy_insert_entry() local
1754 bool leftmost = true; hists__collapse_insert_entry() local
1937 bool leftmost = true; hierarchy_insert_output_entry() local
2024 bool leftmost = true; __hists__insert_output_entry() local
2358 bool leftmost = true; resort_filtered_entry() local
2549 bool leftmost = true; hists__add_dummy_entry() local
2597 bool leftmost = true; add_dummy_hierarchy_entry() local
[all...]
H A Dsymbol.c368 bool leftmost = true; in __symbols__insert()
388 leftmost = false; in __symbols__insert()
392 rb_insert_color_cached(&sym->rb_node, symbols, leftmost); in __symbols__insert()
367 bool leftmost = true; __symbols__insert() local
H A Dmachine.c250 bool leftmost = true; in machines__add() local
267 leftmost = false; in machines__add()
272 rb_insert_color_cached(&machine->rb_node, &machines->guests, leftmost); in machines__add()
/linux/tools/include/linux/
H A Drbtree.h131 bool leftmost) in rb_insert_color_cached() argument
133 if (leftmost) in rb_insert_color_cached()
183 bool leftmost = true; in rb_add_cached() local
191 leftmost = false; in rb_add_cached()
196 rb_insert_color_cached(node, tree, leftmost); in rb_add_cached()
/linux/lib/
H A Drbtree_test.c54 bool leftmost = true; in insert_cached() local
62 leftmost = false; in insert_cached()
67 rb_insert_color_cached(&node->rb, root, leftmost); in insert_cached()
117 bool leftmost = true; in insert_augmented_cached() local
128 leftmost = false; in insert_augmented_cached()
135 leftmost, &augment_callbacks); in insert_augmented_cached()
/linux/include/linux/
H A Drbtree_augmented.h70 bool leftmost = true; in rb_add_augmented_cached() local
78 leftmost = false; in rb_add_augmented_cached()
84 rb_insert_augmented_cached(node, tree, leftmost, augment); in rb_add_augmented_cached()
86 return leftmost ? node : NULL; in rb_add_augmented_cached()
/linux/fs/ceph/
H A Dsubvolume_metrics.c81 bool leftmost = true; in __insert_entry() local
92 leftmost = false; in __insert_entry()
98 rb_insert_color_cached(&entry->node, &tracker->tree, leftmost); in __insert_entry()
/linux/Documentation/translations/zh_CN/dev-tools/
H A Dgdb-kernel-debugging.rst130 (gdb) set $leftmost = $lx_per_cpu(hrtimer_bases).clock_base[0].active.rb_root.rb_leftmost
131 (gdb) p *$container_of($leftmost, "struct hrtimer", "node")
/linux/Documentation/translations/zh_TW/dev-tools/
H A Dgdb-kernel-debugging.rst126 (gdb) set $leftmost = $lx_per_cpu(hrtimer_bases).clock_base[0].active.rb_root.rb_leftmost
127 (gdb) p *$container_of($leftmost, "struct hrtimer", "node")
/linux/Documentation/userspace-api/media/v4l/
H A Dpixfmt-intro.rst30 leftmost pixel of the topmost row. Following that is the pixel
35 leftmost pixel of the second row from the top, and so on. The last row
H A Dpixfmt-v4l2-mplane.rst44 - Distance in bytes between the leftmost pixels in two adjacent
H A Dvidioc-g-fbuf.rst155 - Distance in bytes between the leftmost pixels in two adjacent
H A Dpixfmt-v4l2.rst64 - Distance in bytes between the leftmost pixels in two adjacent
/linux/net/sched/
H A Dsch_etf.c168 bool leftmost = true; in etf_enqueue_timesortedlist() local
183 leftmost = false; in etf_enqueue_timesortedlist()
189 rb_insert_color_cached(&nskb->rbnode, &q->head, leftmost); in etf_enqueue_timesortedlist()
/linux/Documentation/translations/zh_CN/core-api/
H A Drbtree.rst281 * Iterate to find the leftmost such node N.
293 return node; /* node is leftmost match */
/linux/kernel/sched/
H A Ddeadline.c583 struct rb_node *leftmost; in enqueue_pushable_dl_task() local
587 leftmost = rb_add_cached(&p->pushable_dl_tasks, in enqueue_pushable_dl_task()
590 if (leftmost) in enqueue_pushable_dl_task()
603 struct rb_node *leftmost; in dequeue_pushable_dl_task() local
608 leftmost = rb_erase_cached(&p->pushable_dl_tasks, root); in dequeue_pushable_dl_task()
609 if (leftmost) in dequeue_pushable_dl_task()
610 dl_rq->earliest_dl.next = __node_2_pdl(leftmost)->dl.deadline; in dequeue_pushable_dl_task()
2052 struct rb_node *leftmost = rb_first_cached(&dl_rq->root); in dec_dl_deadline() local
2053 struct sched_dl_entity *entry = __node_2_dle(leftmost); in dec_dl_deadline()
/linux/Documentation/bpf/
H A Dmap_lpm_trie.rst105 from leftmost leaf first. This means that iteration will return more
/linux/block/
H A Dblk-throttle.c403 bool leftmost = true; in tg_service_queue_add() local
413 leftmost = false; in tg_service_queue_add()
419 leftmost); in tg_service_queue_add()
/linux/Documentation/RCU/Design/Memory-Ordering/
H A DTree-RCU-Memory-Ordering.rst360 The diagram below shows the path of ordering if the leftmost
363 leftmost ``rcu_node`` structure offlines its last CPU and if the next
547 | The leftmost drive to root stopped before it reached the root |
624 running on a CPU corresponding to the leftmost leaf ``rcu_node``
/linux/fs/
H A Deventpoll.c1392 bool leftmost = true; in ep_rbtree_insert() local
1400 leftmost = false; in ep_rbtree_insert()
1405 rb_insert_color_cached(&epi->rbn, &ep->rbr, leftmost); in ep_rbtree_insert()
/linux/tools/perf/
H A Dbuiltin-kwork.c338 bool leftmost = true; in work_insert() local
351 leftmost = false; in work_insert()
356 rb_insert_color_cached(&key->node, root, leftmost); in work_insert()
H A Dbuiltin-sched.c1016 bool leftmost = true; in __thread_latency_insert() local
1031 leftmost = false; in __thread_latency_insert()
1036 rb_insert_color_cached(&data->node, root, leftmost); in __thread_latency_insert()
3427 bool leftmost = true; in __merge_work_atoms() local
3441 leftmost = false; in __merge_work_atoms()
3460 rb_insert_color_cached(&data->node, root, leftmost); in __merge_work_atoms()
/linux/kernel/bpf/
H A Dhelpers.c2635 bool leftmost = true; in __bpf_rbtree_add() local
2652 leftmost = false; in __bpf_rbtree_add()
2657 rb_insert_color_cached(n, (struct rb_root_cached *)root, leftmost); in __bpf_rbtree_add()

12