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

  /external/blktrace/btt/
list.h 180 * list_move_tail - delete from one list and add as another's tail
184 static inline void list_move_tail(struct list_head *list, function
  /external/ltp/testcases/realtime/include/
list.h 165 * list_move_tail - delete from one list and add as another's tail
169 static inline void list_move_tail(struct list_head *list, function
  /external/syslinux/com32/include/linux/
list.h 154 * list_move_tail - delete from one list and add as another's tail
158 static inline void list_move_tail(struct list_head *list, function
  /external/iptables/libiptc/
linux_list.h 245 * list_move_tail - delete from one list and add as another's tail
249 static inline void list_move_tail(struct list_head *list, function
  /external/libnetfilter_conntrack/include/internal/
linux_list.h 250 * list_move_tail - delete from one list and add as another's tail
254 static inline void list_move_tail(struct list_head *list, function
  /external/libnfnetlink/include/
linux_list.h 249 * list_move_tail - delete from one list and add as another's tail
253 static inline void list_move_tail(struct list_head *list, function
  /external/blktrace/btreplay/
btreplay.c 1066 list_move_tail(&iocbp->head, &tip->free_iocbs);
1238 list_move_tail(&iocbp->head, &tip->used_iocbs);
    [all...]

Completed in 1046 milliseconds