HomeSort by relevance Sort by last modified time
    Searched refs:__list_add (Results 1 - 5 of 5) 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/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/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);

Completed in 89 milliseconds