| /xnu-11215/bsd/skywalk/channel/ |
| H A D | channel_ring.c | 226 uint32_t byte_count) in kr_update_user_stats() argument 296 uint32_t byte_count) in kr_update_stats() argument 505 *byte_count += kqum->qum_len; in kr_txprologue() 596 *byte_count += kqum->qum_len; in kr_txprologue_upp() 664 uint32_t byte_count = 0; in kr_txsync_prologue() local 923 *byte_count += usd->sd_len; in kr_rxprologue_upp() 988 uint32_t byte_count = 0; in kr_rxsync_prologue() local 1280 uint32_t byte_count = 0; in kr_rxfinalize() local 1293 byte_count += kqum->qum_len; in kr_rxfinalize() 1329 uint32_t byte_count = 0; in kr_rxfinalize_upp() local [all …]
|
| H A D | channel_var.h | 873 uint32_t slot_count, uint32_t byte_count);
|
| /xnu-11215/osfmk/arm64/ |
| H A D | WKdmCompress_4k.s | 186 #define byte_count x3 macro 266 sub byte_count, byte_count, #(12+256*scale) // bit_count - header - tags 292 add byte_budget, byte_count, #(12+256*scale) // remember the byte budget 330 subs byte_count, byte_count, #4 // byte_count -= 4 383 subs byte_count, byte_count, rax 430 subs byte_count, byte_count, #4 // byte_count -= 4 442 subs byte_count, byte_count, #4 // byte_count -= 4
|
| H A D | WKdmCompress_16k.s | 188 #define byte_count x3 macro 268 sub byte_count, byte_count, #(12+256*scale) // bit_count - header - tags 294 add byte_budget, byte_count, #(12+256*scale) // remember the byte budget 332 subs byte_count, byte_count, #4 // byte_count -= 4 385 subs byte_count, byte_count, rax 432 subs byte_count, byte_count, #4 // byte_count -= 4 444 subs byte_count, byte_count, #4 // byte_count -= 4
|
| /xnu-11215/osfmk/x86_64/ |
| H A D | WKdmCompress_new.s | 206 #define byte_count %r9d macro 220 movl %ecx, byte_count 221 subl $(12+256), byte_count // header + tags 287 subl $4, byte_count // fill in a new 4-bytes word 333 subl %eax, byte_count // 404 subl $4, byte_count // fill in a new 4-bytes word 419 subl $4, byte_count // fill in a new 4-bytes word
|
| /xnu-11215/bsd/skywalk/nexus/netif/ |
| H A D | nx_netif_compat.c | 886 uint32_t byte_count = 0; in nx_netif_compat_na_txsync() local 939 byte_count += sd->sd_pkt->pkt_length; in nx_netif_compat_na_txsync() 988 kr_update_stats(kring, slot_count, byte_count); in nx_netif_compat_na_txsync() 1283 uint32_t byte_count = 0; in nx_netif_compat_na_rxsync() local 1479 byte_count += mlen; in nx_netif_compat_na_rxsync() 1491 kr_update_stats(kring, npkts, byte_count); in nx_netif_compat_na_rxsync()
|
| H A D | nx_netif_vp.c | 493 uint32_t pkt_count = 0, byte_count = 0; in netif_vp_send_pkt_chain_low_latency() local 524 nif->nif_nx, drvq->nq_ctx, &ph, &pkt_count, &byte_count); in netif_vp_send_pkt_chain_low_latency() 528 uint32_t, pkt_count, uint32_t, byte_count); in netif_vp_send_pkt_chain_low_latency() 530 kern_netif_increment_queue_stats(drvq, pkt_count, byte_count); in netif_vp_send_pkt_chain_low_latency()
|
| H A D | nx_netif.c | 4402 uint32_t pkt_count, uint32_t byte_count) argument 4408 os_atomic_add(&ifp->if_data.ifi_obytes, byte_count, relaxed); 4411 os_atomic_add(&ifp->if_data.ifi_ibytes, byte_count, relaxed); 4431 stats->nq_total_bytes += byte_count; 4473 queue->nq_accumulated_bytes += byte_count;
|
| /xnu-11215/tools/lldbmacros/ |
| H A D | pmap.py | 72 byte_count = struct.unpack("<I", struct.pack(">I", bits // 8))[0] 73 packet = "{0:016x}{1:08x}{2:04x}".format(addr_for_kdp, byte_count, 0x0) 151 byte_count = struct.unpack("<I", struct.pack(">I", bits // 8))[0] 168 packet = "{0:016x}{1:08x}{2:04x}{3:016x}".format(addr_for_kdp, byte_count, 0x0, data_val)
|
| /xnu-11215/osfmk/i386/ |
| H A D | pcb.c | 1801 size_t byte_count = (src_state->insn_stream_valid_bytes > x86_INSTRUCTION_STATE_MAX_INSN_BYTES) in machine_thread_get_state() local 1803 if (byte_count > 0) { in machine_thread_get_state() 1804 bcopy(src_state->insn_bytes, state->insn_bytes, byte_count); in machine_thread_get_state() 1807 state->insn_stream_valid_bytes = byte_count; in machine_thread_get_state()
|
| /xnu-11215/bsd/skywalk/nexus/upipe/ |
| H A D | nx_user_pipe.c | 857 uint32_t byte_count = 0; in nx_upipe_na_txsync_locked() local 935 byte_count += kqum->qum_len; in nx_upipe_na_txsync_locked() 952 kr_update_stats(rxkring, sent, byte_count); in nx_upipe_na_txsync_locked()
|
| /xnu-11215/bsd/skywalk/nexus/ |
| H A D | os_nexus.h | 873 uint32_t *pkt_count, uint32_t *byte_count);
|
| /xnu-11215/bsd/netkey/ |
| H A D | key.c | 9865 size_t byte_count) in key_sa_recordxfer() argument 9879 sav->lft_c->sadb_lifetime_bytes += byte_count; in key_sa_recordxfer()
|
| /xnu-11215/osfmk/vm/ |
| H A D | vm_map.c | 21854 ledger_amount_t byte_count = 0; in vm_map_disconnect_page_mappings() local 21878 ledger_get_balance(map->pmap->ledger, task_ledgers.phys_mem, &byte_count); in vm_map_disconnect_page_mappings() 21895 return (int) (byte_count / VM_MAP_PAGE_SIZE(map)); in vm_map_disconnect_page_mappings()
|