Searched refs:nframes (Results 1 - 25 of 58) sorted by path

123

/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_cc.c828 uint32_t nframes = 0; local
838 nframes = dtp->dt_options[DTRACEOPT_JSTACKFRAMES];
848 nframes = dtp->dt_options[DTRACEOPT_USTACKFRAMES];
858 nframes = (uint32_t)arg0->dn_value;
877 ap->dtad_arg = DTRACE_USTACK_ARG(nframes, strsize);
/freebsd-11-stable/contrib/jemalloc/src/
H A Dprof.c314 int nframes; local
320 nframes = unw_backtrace(bt->vec, PROF_BT_MAX);
321 if (nframes <= 0)
323 bt->len = nframes;
/freebsd-11-stable/contrib/ntp/lib/isc/
H A Dassertions.c109 int i, nframes; local
114 result = isc_backtrace_gettrace(tracebuf, BACKTRACE_MAXFRAME, &nframes);
115 if (result == ISC_R_SUCCESS && nframes > 0)
123 for (i = 0; i < nframes; i++) {
H A Dbacktrace.c65 isc_backtrace_gettrace(void **addrs, int maxaddrs, int *nframes) { argument
72 if (addrs == NULL || nframes == NULL)
84 *nframes = n;
113 isc_backtrace_gettrace(void **addrs, int maxaddrs, int *nframes) { argument
117 if (addrs == NULL || nframes == NULL)
126 *nframes = arg.count;
165 isc_backtrace_gettrace(void **addrs, int maxaddrs, int *nframes) { argument
170 if (addrs == NULL || nframes == NULL)
196 *nframes = i;
202 isc_backtrace_gettrace(void **addrs, int maxaddrs, int *nframes) { argument
[all...]
/freebsd-11-stable/contrib/ntp/lib/isc/include/isc/
H A Dbacktrace.h66 isc_backtrace_gettrace(void **addrs, int maxaddrs, int *nframes);
70 * stack frame (addrs[0] is the caller of this function). *nframes will store
77 *\li 'nframes' must be non NULL.
/freebsd-11-stable/stand/usb/
H A Dusb_busdma_loader.c418 usb_frcount_t nframes; local
445 nframes = 1;
449 nframes = xfer->nframes;
484 info->dma_nframes = nframes;
491 while (--nframes > 0) {
492 xfer->frbuffers[nframes].isread = isread;
493 xfer->frbuffers[nframes].page_start = pg;
495 pg += (xfer->frlengths[nframes] / USB_PAGE_SIZE);
514 nframes
567 usb_frcount_t nframes; local
600 usb_frcount_t nframes; local
[all...]
/freebsd-11-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_xmit_ds.c372 HAL_BOOL comp_wastedt, u_int8_t nbad, u_int8_t nframes )
430 airtime += nbad?((lastrate_dur*nbad) / nframes):0;
H A Dar9300desc.h526 HAL_BOOL comp_wastedt, u_int8_t nbad, u_int8_t nframes);
/freebsd-11-stable/sys/dev/ath/ath_rate/amrr/
H A Damrr.c160 int frame_size, int nframes, int nbad)
158 ath_rate_tx_complete(struct ath_softc *sc, struct ath_node *an, const struct ath_rc_series *rc, const struct ath_tx_status *ts, int frame_size, int nframes, int nbad) argument
/freebsd-11-stable/sys/dev/ath/ath_rate/onoe/
H A Donoe.c167 int frame_size, int nframes, int nbad)
165 ath_rate_tx_complete(struct ath_softc *sc, struct ath_node *an, const struct ath_rc_series *rc, const struct ath_tx_status *ts, int frame_size, int nframes, int nbad) argument
/freebsd-11-stable/sys/dev/ath/ath_rate/sample/
H A Dsample.c720 int nframes, int nbad)
766 sn->stats[size_bin][rix0].average_tx_time = (tt+(avg_tx*packets))/(packets+nframes);
779 if (nframes == nbad) {
794 sn->stats[y][rix0].total_packets += nframes;
798 sn->stats[size_bin][rix0].packets_acked += (nframes - nbad);
803 sn->stats[size_bin][rix0].total_packets += nframes;
808 if (nframes == 0)
809 nframes = nbad = 1;
810 pct = ((nframes - nbad) * 1000) / nframes;
713 update_stats(struct ath_softc *sc, struct ath_node *an, int frame_size, int rix0, int tries0, int rix1, int tries1, int rix2, int tries2, int rix3, int tries3, int short_tries, int tries, int status, int nframes, int nbad) argument
854 ath_rate_tx_complete(struct ath_softc *sc, struct ath_node *an, const struct ath_rc_series *rc, const struct ath_tx_status *ts, int frame_size, int nframes, int nbad) argument
[all...]
/freebsd-11-stable/sys/dev/ath/
H A Dif_ath.c4180 int nframes, int nbad)
4193 ath_rate_tx_complete(sc, an, rc, ts, frmlen, nframes, nbad);
4178 ath_tx_update_ratectrl(struct ath_softc *sc, struct ieee80211_node *ni, struct ath_rc_series *rc, struct ath_tx_status *ts, int frmlen, int nframes, int nbad) argument
H A Dif_ath_alq.h119 uint32_t nframes; member in struct:if_ath_alq_tx_fifo_push
H A Dif_ath_misc.h64 struct ath_tx_status *ts, int frmlen, int nframes, int nbad);
H A Dif_ath_tx_edma.c143 ath_tx_alq_edma_push(struct ath_softc *sc, int txq, int nframes, argument
149 aq.nframes = htobe32(nframes);
H A Dif_ath_tx_ht.c739 int nframes = 0; local
798 if (nframes &&
810 if (nframes &&
821 if ((nframes + prev_frames) >= MIN((h_baw),
876 nframes ++;
936 bf_first->bf_state.bfs_nframes = nframes;
H A Dif_athrate.h149 * For A-MPDU frames, nframes and nbad indicate how many frames
155 int pktlen, int nframes, int nbad);
/freebsd-11-stable/sys/dev/hwpmc/
H A Dhwpmc_mips.c747 pmc_save_kernel_callchain(uintptr_t *cc, int nframes, argument
764 if (frames >= nframes)
778 pmc_save_user_callchain(uintptr_t *cc, int nframes, argument
796 if (frames >= nframes)
H A Dhwpmc_x86.c78 pmc_save_user_callchain(uintptr_t *cc, int nframes, struct trapframe *tf) argument
113 for (; n < nframes;) {
158 pmc_save_kernel_callchain(uintptr_t *cc, int nframes, struct trapframe *tf) argument
176 if (nframes <= 1)
221 for (n = 1; n < nframes; n++) {
/freebsd-11-stable/sys/dev/ie/
H A Dif_ie.c282 sc->nframes = factor * NFRAMES;
290 allocsize = sizeof(void *) * (sc->nframes
301 (volatile struct ie_recv_buf_desc **)&sc->rframes[sc->nframes];
458 i = (i + 1) % sc->nframes;
854 sc->rftail = (sc->rftail + 1) % sc->nframes;
855 sc->rfhead = (sc->rfhead + 1) % sc->nframes;
1279 for (i = 0; i < sc->nframes; i++) {
1288 for (i = 0; i < sc->nframes; i++) {
1290 MK_16(MEM(sc), sc->rframes[(i + 1) % sc->nframes]);
1294 sc->rframes[sc->nframes
[all...]
H A Dif_ievar.h51 int nframes; member in struct:ie_softc
56 volatile struct ie_recv_frame_desc **rframes; /* nframes worth */
/freebsd-11-stable/sys/dev/iwn/
H A Dif_iwnreg.h1361 uint8_t nframes; member in struct:iwn4965_tx_stat
1373 uint8_t nframes; /* 1 no aggregation, >1 aggregation */ member in struct:iwn5000_tx_stat
/freebsd-11-stable/sys/dev/rt/
H A Dif_rt.c1823 int error, nsegs, len, nframes; local
1828 nframes = 0;
1860 nframes++;
1960 RT_DPRINTF(sc, RT_DEBUG_RX, "Rx eof: nframes=%d\n", nframes);
1962 sc->rx_packets += nframes;
1978 int ndescs, nframes; local
1983 nframes = 0;
1999 nframes++;
2033 "Tx eof: qid=%d, ndescs=%d, nframes
[all...]
/freebsd-11-stable/sys/dev/usb/controller/
H A Dat91dci.c943 if (xfer->nframes == 1) {
956 if (x != xfer->nframes) {
970 while (x != xfer->nframes) {
978 if (x == xfer->nframes) {
1139 if (xfer->aframes != xfer->nframes) {
1214 while (xfer->aframes != xfer->nframes) {
1669 uint32_t nframes; local
1671 DPRINTFN(6, "xfer=%p next=%d nframes=%d\n",
1672 xfer, xfer->endpoint->isoc_next, xfer->nframes);
1676 nframes
[all...]
H A Datmegadci.c824 if (xfer->nframes == 1) {
837 if (x != xfer->nframes) {
851 while (x != xfer->nframes) {
859 if (x == xfer->nframes) {
994 if (xfer->aframes != xfer->nframes) {
1069 while (xfer->aframes != xfer->nframes) {
1443 uint32_t nframes; local
1445 DPRINTFN(6, "xfer=%p next=%d nframes=%d\n",
1446 xfer, xfer->endpoint->isoc_next, xfer->nframes);
1450 nframes
[all...]

Completed in 437 milliseconds

123