Searched refs:list_for_each_safe (Results 51 - 75 of 178) sorted by relevance

12345678

/linux-master/arch/um/drivers/
H A Dchan_kern.c331 list_for_each_safe(ele, next, chans) { function
H A Dline.c716 list_for_each_safe(ele, next, &winch_handlers) {
/linux-master/drivers/block/aoe/
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/mtd/devices/
H A Dblock2mtd.c512 list_for_each_safe(pos, next, &blkmtd_device_list) {
/linux-master/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_tc.c994 list_for_each_safe(pos, n, &flow_cfg->flow_list_tc) {
1016 list_for_each_safe(pos, n, &flow_cfg->flow_list_tc) {
1107 list_for_each_safe(pos, n, &flow_cfg->flow_list_tc) {
1121 list_for_each_safe(pos, n, &flow_cfg->flow_list_tc) {
/linux-master/drivers/s390/char/
H A Dtape_core.c595 list_for_each_safe(l, n, &device->req_queue) {
766 list_for_each_safe(l, n, &device->req_queue) {
H A Dsclp_vt220.c660 list_for_each_safe(page, p, &sclp_vt220_empty) {
/linux-master/drivers/net/ethernet/cavium/liquidio/
H A Docteon_droq.c761 list_for_each_safe(tmp, tmp2, &droq->dispatch_list) {
812 list_for_each_safe(tmp, tmp2, &droq->dispatch_list) {
/linux-master/drivers/media/pci/saa7164/
H A Dsaa7164-dvb.c206 list_for_each_safe(p, q, &port->dmaqueue.list) {
485 list_for_each_safe(c, n, &port->dmaqueue.list) {
/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/drivers/staging/rtl8723bs/core/
H A Drtw_xmit.c1737 list_for_each_safe(plist, tmp, phead) { function
2138 list_for_each_safe(plist, tmp, phead) { function
2209 list_for_each_safe(xmitframe_plist, tmp, xmitframe_phead) { function
2280 list_for_each_safe(xmitframe_plist, tmp, xmitframe_phead) { function
2324 list_for_each_safe(xmitframe_plist, tmp, xmitframe_phead) { function
/linux-master/drivers/net/ethernet/sfc/siena/
H A Dptp.c1163 list_for_each_safe(cursor, next, &ptp->evt_list) {
1199 list_for_each_safe(cursor, next, &ptp->evt_list) {
1367 list_for_each_safe(cursor, next, &efx->ptp_data->evt_list) {
/linux-master/drivers/scsi/esas2r/
H A Desas2r_int.c346 list_for_each_safe(element, next, &a->defer_list) {
/linux-master/drivers/scsi/snic/
H A Dsnic_io.c391 list_for_each_safe(cur, nxt, &snic->spl_cmd_list) {
/linux-master/tools/include/linux/
H A Dlist.h431 * list_for_each_safe - iterate over a list safe against removal of list entry
436 #define list_for_each_safe(pos, n, head) \ macro
/linux-master/drivers/net/can/mscan/
H A Dmscan.c442 list_for_each_safe(pos, tmp, &priv->tx_head) {
/linux-master/drivers/gpu/drm/i915/gvt/
H A Ddmabuf.c577 list_for_each_safe(pos, n, &vgpu->dmabuf_obj_list_head) {
/linux-master/security/
H A Ddevice_cgroup.c534 list_for_each_safe(this, tmp, &devcg->exceptions) {
/linux-master/lib/
H A Dgenalloc.c249 list_for_each_safe(_chunk, _next_chunk, &pool->chunks) {
/linux-master/drivers/net/dsa/sja1105/
H A Dsja1105_flower.c537 list_for_each_safe(pos, n, &priv->flow_block.rules) {
/linux-master/security/integrity/evm/
H A Devm_main.c1080 list_for_each_safe(pos, q, &evm_config_xattrnames)
/linux-master/sound/core/seq/
H A Dseq_ports.c219 list_for_each_safe(p, n, &grp->list_head) {
/linux-master/mm/
H A Dlist_lru.c207 list_for_each_safe(item, n, &l->list) {
/linux-master/drivers/scsi/
H A Dscsi_devinfo.c829 list_for_each_safe(lh, lh_next, &devinfo_table->scsi_dev_info_list) {
/linux-master/drivers/s390/block/
H A Dscm_blk.c57 list_for_each_safe(iter, safe, &inactive_requests) {

Completed in 239 milliseconds

12345678