Searched refs:DIV_ROUND_UP (Results 1 – 25 of 28) sorted by relevance
12
| /include/linux/ |
| A D | rcu_node_tree.h | 64 # 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 D | delay.h | 52 udelay(DIV_ROUND_UP(x, 1000)); in ndelay() 134 msleep(DIV_ROUND_UP(usecs, USEC_PER_MSEC)); in fsleep()
|
| A D | base64.h | 11 #define BASE64_CHARS(nbytes) DIV_ROUND_UP((nbytes) * 4, 3)
|
| A D | ascii85.h | 19 return DIV_ROUND_UP(len, 4); in ascii85_encode_len()
|
| A D | iommu-helper.h | 41 return DIV_ROUND_UP(size, io_page_size); in iommu_num_pages()
|
| A D | math.h | 49 #define DIV_ROUND_UP __KERNEL_DIV_ROUND_UP macro 60 # define DIV_ROUND_UP_SECTOR_T(ll,d) DIV_ROUND_UP(ll,d)
|
| A D | ethtool_netlink.h | 11 DIV_ROUND_UP(__ETHTOOL_LINK_MODE_MASK_NBITS, 32)
|
| A D | radix-tree.h | 71 #define RADIX_TREE_MAX_PATH (DIV_ROUND_UP(RADIX_TREE_INDEX_BITS, \
|
| A D | generic-radix-tree.h | 57 DIV_ROUND_UP(BITS_PER_LONG - GENRADIX_NODE_SHIFT, GENRADIX_ARY_SHIFT)
|
| A D | tcp.h | 91 __le64 val[DIV_ROUND_UP(TCP_FASTOPEN_COOKIE_MAX, sizeof(u64))];
|
| A D | nfs4.h | 829 DIV_ROUND_UP(LAST_NFS4_OP, 8 * sizeof(unsigned long))
|
| A D | bio.h | 433 return DIV_ROUND_UP(offset_in_page(kaddr) + len, PAGE_SIZE); in bio_add_max_vecs()
|
| A D | jbd2.h | 1797 DIV_ROUND_UP(handle->h_revoke_credits_requested, in jbd2_handle_buffer_credits()
|
| A D | hid.h | 1227 return DIV_ROUND_UP(report->size, 8) + (report->id > 0); in hid_report_len()
|
| A D | compat.h | 953 #define BITS_TO_COMPAT_LONGS(bits) DIV_ROUND_UP(bits, BITS_PER_COMPAT_LONG)
|
| A D | mmzone.h | 1919 #define NR_SECTION_ROOTS DIV_ROUND_UP(NR_MEM_SECTIONS, SECTIONS_PER_ROOT)
|
| /include/asm-generic/ |
| A D | delay.h | 22 #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 D | drm_fourcc.h | 282 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 D | length.h | 241 DIV_ROUND_UP(can_frame_bits(is_fd, is_eff, bitstuffing, \
|
| /include/crypto/internal/ |
| A D | ecc.h | 37 #define ECC_MAX_DIGITS DIV_ROUND_UP(521, 64) /* NIST P521 */
|
| /include/linux/gpio/ |
| A D | gpio-nomadik.h | 13 #define NMK_MAX_BANKS DIV_ROUND_UP(512, NMK_GPIO_PER_CHIP)
|
| /include/linux/sunrpc/ |
| A D | svc.h | 169 return DIV_ROUND_UP(serv->sv_max_mesg, PAGE_SIZE) + 2 + 1; in svc_serv_maxpages()
|
| /include/linux/qed/ |
| A D | qed_chain.h | 176 DIV_ROUND_UP((elem_cnt), \
|
| /include/linux/usb/ |
| A D | hcd.h | 643 #define NS_TO_US(ns) DIV_ROUND_UP(ns, 1000L)
|
| /include/linux/mtd/ |
| A D | rawnand.h | 770 DIV_ROUND_UP(dividend, divisor) : \
|
Completed in 62 milliseconds
12