Symbol: DIV_ROUND_UP
usr/src/uts/common/fs/zfs/spa_log_spacemap.c
320
return ((steps > 0) ? DIV_ROUND_UP(sum, steps) : 0);
usr/src/uts/common/fs/zfs/spa_log_spacemap.c
387
DIV_ROUND_UP(spa_log_sm_blocklimit(spa),
usr/src/uts/common/fs/zfs/spa_log_spacemap.c
685
DIV_ROUND_UP(total_flushes, txgs_in_future));
usr/src/uts/common/fs/zfs/space_map.c
1082
return (DIV_ROUND_UP(space_map_length(sm), sm->sm_blksz));
usr/src/uts/common/fs/zfs/sys/spa_log_spacemap.h
32
#ifndef DIV_ROUND_UP
usr/src/uts/common/io/arn/arn_beacon.c
300
bs.bs_bmissthreshold = DIV_ROUND_UP(conf.bmiss_timeout, intval);
usr/src/uts/common/io/arn/arn_hw.c
191
numSymbols = DIV_ROUND_UP(numBits, bitsPerSymbol);
usr/src/uts/common/io/arn/arn_hw.c
199
numSymbols = DIV_ROUND_UP(numBits, bitsPerSymbol);
usr/src/uts/common/io/arn/arn_hw.c
206
numSymbols = DIV_ROUND_UP(numBits, bitsPerSymbol);
usr/src/uts/common/io/cxgbe/common/t4_hw.c
11453
i = DIV_ROUND_UP(FLASH_CFG_MAX_SIZE, /* # of sectors spanned */
usr/src/uts/common/io/cxgbe/common/t4_hw.c
11719
i = DIV_ROUND_UP(size ? size : FLASH_FW_START,
usr/src/uts/common/io/cxgbe/common/t4_hw.c
11855
i = DIV_ROUND_UP(FLASH_BOOTCFG_MAX_SIZE,/* # of sectors spanned */
usr/src/uts/common/io/cxgbe/common/t4_hw.c
3762
u32 exprom_header_buf[DIV_ROUND_UP(sizeof(struct exprom_header),
usr/src/uts/common/io/cxgbe/common/t4_hw.c
4325
i = DIV_ROUND_UP(size, sf_sec_size); /* # of sectors spanned */
usr/src/uts/common/io/cxgbe/common/t4_hw.c
8434
size_t len16 = DIV_ROUND_UP(offsetof(struct fw_vi_mac_cmd,
usr/src/uts/common/io/cxgbe/common/t4_hw.c
8609
size_t len16 = DIV_ROUND_UP(offsetof(struct fw_vi_mac_cmd,
usr/src/uts/common/io/cxgbe/t4nex/cudbg_flash_utils.c
272
i = DIV_ROUND_UP(size,/* # of sectors spanned */
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_chain.h
192
DIV_ROUND_UP(elem_cnt, USABLE_ELEMS_PER_PAGE(elem_size, mode))
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_cxt.c
1092
lines = DIV_ROUND_UP(sz_left, p_blk->real_size_in_page) -
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_cxt.c
1202
size = MAP_WORD_SIZE * DIV_ROUND_UP(cid_count, BITS_PER_MAP_WORD);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_cxt.c
1373
len = DIV_ROUND_UP(p_map->max_count,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_cxt.c
1384
len = DIV_ROUND_UP(p_map->max_count,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_cxt.c
2330
total_lines = DIV_ROUND_UP(p_fl_seg->total_size,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_cxt.c
2624
total_lines = DIV_ROUND_UP(p_seg->total_size,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_cxt.c
558
*p_line += DIV_ROUND_UP(p_blk->total_size, p_blk->real_size_in_page);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_cxt.c
963
p_mngr->t2_num_pages = DIV_ROUND_UP(total_size, psz);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
370
#define CEIL_DWORDS(size) DIV_ROUND_UP(size, 32)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
4593
trace_data_size_dwords = DIV_ROUND_UP(trace_data_size_bytes + sizeof(struct mcp_trace), BYTES_IN_DWORD);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
1138
tc_headroom_blocks = (u32)DIV_ROUND_UP(req->headroom_per_tc, BRB_BLOCK_SIZE);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
1139
min_pkt_size_blocks = (u32)DIV_ROUND_UP(req->min_pkt_size, BRB_BLOCK_SIZE);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
1156
tc_guaranteed_blocks = (u32)DIV_ROUND_UP(req->guranteed_per_tc, BRB_BLOCK_SIZE);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
60
#define QM_PQ_MEM_4KB(pq_size) (pq_size ? DIV_ROUND_UP((pq_size + 1) * QM_PQ_ELEMENT_SIZE, 0x1000) : 0)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
61
#define QM_PQ_SIZE_256B(pq_size) (pq_size ? DIV_ROUND_UP(pq_size, 0x100) - 1 : 0)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp.c
3936
DIV_ROUND_UP(p_params->retry_interval,