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

  /system/extras/perfprofd/quipper/kernel-headers/tools/perf/util/include/linux/
types.h 34 struct hlist_head { struct
  /system/extras/perfprofd/quipper/original-kernel-headers/tools/perf/util/include/linux/
types.h 21 struct hlist_head { struct
  /external/iproute2/include/
hlist.h 11 struct hlist_head { struct
28 static inline void hlist_add_head(struct hlist_node *n, struct hlist_head *h)
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/halloc/src/
hlist.h 24 typedef struct hlist_head hlist_head_t;
30 struct hlist_head struct
59 /* static_inline hlist_item_t * hlist_head(const hlist_head_t * h); */
  /external/iproute2/lib/
ll_map.c 37 static struct hlist_head idx_head[IDXMAP_SIZE];
38 static struct hlist_head name_head[IDXMAP_SIZE];
  /external/iptables/libiptc/
linux_list.h 509 struct hlist_head { struct
518 #define HLIST_HEAD(name) struct hlist_head name = { .first = NULL }
527 static inline int hlist_empty(const struct hlist_head *h)
583 static inline void hlist_add_head(struct hlist_node *n, struct hlist_head *h)
614 struct hlist_head *h)
  /external/iproute2/tc/
tc_class.c 40 static struct hlist_head cls_list = {};
41 static struct hlist_head root_cls_list = {};
221 static void graph_cls_show(FILE *fp, char *buf, struct hlist_head *root_list,
232 struct hlist_head children = {};
  /external/iproute2/ip/
ipnetns.c 149 static struct hlist_head nsid_head[NSIDMAP_SIZE];
150 static struct hlist_head name_head[NSIDMAP_SIZE];

Completed in 2471 milliseconds