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

  /external/e2fsprogs/lib/blkid/
list.h 111 * list_del_init - deletes entry from list and reinitialize it.
114 _INLINE_ void list_del_init(struct list_head *entry) function
  /external/ltp/testcases/realtime/include/
list.h 144 * list_del_init - deletes entry from list and reinitialize it.
147 static inline void list_del_init(struct list_head *entry) function
192 * to the list entry is list_del_init(). Eg. it cannot be used
  /external/blktrace/iowatcher/
list.h 168 * list_del_init - deletes entry from list and reinitialize it.
171 static inline void list_del_init(struct list_head *entry) function
230 * to the list entry is list_del_init(). Eg. it cannot be used
  /external/iptables/libiptc/
linux_list.h 224 * list_del_init - deletes entry from list and reinitialize it.
227 static inline void list_del_init(struct list_head *entry) function
272 * to the list entry is list_del_init(). Eg. it cannot be used
  /external/libnetfilter_conntrack/include/internal/
linux_list.h 229 * list_del_init - deletes entry from list and reinitialize it.
232 static inline void list_del_init(struct list_head *entry) function
277 * to the list entry is list_del_init(). Eg. it cannot be used
  /external/libnfnetlink/include/
linux_list.h 228 * list_del_init - deletes entry from list and reinitialize it.
231 static inline void list_del_init(struct list_head *entry) function
276 * to the list entry is list_del_init(). Eg. it cannot be used
  /external/u-boot/include/linux/
list.h 129 * list_del_init - deletes entry from list and reinitialize it.
132 static inline void list_del_init(struct list_head *entry) function
191 * to the list entry is list_del_init(). Eg. it cannot be used

Completed in 137 milliseconds