Searched refs:chunk_sz (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/procfs/
H A Dprocfs_list_basic.ksh82 for chunk_sz in {1,64,256,1024,4096}; do
83 dd if=$ZFS_DBGMSG bs=$chunk_sz | count_snap_cmds 20
/freebsd-current/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_gsupport.cpp586 // The "runtime" versions do not take a chunk_sz parameter.
602 int func(long lb, long ub, long str, long chunk_sz, long *p_lb, \
611 func) ": T#%d, lb 0x%lx, ub 0x%lx, str 0x%lx, chunk_sz 0x%lx\n", \
612 gtid, lb, ub, str, chunk_sz)); \
618 (str > 0) ? (ub - 1) : (ub + 1), str, chunk_sz, \
646 long chunk_sz = 0; \
651 (KMP_STR(func) ": T#%d, lb 0x%lx, ub 0x%lx, str 0x%lx, chunk_sz %d\n", \
652 gtid, lb, ub, str, chunk_sz)); \
658 (str > 0) ? (ub - 1) : (ub + 1), str, chunk_sz, \
757 bool func(unsigned ncounts, long *counts, long chunk_sz, lon
[all...]
/freebsd-current/sys/contrib/dev/iwlwifi/pcie/
H A Dtrans.c747 u32 offset, chunk_sz = min_t(u32, FH_MEM_TB_MAX_LENGTH, section->len); local
753 v_addr = dma_alloc_coherent(trans->dev, chunk_sz, &p_addr,
757 chunk_sz = PAGE_SIZE;
758 v_addr = dma_alloc_coherent(trans->dev, chunk_sz,
764 for (offset = 0; offset < section->len; offset += chunk_sz) {
768 copy_size = min_t(u32, chunk_sz, section->len - offset);
795 dma_free_coherent(trans->dev, chunk_sz, v_addr, p_addr);
/freebsd-current/sys/dev/iwm/
H A Dif_iwm.c2352 uint32_t offset, chunk_sz = MIN(IWM_FH_MEM_TB_MAX_LENGTH, section->len); local
2362 for (offset = 0; offset < section->len; offset += chunk_sz) {
2366 copy_size = MIN(chunk_sz, section->len - offset);

Completed in 120 milliseconds