HomeSort by relevance Sort by last modified time
    Searched refs:int_node (Results 1 - 3 of 3) sorted by null

  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
intlist.h 9 struct int_node { struct
21 void intlist__remove(struct intlist *ilist, struct int_node *in);
24 struct int_node *intlist__entry(const struct intlist *ilist, unsigned int idx);
25 struct int_node *intlist__find(struct intlist *ilist, int i);
43 static inline struct int_node *intlist__first(struct intlist *ilist)
46 return rn ? rb_entry(rn, struct int_node, rb_node) : NULL;
48 static inline struct int_node *intlist__next(struct int_node *in)
54 return rn ? rb_entry(rn, struct int_node, rb_node) : NULL;
59 * @pos: the &struct int_node to use as a loop cursor
    [all...]
intlist.c 19 struct int_node *node = malloc(sizeof(*node));
29 static void int_node__delete(struct int_node *ilist)
37 struct int_node *node = container_of(rb_node, struct int_node, rb_node);
45 struct int_node *node = container_of(rb_node, struct int_node, rb_node);
55 void intlist__remove(struct intlist *ilist, struct int_node *node)
60 struct int_node *intlist__find(struct intlist *ilist, int i)
62 struct int_node *node;
71 node = container_of(rb_node, struct int_node, rb_node)
    [all...]
  /bionic/libc/kernel/tools/
cpp.py 900 def int_node(self,e): member in class:CppExpr
909 return self.int_node(self.expr)
955 li = self.int_node(l)
956 ri = self.int_node(r)
973 li = self.int_node(l)
974 ri = self.int_node(r)
    [all...]

Completed in 214 milliseconds