Searched refs:list_for_each_safe (Results 1 – 9 of 9) sorted by relevance
| /rk3399_rockchip-uboot/drivers/block/ |
| H A D | blkcache.c | 134 list_for_each_safe(entry, n, &block_cache) { in blkcache_invalidate()
|
| /rk3399_rockchip-uboot/common/ |
| H A D | menu.c | 61 list_for_each_safe(pos, n, &m->items) { in menu_items_iter()
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | mtdparts.c | 502 list_for_each_safe(entry, n, head) { in part_delall() 744 list_for_each_safe(entry, n, head) { in device_delall() 952 list_for_each_safe(entry, n, &tmp_list) { in device_parse() 1631 list_for_each_safe(entry, n, &mtdids) { 1708 list_for_each_safe(entry, n, &mtdids) {
|
| H A D | pxe.c | 1396 list_for_each_safe(pos, n, &cfg->labels) { in destroy_pxe_menu()
|
| /rk3399_rockchip-uboot/lib/ |
| H A D | list_sort.c | 290 list_for_each_safe(cur, tmp, &head) { in list_sort_test()
|
| /rk3399_rockchip-uboot/drivers/dma/ |
| H A D | apbh_dma.c | 475 list_for_each_safe(p, q, &pchan->active) { in mxs_dma_finish()
|
| /rk3399_rockchip-uboot/drivers/usb/gadget/ |
| H A D | rndis.c | 1221 list_for_each_safe(act, tmp, in rndis_free_response() 1240 list_for_each_safe(act, tmp, in rndis_get_next_response()
|
| /rk3399_rockchip-uboot/include/linux/ |
| H A D | list.h | 388 #define list_for_each_safe(pos, n, head) \ macro
|
| /rk3399_rockchip-uboot/fs/yaffs2/ |
| H A D | yaffs_guts.c | 4152 list_for_each_safe(lh, save, hard_list) { in yaffs_link_fixup() 4184 list_for_each_safe(i, n, in yaffs_strip_deleted_objs() 4190 list_for_each_safe(i, n, &dev->del_dir->variant.dir_variant.children) { in yaffs_strip_deleted_objs() 4239 list_for_each_safe(lh, n, &dev->obj_bucket[i].list) { in yaffs_fix_hanging_objs() 4293 list_for_each_safe(lh, n, &dir->variant.dir_variant.children) { in yaffs_del_dir_contents()
|