Searched defs:list_for_each_safe (Results 1 - 25 of 38) sorted by relevance

12

/linux-master/tools/usb/usbip/libsrc/
H A Dlist.h120 #define list_for_each_safe(pos, n, head) \ macro
H A Dusbip_host_common.c160 list_for_each_safe(i, tmp, devs) { function
/linux-master/drivers/staging/rtl8723bs/hal/
H A Drtl8723bs_xmit.c224 list_for_each_safe(sta_plist, tmp, sta_phead) { function
/linux-master/drivers/block/aoe/
H A Daoedev.c511 list_for_each_safe(pos, nx, head) { function
H A Daoecmd.c84 list_for_each_safe(pos, nx, head) { function
103 list_for_each_safe(pos, nx, head) { function
649 list_for_each_safe(pos, nx, head) { function
757 list_for_each_safe(pos, nx, head) { function
/linux-master/drivers/net/
H A Deql.c151 list_for_each_safe(this, tmp, head) { function
239 list_for_each_safe(this, tmp, head) { function
312 list_for_each_safe(this, tmp, head) { function
/linux-master/drivers/staging/rtl8723bs/core/
H A Drtw_sta_mgt.c445 list_for_each_safe(plist, tmp, phead) { function
H A Drtw_ap.c188 list_for_each_safe(plist, tmp, phead) { function
213 list_for_each_safe(plist, tmp, phead) { function
1245 list_for_each_safe(plist, tmp, phead) { function
1945 list_for_each_safe(plist, tmp, phead) { function
2148 list_for_each_safe(plist, tmp, phead) { function
/linux-master/fs/vboxsf/
H A Dutils.c523 list_for_each_safe(pos, tmp, list) { function
/linux-master/drivers/s390/char/
H A Dtape_34xx.c975 list_for_each_safe(l, n, sbid_list) { function
/linux-master/drivers/usb/host/
H A Dehci-q.c563 list_for_each_safe (entry, temp, qtd_list) { function
/linux-master/drivers/video/fbdev/core/
H A Dmodedb.c1098 list_for_each_safe(pos, n, head) { function
1116 list_for_each_safe(pos, n, head) { function
/linux-master/arch/um/drivers/
H A Dchan_kern.c331 list_for_each_safe(ele, next, chans) { function
/linux-master/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_irq.c156 list_for_each_safe(entry, tmp, hnd_list) { function
211 list_for_each_safe(entry, tmp, hnd_list_low) { function
223 list_for_each_safe(entry, tmp, hnd_list_high) { function
463 list_for_each_safe(entry, tmp, lh) { function
502 list_for_each_safe(entry, tmp, hnd_list_l) { function
/linux-master/tools/include/linux/
H A Dlist.h436 #define list_for_each_safe(pos, n, head) \ macro
/linux-master/drivers/infiniband/hw/erdma/
H A Derdma_cm.c1377 list_for_each_safe(p, tmp, (struct list_head *)id->provider_data) { function
/linux-master/drivers/media/dvb-core/
H A Ddvb_demux.c1180 list_for_each_safe(pos, n, head) { function
/linux-master/drivers/hsi/controllers/
H A Domap_ssi_port.c433 list_for_each_safe(node, tmp, queue) { function
/linux-master/drivers/infiniband/sw/siw/
H A Dsiw_cm.c1894 list_for_each_safe(p, tmp, (struct list_head *)id->provider_data) { function
/linux-master/include/linux/
H A Dlist.h731 #define list_for_each_safe(pos, n, head) \ macro
/linux-master/drivers/scsi/aic94xx/
H A Daic94xx_hwi.h349 list_for_each_safe(pos, n, &list) { function
/linux-master/drivers/scsi/csiostor/
H A Dcsio_scsi.c1167 list_for_each_safe(tmp, next, q) { function
1246 list_for_each_safe(tmp, next, q) { function
/linux-master/drivers/scsi/esas2r/
H A Desas2r_main.c915 list_for_each_safe(element, next, queue) { function
/linux-master/net/netfilter/ipset/
H A Dip_set_hash_gen.h456 list_for_each_safe(l, lt, &h->ad) { function
768 list_for_each_safe(l, lt, &h->ad) { function
/linux-master/drivers/hsi/clients/
H A Dcmt_speech.c1325 list_for_each_safe(cursor, next, head) { function

Completed in 406 milliseconds

12