Home
last modified time | relevance | path

Searched refs:list_for_each_entry_safe (Results 1 – 6 of 6) sorted by relevance

/dpdk/kernel/linux/kni/
H A Dkni_misc.c218 list_for_each_entry_safe(dev, n, &knet->kni_list_head, list) { in kni_release()
330 list_for_each_entry_safe(dev, n, &knet->kni_list_head, list) { in kni_ioctl_create()
466 list_for_each_entry_safe(dev, n, &knet->kni_list_head, list) { in kni_ioctl_release()
/dpdk/drivers/common/dpaax/
H A Ddpaa_list.h66 #define list_for_each_entry_safe(i, j, l, name) \ macro
H A Ddpaa_of.c251 list_for_each_entry_safe(f, tmpf, &d->files, node.list) { in destroy_dir()
255 list_for_each_entry_safe(dd, tmpd, &d->subdirs, node.list) { in destroy_dir()
/dpdk/drivers/dma/dpaa/
H A Ddpaa_qdma.c137 list_for_each_entry_safe(comp_temp, _comp_temp, in fsl_qdma_free_chan_resources()
145 list_for_each_entry_safe(comp_temp, _comp_temp, in fsl_qdma_free_chan_resources()
243 list_for_each_entry_safe(comp_temp, _comp_temp, in fsl_qdma_pre_request_enqueue_comp_sd_desc()
/dpdk/drivers/bus/dpaa/base/fman/
H A Dfman.c48 list_for_each_entry_safe(bp, tmpbp, &__if->__if.bpool_list, node) { in if_destructor()
712 list_for_each_entry_safe(__if, tmpif, &__ifs, __if.node) { in fman_finish()
/dpdk/drivers/net/dpaa/
H A Ddpaa_ethdev.c2060 list_for_each_entry_safe(bp, tmp_bp, &cfg->fman_if->bpool_list, node) { in dpaa_dev_init()