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

  /external/e2fsprogs/lib/ext2fs/
kernel-list.h 50 static __inline__ void list_add(struct list_head *new, struct list_head *head) function
  /external/e2fsprogs/lib/blkid/
list.h 54 * list_add - add a new entry
61 _INLINE_ void list_add(struct list_head *add, struct list_head *head) function
  /external/oprofile/libutil/
op_list.h 57 * list_add - add a new entry
64 static __inline__ void list_add(struct list_head * new_entry, struct list_head * head) function
  /external/blktrace/btt/
list.h 66 * list_add - add a new entry
73 static inline void list_add(struct list_head *new, struct list_head *head) function
  /external/yaffs2/yaffs2/
devextras.h 86 * list_add - add a new entry
93 static __inline__ void list_add(struct list_head *new, struct list_head *head) function
  /external/iptables/libiptc/
linux_list.h 83 * list_add - add a new entry
90 static inline void list_add(struct list_head *new, struct list_head *head) function
241 list_add(list, head);
273 * if another CPU could re-list_add() it.
  /external/kernel-headers/original/linux/
list.h 53 * list_add - add a new entry
60 static inline void list_add(struct list_head *new, struct list_head *head) function
252 list_add(list, head);
298 * if another CPU could re-list_add() it.
  /external/linux-tools-perf/util/include/linux/added/
list.h 40 * list_add - add a new entry
47 static inline void list_add(struct list_head *new, struct list_head *head) function
137 list_add(list, head);
183 * if another CPU could re-list_add() it.
  /external/sepolicy/check_seapp/
check_seapp.c 700 static void list_add(hash_entry *e) { function
811 list_add(entry);
  /external/libusb/libusb/
libusbi.h 74 static inline void list_add(struct list_head *entry, struct list_head *head) function

Completed in 230 milliseconds