HomeSort by relevance Sort by last modified time
    Searched refs:list_move_tail (Results 1 - 5 of 5) 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/linux-tools-perf/util/include/linux/added/
list.h 141 * list_move_tail - delete from one list and add as another's tail
145 static inline void list_move_tail(struct list_head *list, function
201 list_move_tail(first, head);
  /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/blktrace/btreplay/
btreplay.c 1066 list_move_tail(&iocbp->head, &tip->free_iocbs);
1238 list_move_tail(&iocbp->head, &tip->used_iocbs);
    [all...]
  /external/kernel-headers/original/linux/
list.h 256 * list_move_tail - delete from one list and add as another's tail
260 static inline void list_move_tail(struct list_head *list, function

Completed in 60 milliseconds