Home
last modified time | relevance | path

Searched refs:next (Results 2701 – 2725 of 3723) sorted by relevance

1...<<101102103104105106107108109110>>...149

/freebsd/sys/contrib/device-tree/src/arm64/renesas/
H A Dr8a774e1.dtsi132 next-level-cache = <&L2_CA57>;
147 next-level-cache = <&L2_CA57>;
161 next-level-cache = <&L2_CA57>;
175 next-level-cache = <&L2_CA57>;
189 next-level-cache = <&L2_CA53>;
204 next-level-cache = <&L2_CA53>;
217 next-level-cache = <&L2_CA53>;
230 next-level-cache = <&L2_CA53>;
H A Dr8a77980.dtsi36 next-level-cache = <&L2_CA53>;
46 next-level-cache = <&L2_CA53>;
56 next-level-cache = <&L2_CA53>;
66 next-level-cache = <&L2_CA53>;
/freebsd/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_main.c1153 struct mlx5e_clbr_point *next, *curr; in mlx5e_calibration_callout() local
1162 next = &priv->clbr_points[clbr_curr_next]; in mlx5e_calibration_callout()
1164 next->base_prev = curr->base_curr; in mlx5e_calibration_callout()
1165 next->clbr_hw_prev = curr->clbr_hw_curr; in mlx5e_calibration_callout()
1167 next->clbr_hw_curr = mlx5e_hw_clock(priv); in mlx5e_calibration_callout()
1168 if (((next->clbr_hw_curr - curr->clbr_hw_curr) >> MLX5E_TSTMP_PREC) == in mlx5e_calibration_callout()
1173 next->clbr_hw_curr, curr->clbr_hw_prev); in mlx5e_calibration_callout()
1181 next->base_curr = mlx5e_timespec2usec(&ts); in mlx5e_calibration_callout()
1186 atomic_store_rel_int(&next->clbr_gen, ++(priv->clbr_gen)); in mlx5e_calibration_callout()
/freebsd/contrib/ldns/
H A Ddnssec.c809 cur_rrset = cur_rrset->next; in ldns_dnssec_rrsets_contains_type()
853 cur_rrsets = cur_rrsets->next; in ldns_dnssec_create_nsec()
929 cur_rrsets = cur_rrsets->next; in ldns_dnssec_create_nsec3()
/freebsd/sys/dev/ntb/
H A Dntb_transport.c198 struct ntb_transport_child *next; member
472 cpp = &nc->next; in ntb_transport_attach()
532 *cpp = (*cpp)->next; in ntb_transport_detach()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVLIWPacketizer.cpp168 InsertPt = std::next(BundleIt).getInstrIterator(); in moveInstrOut()
198 MachineBasicBlock::iterator NextIt = std::next(BundleIt); in moveInstrOut()
1811 MachineBasicBlock::instr_iterator NextMI = std::next(MI->getIterator()); in endPacket()
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_open.c999 dt_provmod_t *next, *current; in dt_provmod_destroy() local
1001 for (current = *provmod; current != NULL; current = next) { in dt_provmod_destroy()
1002 next = current->dp_next; in dt_provmod_destroy()
/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_util.c1881 zprop_list_t *next; in zprop_free_list() local
1884 next = pl->pl_next; in zprop_free_list()
1887 pl = next; in zprop_free_list()
/freebsd/sys/dev/aic7xxx/
H A Daic79xx.seq312 /* Update the next SCB address to download. */
954 * thereby allowing it to send a message on the next selection regardless
1008 * If the next bus phase after ATN drops is message out, it means
1378 * sure we have a clean start for the next data or command phase.
1427 * and that REQ is already set when inb_first is called. inb_{first,next}
1784 * pickup on the next segment on the next data phase.
1810 * Fixup the residual next S/G pointer. The S/G preload
1813 * store the bottom byte of the next S/G pointer in
1815 * correct value when the DMA completes. If the next
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/
H A Dmt8195.dtsi68 next-level-cache = <&l2_0>;
87 next-level-cache = <&l2_0>;
106 next-level-cache = <&l2_0>;
125 next-level-cache = <&l2_0>;
144 next-level-cache = <&l2_1>;
163 next-level-cache = <&l2_1>;
182 next-level-cache = <&l2_1>;
201 next-level-cache = <&l2_1>;
287 next-level-cache = <&l3_0>;
297 next-level-cache = <&l3_0>;
/freebsd/sys/dev/sound/usb/
H A Duaudio.c208 struct uaudio_mixer_node *next; member
2993 for (pmc = sc->sc_mixer_root; pmc != NULL; pmc = pmc->next) { in uaudio_mixer_sysctl_handler()
3032 sc->sc_mixer_root = p_mc->next; in uaudio_mixer_ctl_free()
3059 pmc = pmc->next, n++) { in uaudio_mixer_register_sysctl()
3256 for (pmc = sc->sc_mixer_root; pmc != NULL; pmc = pmc->next) { in uaudio_mixer_reload_all()
3279 p_mc_new->next = sc->sc_mixer_root; in uaudio_mixer_add_ctl_sub()
5328 mc = mc->next; in uaudio_mixer_write_cfg_callback()
5449 for (mc = sc->sc_mixer_root; mc; mc = mc->next) { in uaudio_mixer_init()
5521 for (mc = sc->sc_mixer_root; mc != NULL; mc = mc->next) { in uaudio_mixer_set()
5542 for (mc = sc->sc_mixer_root; mc; mc = mc->next) { in uaudio_mixer_setrecsrc()
/freebsd/sys/contrib/dev/athk/ath11k/
H A Ddp_rx.c4850 last->next = msdu; in ath11k_dp_rx_mon_mpdu_pop()
4883 last->next = NULL; in ath11k_dp_rx_mon_mpdu_pop()
4939 msdu = head_msdu->next; in ath11k_dp_rx_mon_merg_msdus()
4945 msdu = msdu->next; in ath11k_dp_rx_mon_merg_msdus()
4948 prev_buf->next = NULL; in ath11k_dp_rx_mon_merg_msdus()
4974 msdu = msdu->next; in ath11k_dp_rx_mon_merg_msdus()
5110 skb_next = mon_skb->next; in ath11k_dp_rx_mon_deliver()
5135 skb_next = mon_skb->next; in ath11k_dp_rx_mon_deliver()
5469 last->next = msdu; in ath11k_dp_rx_full_mon_mpdu_pop()
5493 last->next = NULL; in ath11k_dp_rx_full_mon_mpdu_pop()
[all …]
/freebsd/sys/dev/usb/wlan/
H A Dif_run.c1186 STAILQ_INSERT_TAIL(&pq->tx_fh, data, next); in run_setup_tx_list()
3168 STAILQ_INSERT_TAIL(&pq->tx_fh, data, next); in run_tx_free()
3204 STAILQ_REMOVE_HEAD(&pq->tx_qh, next); in run_bulk_tx_callbackN()
3501 STAILQ_REMOVE_HEAD(&sc->sc_epq[qid].tx_fh, next); in run_tx()
3567 STAILQ_INSERT_TAIL(&sc->sc_epq[qid].tx_qh, data, next); in run_tx()
3614 STAILQ_REMOVE_HEAD(&sc->sc_epq[0].tx_fh, next); in run_tx_mgt()
3635 STAILQ_INSERT_TAIL(&sc->sc_epq[0].tx_qh, data, next); in run_tx_mgt()
3677 STAILQ_REMOVE_HEAD(&sc->sc_epq[0].tx_fh, next); in run_sendprot()
3702 STAILQ_INSERT_TAIL(&sc->sc_epq[0].tx_qh, data, next); in run_sendprot()
3754 STAILQ_REMOVE_HEAD(&sc->sc_epq[0].tx_fh, next); in run_tx_param()
[all …]
/freebsd/sys/dts/powerpc/
H A Dp5020si.dtsi115 next-level-cache = <&L2_0>;
117 next-level-cache = <&cpc>;
123 next-level-cache = <&L2_1>;
125 next-level-cache = <&cpc>;
/freebsd/sys/geom/raid/
H A Dmd_promise.c350 next: in promise_meta_read()
422 goto next; in promise_meta_read()
441 next: in promise_meta_write()
485 goto next; in promise_meta_write()
/freebsd/sys/netinet/
H A Dtcp_log_buf.c1972 struct tcp_log_mem *log_entry, *next; in tcp_log_drain() local
2007 while ((next = STAILQ_NEXT(log_entry, tlm_queue)) != NULL) { in tcp_log_drain()
2009 tcp_log_entry_refcnt_rem(next); in tcp_log_drain()
2010 tcp_log_remove_log_cleanup(tp, next); in tcp_log_drain()
/freebsd/sys/dev/usb/
H A Dusb_device.c168 goto next; in usb_trigger_reprobe_on_off()
175 goto next; in usb_trigger_reprobe_on_off()
179 goto next; in usb_trigger_reprobe_on_off()
197 next: in usb_trigger_reprobe_on_off()
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/
H A Dmeson-axg.dtsi75 next-level-cache = <&l2>;
84 next-level-cache = <&l2>;
93 next-level-cache = <&l2>;
102 next-level-cache = <&l2>;
/freebsd/sys/contrib/device-tree/src/arm64/freescale/
H A Dimx8mm.dtsi74 next-level-cache = <&A53_L2>;
95 next-level-cache = <&A53_L2>;
114 next-level-cache = <&A53_L2>;
133 next-level-cache = <&A53_L2>;
/freebsd/contrib/tcsh/
H A Dsh.exec.c930 struct wordent *sp = lexp->next; in tellmewhat()
937 sp = lexp->next; in tellmewhat()
/freebsd/contrib/libucl/lua/
H A Dlua_ucl.c156 if ((flags & LUA_UCL_ALLOW_ARRAY) && obj->next != NULL) { in ucl_object_lua_push_object()
233 if ((flags & LUA_UCL_ALLOW_ARRAY) && obj->next != NULL) { in ucl_object_lua_push_scalar()
/freebsd/usr.sbin/ifmcstat/
H A Difmcstat.c351 goto next; in ifmcstat_kvm()
362 next: in ifmcstat_kvm()
/freebsd/lib/libc/gen/
H A Dfts-compat.c405 next: tmp = p; in __fts_read_44bsd()
428 goto next; in __fts_read_44bsd()
/freebsd/stand/i386/libi386/
H A Dvbe.c982 TAILQ_REMOVE(&res, rp, next); in vbe_modelist()
1140 TAILQ_REMOVE(&res, rp, next); in vbe_default_mode()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpressions.h589 SCEVUnknown *next) in SCEVUnknown() argument
590 : SCEV(ID, scUnknown, 1), CallbackVH(V), SE(se), Next(next) {} in SCEVUnknown()

1...<<101102103104105106107108109110>>...149