Home
last modified time | relevance | path

Searched refs:n_bytes (Results 1 – 6 of 6) sorted by relevance

/xnu-8020.121.3/bsd/dev/vn/
H A Dshadow.c158 uint64_t n_bytes; in bitmap_set() local
169 n_bytes = end.byte - start.byte; in bitmap_set()
171 while (n_bytes >= (sizeof(uint32_t))) { in bitmap_set()
174 n_bytes -= sizeof(uint32_t); in bitmap_set()
176 if (n_bytes >= sizeof(u_short)) { in bitmap_set()
179 n_bytes -= sizeof(u_short); in bitmap_set()
181 if (n_bytes == 1) { in bitmap_set()
184 n_bytes = 0; in bitmap_set()
225 uint64_t n_bytes; in bitmap_get() local
244 n_bytes = end.byte - start.byte; in bitmap_get()
[all …]
/xnu-8020.121.3/osfmk/arm/
H A DWKdmDecompress_new.s102 #define n_bytes r8 macro
132 mov n_bytes, r3 // save the n_bytes passed as function args
161 cmp r12, n_bytes // finished processing all the bytes?
/xnu-8020.121.3/bsd/skywalk/nexus/flowswitch/
H A Dfsw_dp.c793 uint32_t n_pkts_max, struct pktq *pktq, uint32_t *n_bytes) in fsw_ring_dequeue_pktq() argument
803 *n_bytes = 0; in fsw_ring_dequeue_pktq()
822 *n_bytes += pkt->pkt_length; in fsw_ring_dequeue_pktq()
839 uint32_t n, n_pkts = 0, n_bytes = 0; in fsw_ring_enqueue_pktq() local
855 n_bytes += pkt->pkt_length; in fsw_ring_enqueue_pktq()
864 kr_update_stats(r, n_pkts, n_bytes); in fsw_ring_enqueue_pktq()
1780 uint32_t n_bytes = 0, n_pkts = 0; in fsw_devna_rx() local
1801 n_bytes += pkt->pkt_length; in fsw_devna_rx()
1817 total_bytes += n_bytes; in fsw_devna_rx()
1819 n_bytes = 0; in fsw_devna_rx()
[all …]
/xnu-8020.121.3/osfmk/arm64/
H A DWKdmDecompress_16k.s104 #define n_bytes x3 macro
171 cmp r12, n_bytes // finished processing all the bytes?
H A DWKdmDecompress_4k.s104 #define n_bytes x3 macro
171 cmp r12, n_bytes // finished processing all the bytes?
/xnu-8020.121.3/bsd/skywalk/nexus/netif/
H A Dnx_netif_gso.c249 uint32_t n, n_pkts, n_bytes; in netif_gso_tcp_segment_mbuf() local
371 n_bytes = total_len + (state->hlen * (n_pkts - 1)); in netif_gso_tcp_segment_mbuf()
374 n_pkts, n_bytes); in netif_gso_tcp_segment_mbuf()