HomeSort by relevance Sort by last modified time
    Searched refs:rb_node (Results 126 - 147 of 147) sorted by null

1 2 3 4 56

  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/linux/
blkdev.h 65 struct rb_node rb_node; member in struct:cfq_io_context
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/
blkdev.h 65 struct rb_node rb_node; member in struct:cfq_io_context
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/
blkdev.h 65 struct rb_node rb_node; member in struct:cfq_io_context
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
blkdev.h 65 struct rb_node rb_node; member in struct:cfq_io_context
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
blkdev.h 65 struct rb_node rb_node; member in struct:cfq_io_context
  /external/linux-tools-perf/util/
header.c 199 struct rb_node *nd;
206 struct machine *pos = rb_entry(nd, struct machine, rb_node);
347 struct rb_node *nd;
359 struct machine *pos = rb_entry(nd, struct machine, rb_node);
374 struct rb_node *nd;
378 struct machine *pos = rb_entry(nd, struct machine, rb_node);
session.c 204 struct rb_node *nd = rb_first(&self->threads);
207 struct thread *t = rb_entry(nd, struct thread, rb_node);
209 rb_erase(&t->rb_node, &self->threads);
228 rb_erase(&th->rb_node, &self->threads);
    [all...]
event.c 228 struct rb_node *nd;
252 struct map *pos = rb_entry(nd, struct map, rb_node);
probe-event.c 117 struct rb_node *nd;
124 struct map *pos = rb_entry(nd, struct map, rb_node);
    [all...]
  /bionic/libc/kernel/common/linux/
blkdev.h 71 struct rb_node rb_node; member in struct:cfq_io_context
  /external/blktrace/btt/
inlines.h 298 rb_erase(&iop->rb_node, __get_root(iop->dip, iop->type));
306 rb_foreach(__get_root(dip, type)->rb_node, iop, fnc, head);
  /external/kernel-headers/original/linux/
key.h 122 struct rb_node serial_node;
blkdev.h 59 struct rb_node rb_node; member in struct:cfq_io_context
mm.h 70 struct rb_node vm_rb;
926 struct rb_node **, struct rb_node *);
    [all...]
ext3_fs.h 714 struct rb_node *curr_node;
  /external/linux-tools-perf/util/ui/browsers/
top.c 33 struct sym_entry *syme = rb_entry(entry, struct sym_entry, rb_node);
  /external/linux-tools-perf/
builtin-sched.c 148 struct rb_node node;
923 struct rb_node *node = root->rb_node;
949 struct rb_node **new = &(root->rb_node), *parent = NULL;
1382 struct rb_node *node;
    [all...]
builtin-top.c 281 struct rb_node *nd;
337 syme = rb_entry(nd, struct sym_entry, rb_node);
  /external/chromium_org/third_party/jemalloc/chromium/
rb.h 81 #define rb_node(a_type) \ macro
    [all...]
jemalloc.c 736 rb_node(extent_node_t) link_szad;
739 rb_node(extent_node_t) link_ad;
816 rb_node(arena_chunk_map_t) link;
879 rb_node(arena_chunk_t) link_dirty;
    [all...]
  /external/chromium_org/third_party/jemalloc/vendor/
rb.h 81 #define rb_node(a_type) \ macro
    [all...]
jemalloc.c 729 rb_node(extent_node_t) link_szad;
732 rb_node(extent_node_t) link_ad;
809 rb_node(arena_chunk_map_t) link;
872 rb_node(arena_chunk_t) link_dirty;
    [all...]

Completed in 911 milliseconds

1 2 3 4 56