/external/u-boot/drivers/usb/dwc3/ |
gadget.h | 75 list_move_tail(&req->list, &dep->req_queued);
|
/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/u-boot/drivers/dma/ |
apbh_dma.c | 482 list_move_tail(p, head); 484 list_move_tail(p, &pchan->done);
|
/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/blktrace/iowatcher/ |
list.h | 189 * list_move_tail - delete from one list and add as another's tail 193 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 | 1084 list_move_tail(&iocbp->head, &tip->free_iocbs); 1256 list_move_tail(&iocbp->head, &tip->used_iocbs); [all...] |
/external/u-boot/fs/ubifs/ |
gc.c | 284 list_move_tail(&snod->list, nondata);
|
/external/u-boot/include/linux/ |
list.h | 150 * list_move_tail - delete from one list and add as another's tail 154 static inline void list_move_tail(struct list_head *list, function
|
/external/u-boot/drivers/mtd/ubi/ |
fastmap.c | 825 list_move_tail(&tmp_aeb->u.list, &ai->free); 828 list_move_tail(&tmp_aeb->u.list, &ai->erase); [all...] |
/external/u-boot/drivers/usb/musb-new/ |
musb_host.c | [all...] |