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

  /external/e2fsprogs/lib/blkid/
list.h 103 * list_del_init - deletes entry from list and reinitialize it.
106 _INLINE_ void list_del_init(struct list_head *entry) function
  /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/linux-tools-perf/src/tools/perf/
builtin-inject.c 259 list_del_init(&ent->node);
  /external/linux-tools-perf/src/include/linux/
list.h 139 * list_del_init - deletes entry from list and reinitialize it.
142 static inline void list_del_init(struct list_head *entry) function
201 * to the list entry is list_del_init(). Eg. it cannot be used
  /external/linux-tools-perf/src/tools/perf/util/
evlist.c 82 list_del_init(&pos->node);

Completed in 308 milliseconds