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

  /external/e2fsprogs/lib/ext2fs/
kernel-list.h 34 static __inline__ void __list_add(struct list_head * new, function
49 __list_add(new, head, head->next);
57 __list_add(new, head->prev, head);
  /external/e2fsprogs/lib/blkid/
list.h 40 _INLINE_ void __list_add(struct list_head * add, function
60 __list_add(add, head, head->next);
73 __list_add(add, head->prev, head);
  /external/f2fs-tools/include/
list.h 28 static inline void __list_add(struct list_head *new, function
40 __list_add(new, head, head->next);
45 __list_add(new, head->prev, head);
  /external/oprofile/libutil/
op_list.h 46 static __inline__ void __list_add(struct list_head * new_entry, function
66 __list_add(new_entry, head, head->next);
79 __list_add(new_entry, head->prev, head);
  /external/blktrace/btt/
list.h 55 static inline void __list_add(struct list_head *new, function
75 __list_add(new, head, head->next);
88 __list_add(new, head->prev, head);
  /external/yaffs2/yaffs2/
devextras.h 75 static __inline__ void __list_add(struct list_head *new, function
95 __list_add(new, head, head->next);
109 __list_add(new, head->prev, head);
  /external/iptables/libiptc/
linux_list.h 72 static inline void __list_add(struct list_head *new, function
92 __list_add(new, head, head->next);
105 __list_add(new, head->prev, head);
  /external/linux-tools-perf/perf-3.12.0/include/linux/
list.h 37 static inline void __list_add(struct list_head *new, function
47 extern void __list_add(struct list_head *new,
62 __list_add(new, head, head->next);
76 __list_add(new, head->prev, head);

Completed in 221 milliseconds