Searched refs:maploads_mbuf (Results 1 - 2 of 2) sorted by last modified time

/freebsd-11-stable/sys/arm/arm/
H A Dbusdma_machdep-v6.c142 static counter_u64_t maploads_mbuf; variable
164 SYSCTL_COUNTER_U64(_hw_busdma, OID_AUTO, maploads_mbuf, CTLFLAG_RD,
165 &maploads_mbuf, "Number of load operations for mbufs");
224 maploads_mbuf = counter_u64_alloc(M_WAITOK);
1105 counter_u64_add(maploads_mbuf, 1);
H A Dbusdma_machdep-v4.c165 static counter_u64_t maploads_mbuf; variable
187 SYSCTL_COUNTER_U64(_hw_busdma, OID_AUTO, maploads_mbuf, CTLFLAG_RD,
188 &maploads_mbuf, "Number of load operations for mbufs");
246 maploads_mbuf = counter_u64_alloc(M_WAITOK);
1054 counter_u64_add(maploads_mbuf, 1);

Completed in 74 milliseconds