Searched refs:list_for_each_safe (Results 76 - 100 of 178) sorted by relevance

12345678

/linux-master/drivers/video/fbdev/core/
H A Dfbmem.c627 list_for_each_safe(pos, n, &info->modelist) {
/linux-master/fs/vboxsf/
H A Dutils.c523 list_for_each_safe(pos, tmp, list) { function
/linux-master/io_uring/
H A Dkbuf.c297 list_for_each_safe(item, tmp, &ctx->io_buffers_cache) {
/linux-master/block/partitions/
H A Dldm.c1294 list_for_each_safe (item, tmp, list)
1409 list_for_each_safe (item, tmp, lh)
/linux-master/drivers/usb/host/
H A Dehci-q.c323 list_for_each_safe (entry, tmp, &qh->qtd_list) {
563 list_for_each_safe (entry, temp, qtd_list) { function
H A Dohci-q.c1037 list_for_each_safe (entry, tmp, &ed->td_list) {
/linux-master/drivers/media/pci/saa7164/
H A Dsaa7164-core.c255 list_for_each_safe(c, n, &port->dmaqueue.list) {
587 list_for_each_safe(c, n, &port->dmaqueue.list) {
/linux-master/drivers/infiniband/hw/erdma/
H A Derdma_cm.c122 list_for_each_safe(w, tmp, &cep->work_freelist) {
1377 list_for_each_safe(p, tmp, (struct list_head *)id->provider_data) { function
/linux-master/drivers/misc/genwqe/
H A Dcard_dev.c197 list_for_each_safe(node, next, &cfile->map_list) {
234 list_for_each_safe(node, next, &cfile->pin_list) {
/linux-master/net/sunrpc/
H A Dsvc_xprt.c945 list_for_each_safe(le, next, &serv->sv_tempsocks) {
980 list_for_each_safe(le, next, &serv->sv_tempsocks) {
/linux-master/drivers/net/ethernet/ti/
H A Dam65-cpts.c248 list_for_each_safe(this, next, &cpts->events) {
836 list_for_each_safe(this, next, &events) {
/linux-master/drivers/infiniband/hw/irdma/
H A Dcm.c1279 list_for_each_safe (list_node, list_core_temp, &timer_list) {
1517 list_for_each_safe (pos, tpos,
1892 list_for_each_safe (list_pos, list_temp, &reset_list) {
4305 list_for_each_safe (list_node, list_core_temp, &teardown_list) {
4345 list_for_each_safe (pos, tpos, child_listen_list) { function
/linux-master/drivers/s390/block/
H A Ddasd.c1871 list_for_each_safe(l, n, &device->ccw_queue) {
1891 list_for_each_safe(l, n, &device->ccw_queue) {
1940 list_for_each_safe(l, n, final_queue) { function
2789 list_for_each_safe(l, n, &block->ccw_queue) {
2910 list_for_each_safe(l, n, &final_queue) {
/linux-master/drivers/scsi/csiostor/
H A Dcsio_scsi.c133 list_for_each_safe(tmp, next, &scm->active_q) {
1167 list_for_each_safe(tmp, next, q) { function
1246 list_for_each_safe(tmp, next, q) { function
H A Dcsio_lnode.c941 list_for_each_safe(tmp, next, &rnhead->sm.sm_list) {
963 list_for_each_safe(tmp, next_rn, &rnhead->sm.sm_list) {
/linux-master/drivers/media/usb/uvc/
H A Duvc_driver.c1866 list_for_each_safe(p, n, &dev->chains) {
1873 list_for_each_safe(p, n, &dev->entities) {
1883 list_for_each_safe(p, n, &dev->streams) {
/linux-master/drivers/infiniband/hw/cxgb4/
H A Ddevice.c754 list_for_each_safe(pos, nxt, &uctx->qpids) {
767 list_for_each_safe(pos, nxt, &uctx->cqids) {
/linux-master/drivers/scsi/bnx2i/
H A Dbnx2i_iscsi.c679 list_for_each_safe(list, tmp, &hba->ep_ofld_list) {
707 list_for_each_safe(list, tmp, &hba->ep_destroy_list) {
/linux-master/drivers/hsi/controllers/
H A Domap_ssi_port.c176 list_for_each_safe(head, tmp, &omap_port->errqueue) {
433 list_for_each_safe(node, tmp, queue) { function
/linux-master/drivers/infiniband/sw/siw/
H A Dsiw_cm.c189 list_for_each_safe(w, tmp, &cep->work_freelist) {
1894 list_for_each_safe(p, tmp, (struct list_head *)id->provider_data) { 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/kernel/events/
H A Duprobes.c325 list_for_each_safe(pos, q, &delayed_uprobe_list) {
1331 list_for_each_safe(pos, q, &delayed_uprobe_list) {
/linux-master/drivers/media/platform/nuvoton/
H A Dnpcm-video.c397 list_for_each_safe(pos, nx, head) { function
1537 list_for_each_safe(pos, nx, head) { function
/linux-master/drivers/scsi/bfa/
H A Dbfa_core.c698 list_for_each_safe(qe, qen, waitq) { function
1911 list_for_each_safe(qe, qen, comp_q) { function
/linux-master/drivers/staging/vc04_services/vchiq-mmal/
H A Dmmal-vchiq.c1322 list_for_each_safe(buf_head, q, &port->buffers) {
1367 list_for_each_safe(buf_head, q, &port->buffers) {

Completed in 355 milliseconds

12345678