Searched refs:list_move_tail (Results 1 - 4 of 4) sorted by relevance

/external/blktrace/btt/
H A Dlist.h180 * 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/perf-3.12.0/include/linux/
H A Dlist.h160 * list_move_tail - delete from one list and add as another's tail
164 static inline void list_move_tail(struct list_head *list, function
220 list_move_tail(first, head);
/external/iptables/libiptc/
H A Dlinux_list.h245 * 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/
H A Dbtreplay.c1066 list_move_tail(&iocbp->head, &tip->free_iocbs);
1238 list_move_tail(&iocbp->head, &tip->used_iocbs);

Completed in 102 milliseconds