Home
last modified time | relevance | path

Searched refs:next (Results 6401 - 6425 of 12535) sorted by relevance

1...<<251252253254255256257258259260>>...502

/kernel/linux/linux-5.10/drivers/dma/ioat/
H A Dprep.c290 (unsigned long long) (pq_ex ? pq_ex->next : pq->next), in dump_pq_desc_dbg()
300 dev_dbg(dev, "\tNEXT: %#llx\n", pq->next); in dump_pq_desc_dbg()
323 (unsigned long long) pq->next, in dump_pq16_desc_dbg()
/kernel/linux/linux-5.10/arch/arm/mach-rpc/
H A Decard.c499 for (ec = cards; ec; ec = ec->next) { in ecard_dump_irq_state()
562 for (ec = cards; ec; ec = ec->next) { in ecard_irq_handler()
656 ec = ec->next; in ecard_devices_proc_show()
966 for (ecp = &cards; *ecp; ecp = &(*ecp)->next); in ecard_probe()
/kernel/linux/linux-5.10/drivers/acpi/
H A Dpci_root.c697 goto next; in acpi_pci_root_validate_resources()
705 goto next; in acpi_pci_root_validate_resources()
729 goto next; in acpi_pci_root_validate_resources()
733 next: in acpi_pci_root_validate_resources()
/kernel/linux/linux-5.10/arch/microblaze/pci/
H A Dpci-common.c435 /* Read next ranges element */ in pci_process_bridge_OF_ranges()
537 unsigned int next = isa_hole + 1; in pci_process_bridge_OF_ranges() local
539 if (next < memno) in pci_process_bridge_OF_ranges()
541 &hose->mem_resources[next], in pci_process_bridge_OF_ranges()
542 sizeof(struct resource) * (memno - next)); in pci_process_bridge_OF_ranges()
/kernel/linux/linux-5.10/arch/x86/kernel/
H A Dhpet.c103 char *next = strchr(str, ','); in hpet_setup() local
105 if (next) in hpet_setup()
106 *next++ = 0; in hpet_setup()
113 str = next; in hpet_setup()
436 * the next interrupt is not delivered despite the HPET channel in hpet_legacy_clockevent_register()
439 * the next issue surfaces: in hpet_legacy_clockevent_register()
728 * the value immediately instead of waiting for the next HPET reader in read_hpet()
/kernel/linux/linux-5.10/arch/x86/events/
H A Dperf_event.h596 struct x86_pmu_quirk *next; member
790 struct perf_event_context *next);
862 __quirk.next = x86_pmu.quirks; \
993 * Add enabled Merge event on next counter in __x86_pmu_enable_event()
1188 struct perf_event_context *next);
/kernel/linux/linux-5.10/block/
H A Dblk-mq-debugfs.c70 .next = queue_requeue_list_next,
390 .next = hctx_dispatch_next,
659 .next = ctx_##name##_rq_list_next, \
855 rqos = rqos->next; in blk_mq_debugfs_register()
/kernel/linux/linux-5.10/drivers/dma/
H A Dtimb_dma.c188 td_desc = list_entry(td_chan->active_list.next, struct timb_dma_desc, in __td_start_dma()
229 td_desc = list_entry(td_chan->active_list.next, struct timb_dma_desc, in __td_finish()
267 list_entry(td_chan->active_list.next, in __td_ier_mask()
284 td_desc = list_entry(td_chan->queue.next, struct timb_dma_desc, in __td_start_next()
/kernel/linux/linux-5.10/drivers/net/appletalk/
H A Dltpc.c271 struct xmitQel *next; member
289 qel->next = NULL; in enQ()
293 xmQtl->next = qel; in enQ()
313 xmQhd = qel->next; in deQ()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx4/
H A Dalloc.c292 struct mlx4_zone_entry *next = list_first_entry(&entry->list, in __mlx4_zone_remove_one_entry() local
293 typeof(*next), in __mlx4_zone_remove_one_entry()
296 if (next->priority == entry->priority) in __mlx4_zone_remove_one_entry()
297 list_add_tail(&next->prio_list, &entry->prio_list); in __mlx4_zone_remove_one_entry()
/kernel/linux/linux-6.6/arch/arm/mach-rpc/
H A Decard.c499 for (ec = cards; ec; ec = ec->next) { in ecard_dump_irq_state()
562 for (ec = cards; ec; ec = ec->next) { in ecard_irq_handler()
656 ec = ec->next; in ecard_devices_proc_show()
966 for (ecp = &cards; *ecp; ecp = &(*ecp)->next); in ecard_probe()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
H A Dtest_cls_redirect.c289 uint8_t next; in pkt_skip_ipv6_extension_headers() member
292 .next = ipv6->nexthdr, in pkt_skip_ipv6_extension_headers()
298 switch (exthdr.next) { in pkt_skip_ipv6_extension_headers()
318 /* Decode next header */ in pkt_skip_ipv6_extension_headers()
322 /* The next header is not one of the known extension in pkt_skip_ipv6_extension_headers()
332 *upper_proto = exthdr.next; in pkt_skip_ipv6_extension_headers()
570 /* Get the next hop from the GLB header.
583 /* Skip "used" next hops. */ in get_next_hop()
587 /* No more next hops, we are at the end of the GLB header. */ in get_next_hop()
596 /* Skip the remainig next hop in get_next_hop()
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
H A Dtest_lru_map.c135 int next = *next_to_try; in sched_next_online() local
138 while (next < nr_cpus) { in sched_next_online()
140 CPU_SET(next++, &cpuset); in sched_next_online()
147 *next_to_try = next; in sched_next_online()
403 * gone during the next LRU shrink. in test_lru_sanity2()
750 * this will be evicted on next update. in test_lru_sanity7()
839 * this will be evicted on next update. in test_lru_sanity8()
/kernel/linux/linux-5.10/drivers/lightnvm/
H A Dpblk-recovery.c765 goto next; in pblk_recov_l2p()
770 goto next; in pblk_recov_l2p()
775 goto next; in pblk_recov_l2p()
786 next: in pblk_recov_l2p()
831 /* Allocate next line for preparation */ in pblk_recov_l2p()
/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/
H A Domap_crtc.c301 * the next vblank interrupt. in omap_crtc_vblank_irq()
366 struct omap_dss_device *dssdev = omap_crtc->pipe->output->next; in omap_crtc_manual_display_update()
505 if (omap_crtc->pipe->output->next == NULL || in omap_crtc_mode_valid()
506 omap_crtc->pipe->output->next->type != OMAP_DISPLAY_TYPE_DSI) { in omap_crtc_mode_valid()
558 struct omap_dss_device *display = omap_crtc->pipe->output->next; in omap_crtc_is_manually_updated()
/kernel/linux/linux-5.10/drivers/infiniband/core/
H A Duverbs_ioctl.c39 struct bundle_alloc_head *next; member
123 buf->next = pbundle->allocated_mem; in _uverbs_alloc()
537 memblock = memblock->next; in bundle_destroy()
572 pbundle->alloc_head.next = NULL; in ib_uverbs_cmd_verbs()
/kernel/linux/linux-5.10/drivers/net/ethernet/sun/
H A Dsunqe.c484 goto next; in qec_interrupt()
501 next: in qec_interrupt()
983 struct sunqec *next = root_qec_dev->next_module; in qec_exit() local
991 root_qec_dev = next; in qec_exit()
/kernel/linux/linux-5.10/drivers/net/ipvlan/
H A Dipvlan_main.c614 /* Increment id-base to the next slot for the future assignment */ in ipvlan_link_new()
651 struct ipvl_addr *addr, *next; in ipvlan_link_delete() local
654 list_for_each_entry_safe(addr, next, &ipvlan->addrs, anode) { in ipvlan_link_delete()
723 struct ipvl_dev *ipvlan, *next; in ipvlan_device_event() local
757 list_for_each_entry_safe(ipvlan, next, &port->ipvlans, pnode) in ipvlan_device_event()
/kernel/linux/linux-5.10/drivers/s390/char/
H A Dcon3215.c73 struct raw3215_req *next; /* pointer to next request */ member
116 raw3215_freelist = req->next; in raw3215_alloc_req()
132 req->next = raw3215_freelist; in raw3215_free_req()
350 * Try to start the next IO and wake up processes waiting on the tty.
925 req->next = raw3215_freelist; in con3215_init()
/kernel/linux/linux-5.10/drivers/s390/crypto/
H A Dap_queue.c231 /* Start the next request on the queue. */ in ap_sm_write()
232 ap_msg = list_entry(aq->requestq.next, struct ap_message, list); in ap_sm_write()
842 struct ap_message *ap_msg, *next; in __ap_flush_queue() local
844 list_for_each_entry_safe(ap_msg, next, &aq->pendingq, list) { in __ap_flush_queue()
850 list_for_each_entry_safe(ap_msg, next, &aq->requestq, list) { in __ap_flush_queue()
/kernel/linux/linux-5.10/drivers/perf/
H A Dqcom_l2_pmu.c136 struct list_head next; member
755 list_for_each_entry(cluster, &l2cache_pmu->clusters, next) { in l2_cache_associate_cpu_with_cluster()
865 INIT_LIST_HEAD(&cluster->next); in l2_cache_pmu_probe_cluster()
866 list_add(&cluster->next, &l2cache_pmu->clusters); in l2_cache_pmu_probe_cluster()
/kernel/linux/linux-5.10/drivers/tty/hvc/
H A Dhvc_iucv.c191 struct iucv_tty_buffer *ent, *next; in destroy_tty_buffer_list() local
193 list_for_each_entry_safe(ent, next, list, list) { in destroy_tty_buffer_list()
955 struct iucv_tty_buffer *ent, *next; in hvc_iucv_msg_complete() local
959 list_for_each_entry_safe(ent, next, &priv->tty_outqueue, list) in hvc_iucv_msg_complete()
/kernel/linux/linux-5.10/net/rds/
H A Drecv.c298 rdsdebug("conn %p next %llu inc %p seq %llu len %u sport %u dport %u " in rds_recv_incoming()
317 * to assume that the next valid seq does not come after a in rds_recv_incoming()
410 *inc = list_entry(rs->rs_recv_queue.next, in rds_next_incoming()
476 notifier = list_entry(rs->rs_notify_queue.next, in rds_notify_queue_get()
487 notifier = list_entry(copy.next, struct rds_notifier, n_list); in rds_notify_queue_get()
614 info = list_entry(q->zcookie_head.next, in rds_recvmsg_zcookie()
699 * to get the next message. in rds_recvmsg()
/kernel/linux/linux-5.10/net/sched/
H A Dsch_fq_codel.c120 flow->head = skb->next; in dequeue_head()
132 flow->tail->next = skb; in flow_queue_add()
134 skb->next = NULL; in flow_queue_add()
318 * or HTB crashes. Defer it for next round. in fq_codel_dequeue()
653 skb = skb->next; in fq_codel_dump_class_stats()
/kernel/linux/linux-5.10/tools/perf/ui/stdio/
H A Dhist.c113 struct rb_node *node, *next; in __callchain__fprintf_graph() local
142 next = rb_next(node); in __callchain__fprintf_graph()
143 if (!next && (callchain_param.mode != CHAIN_GRAPH_REL || !remaining)) in __callchain__fprintf_graph()
169 node = next; in __callchain__fprintf_graph()

Completed in 37 milliseconds

1...<<251252253254255256257258259260>>...502