Searched refs:copy_sz (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dlog_sysevent.c1820 int ret, copy_sz; local
1825 copy_sz = ev_size + offsetof(log_eventq_t, arg) +
1827 qcopy = kmem_zalloc(copy_sz, KM_SLEEP);
1834 kmem_free(qcopy, copy_sz);
/illumos-gate/usr/src/uts/sun4u/opl/io/
H A Ddrmach.c3426 size_t c_size, copy_sz, sz; local
3761 copy_sz = sz/active_cpus;
3762 copy_sz = roundup(copy_sz, MMU_PAGESIZE4M);
3764 while (sz > copy_sz*active_cpus) {
3765 copy_sz += MMU_PAGESIZE4M;
3769 prog->data->copy_delay = ((copy_sz / min_copy_size_per_sec) + 2) *
3781 sz = copy_sz;

Completed in 71 milliseconds