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

  /external/e2fsprogs/lib/blkid/
list.h 83 _INLINE_ void __list_del(struct list_head * prev, function
99 __list_del(entry->prev, entry->next);
108 __list_del(entry->prev, entry->next);
  /external/f2fs-tools/include/
list.h 48 static inline void __list_del(struct list_head * prev, struct list_head * next) function
56 __list_del(entry->prev, entry->next);
61 __list_del(entry->prev, entry->next);
  /external/oprofile/libutil/
op_list.h 89 static __inline__ void __list_del(struct list_head * prev, function
103 __list_del(entry->prev, entry->next);
112 __list_del(entry->prev, entry->next);
  /external/e2fsprogs/lib/ext2fs/
kernel-list.h 67 static __inline__ void __list_del(struct list_head * prev, function
76 __list_del(entry->prev, entry->next);
  /external/blktrace/btt/
list.h 98 static inline void __list_del(struct list_head * prev, struct list_head * next) function
112 __list_del(entry->prev, entry->next);
187 __list_del(list->prev, list->next);
  /external/yaffs2/yaffs2/
devextras.h 119 static __inline__ void __list_del(struct list_head *prev, function
134 __list_del(entry->prev, entry->next);
143 __list_del(entry->prev, entry->next);
  /external/iptables/libiptc/
linux_list.h 174 static inline void __list_del(struct list_head * prev, struct list_head * next) function
188 __list_del(entry->prev, entry->next);
219 __list_del(entry->prev, entry->next);
229 __list_del(entry->prev, entry->next);
240 __list_del(list->prev, list->next);
252 __list_del(list->prev, list->next);
  /external/linux-tools-perf/perf-3.12.0/include/linux/
list.h 86 static inline void __list_del(struct list_head * prev, struct list_head * next) function
101 __list_del(entry->prev, entry->next);
106 __list_del(entry->prev, entry->next);

Completed in 1052 milliseconds