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

  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/include/linux/
types.h 21 struct hlist_head { struct
  /external/chromium_org/third_party/libvpx/source/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/libvpx/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); */
  /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/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)

Completed in 349 milliseconds