Home
last modified time | relevance | path

Searched refs:DIV_ROUND_UP (Results 1 – 25 of 28) sorted by relevance

12

/include/linux/
A Drcu_node_tree.h64 # define NUM_RCU_LVL_1 DIV_ROUND_UP(NR_CPUS, RCU_FANOUT_1)
72 # define NUM_RCU_LVL_1 DIV_ROUND_UP(NR_CPUS, RCU_FANOUT_2)
73 # define NUM_RCU_LVL_2 DIV_ROUND_UP(NR_CPUS, RCU_FANOUT_1)
81 # define NUM_RCU_LVL_1 DIV_ROUND_UP(NR_CPUS, RCU_FANOUT_3)
82 # define NUM_RCU_LVL_2 DIV_ROUND_UP(NR_CPUS, RCU_FANOUT_2)
83 # define NUM_RCU_LVL_3 DIV_ROUND_UP(NR_CPUS, RCU_FANOUT_1)
A Ddelay.h52 udelay(DIV_ROUND_UP(x, 1000)); in ndelay()
134 msleep(DIV_ROUND_UP(usecs, USEC_PER_MSEC)); in fsleep()
A Dbase64.h11 #define BASE64_CHARS(nbytes) DIV_ROUND_UP((nbytes) * 4, 3)
A Dascii85.h19 return DIV_ROUND_UP(len, 4); in ascii85_encode_len()
A Diommu-helper.h41 return DIV_ROUND_UP(size, io_page_size); in iommu_num_pages()
A Dmath.h49 #define DIV_ROUND_UP __KERNEL_DIV_ROUND_UP macro
60 # define DIV_ROUND_UP_SECTOR_T(ll,d) DIV_ROUND_UP(ll,d)
A Dethtool_netlink.h11 DIV_ROUND_UP(__ETHTOOL_LINK_MODE_MASK_NBITS, 32)
A Dradix-tree.h71 #define RADIX_TREE_MAX_PATH (DIV_ROUND_UP(RADIX_TREE_INDEX_BITS, \
A Dgeneric-radix-tree.h57 DIV_ROUND_UP(BITS_PER_LONG - GENRADIX_NODE_SHIFT, GENRADIX_ARY_SHIFT)
A Dtcp.h91 __le64 val[DIV_ROUND_UP(TCP_FASTOPEN_COOKIE_MAX, sizeof(u64))];
A Dnfs4.h829 DIV_ROUND_UP(LAST_NFS4_OP, 8 * sizeof(unsigned long))
A Dbio.h433 return DIV_ROUND_UP(offset_in_page(kaddr) + len, PAGE_SIZE); in bio_add_max_vecs()
A Djbd2.h1797 DIV_ROUND_UP(handle->h_revoke_credits_requested, in jbd2_handle_buffer_credits()
A Dhid.h1227 return DIV_ROUND_UP(report->size, 8) + (report->id > 0); in hid_report_len()
A Dcompat.h953 #define BITS_TO_COMPAT_LONGS(bits) DIV_ROUND_UP(bits, BITS_PER_COMPAT_LONG)
A Dmmzone.h1919 #define NR_SECTION_ROOTS DIV_ROUND_UP(NR_MEM_SECTIONS, SECTIONS_PER_ROOT)
/include/asm-generic/
A Ddelay.h22 #define UDELAY_CONST_MULT ((unsigned long)DIV_ROUND_UP(1ULL << 32, USEC_PER_SEC))
23 #define NDELAY_CONST_MULT ((unsigned long)DIV_ROUND_UP(1ULL << 32, NSEC_PER_SEC))
/include/drm/
A Ddrm_fourcc.h282 return DIV_ROUND_UP(width, info->hsub); in drm_format_info_plane_width()
304 return DIV_ROUND_UP(height, info->vsub); in drm_format_info_plane_height()
/include/linux/can/
A Dlength.h241 DIV_ROUND_UP(can_frame_bits(is_fd, is_eff, bitstuffing, \
/include/crypto/internal/
A Decc.h37 #define ECC_MAX_DIGITS DIV_ROUND_UP(521, 64) /* NIST P521 */
/include/linux/gpio/
A Dgpio-nomadik.h13 #define NMK_MAX_BANKS DIV_ROUND_UP(512, NMK_GPIO_PER_CHIP)
/include/linux/sunrpc/
A Dsvc.h169 return DIV_ROUND_UP(serv->sv_max_mesg, PAGE_SIZE) + 2 + 1; in svc_serv_maxpages()
/include/linux/qed/
A Dqed_chain.h176 DIV_ROUND_UP((elem_cnt), \
/include/linux/usb/
A Dhcd.h643 #define NS_TO_US(ns) DIV_ROUND_UP(ns, 1000L)
/include/linux/mtd/
A Drawnand.h770 DIV_ROUND_UP(dividend, divisor) : \

Completed in 62 milliseconds

12