Home
last modified time | relevance | path

Searched refs:bytes_total (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.1.9/bsd/nfs/
H A Dnfs_syscalls.c1480 uint bytes_total, recs_copied, pos; in nfssvc_userstats() local
1502 bytes_total = sizeof(struct nfs_user_stat_desc); in nfssvc_userstats()
1548 bytes_total += sizeof(struct nfs_user_stat_path_rec); in nfssvc_userstats()
1583 bytes_total += sizeof(struct nfs_user_stat_user_rec); in nfssvc_userstats()
1607 if (!error && newlenp && newlen >= sizeof(bytes_total)) { in nfssvc_userstats()
1608 error = copyout(&bytes_total, newlenp, sizeof(bytes_total)); in nfssvc_userstats()
/xnu-12377.1.9/osfmk/vm/
H A Dvm_compressor.c489 uint64_t bytes_total = VM_PAGE_COMPRESSOR_COUNT * PAGE_SIZE_64; in vm_compressor_needs_to_minor_compact() local
490 uint64_t bytes_frag = bytes_total - bytes_used; in vm_compressor_needs_to_minor_compact()
492 bytes_total * vm_compressor_minor_fragmentation_threshold_pct / 100; in vm_compressor_needs_to_minor_compact()