DIV_ROUND_UP 241 fs/bio-integrity.c DIV_ROUND_UP(len, bi->tag_size)); DIV_ROUND_UP 1447 fs/compat.c nr = DIV_ROUND_UP(nr, __COMPAT_NFDBITS); DIV_ROUND_UP 1481 fs/compat.c nr = DIV_ROUND_UP(nr, __COMPAT_NFDBITS); DIV_ROUND_UP 1608 fs/compat.c timeout = DIV_ROUND_UP(tv.tv_usec, 1000000/HZ); DIV_ROUND_UP 1676 fs/compat.c timeout = DIV_ROUND_UP(ts.tv_nsec, 1000000000/HZ); DIV_ROUND_UP 1772 fs/compat.c timeout = DIV_ROUND_UP(ts.tv_nsec, 1000000000/HZ); DIV_ROUND_UP 1249 fs/gfs2/bmap.c *data_blocks = DIV_ROUND_UP(len, sdp->sd_jbsize) + 2; DIV_ROUND_UP 1257 fs/gfs2/bmap.c tmp = DIV_ROUND_UP(tmp, sdp->sd_inptrs); DIV_ROUND_UP 1911 fs/gfs2/dir.c rg_blocks + (DIV_ROUND_UP(size, sdp->sd_jbsize) + 1) + DIV_ROUND_UP 446 fs/gfs2/eattr.c unsigned int nptrs = DIV_ROUND_UP(amount, sdp->sd_jbsize); DIV_ROUND_UP 639 fs/gfs2/eattr.c ea->ea_num_ptrs = DIV_ROUND_UP(er->er_data_len, sdp->sd_jbsize); DIV_ROUND_UP 766 fs/gfs2/eattr.c blks += DIV_ROUND_UP(er->er_data_len, jbsize); DIV_ROUND_UP 917 fs/gfs2/eattr.c blks = 2 + DIV_ROUND_UP(es->es_er->er_data_len, DIV_ROUND_UP 1021 fs/gfs2/eattr.c blks += DIV_ROUND_UP(er->er_data_len, GFS2_SB(&ip->i_inode)->sd_jbsize); DIV_ROUND_UP 1204 fs/gfs2/eattr.c unsigned int nptrs = DIV_ROUND_UP(amount, sdp->sd_jbsize); DIV_ROUND_UP 32 fs/gfs2/eattr.h sizeof(__be64) * DIV_ROUND_UP((er)->er_data_len, (sdp)->sd_jbsize), 8) DIV_ROUND_UP 59 fs/gfs2/log.c blks += DIV_ROUND_UP(nstruct - first, second); DIV_ROUND_UP 350 fs/gfs2/ops_fstype.c hash_blocks = DIV_ROUND_UP(sizeof(u64) * (1 << GFS2_DIR_MAX_DEPTH), DIV_ROUND_UP 355 fs/gfs2/ops_fstype.c tmp_blocks = DIV_ROUND_UP(tmp_blocks, sdp->sd_inptrs); DIV_ROUND_UP 1116 fs/gfs2/quota.c sdp->sd_quota_chunks = DIV_ROUND_UP(sdp->sd_quota_slots, 8 * PAGE_SIZE); DIV_ROUND_UP 554 fs/gfs2/recovery.c t = DIV_ROUND_UP(jiffies - t, HZ); DIV_ROUND_UP 77 fs/jfs/jfs_dtree.h #define NDTINTERNAL(klen) (DIV_ROUND_UP((4 + (klen)), 15)) DIV_ROUND_UP 136 fs/jfs/jfs_dtree.h #define NDTLEAF_LEGACY(klen) (DIV_ROUND_UP((2 + (klen)), 15)) DIV_ROUND_UP 175 fs/jfs/resize.c t32 = DIV_ROUND_UP(t64, BITSPERPAGE) + 1 + 50; DIV_ROUND_UP 1997 fs/nfsd/vfs.c nperbucket = DIV_ROUND_UP(cache_size, RAPARM_HASH_SIZE); DIV_ROUND_UP 302 fs/omfs/inode.c bitmap_size = DIV_ROUND_UP(sbi->s_num_blocks, 8); DIV_ROUND_UP 303 fs/omfs/inode.c array_size = DIV_ROUND_UP(bitmap_size, sb->s_blocksize); DIV_ROUND_UP 395 fs/select.c timeout = DIV_ROUND_UP(tv.tv_usec, USEC_PER_SEC/HZ); DIV_ROUND_UP 450 fs/select.c timeout = DIV_ROUND_UP(ts.tv_nsec, NSEC_PER_SEC/HZ); DIV_ROUND_UP 781 fs/select.c timeout = DIV_ROUND_UP(ts.tv_nsec, NSEC_PER_SEC/HZ); DIV_ROUND_UP 62 fs/ubifs/lpt.c max_pnode_cnt = DIV_ROUND_UP(n, UBIFS_LPT_FANOUT); DIV_ROUND_UP 71 fs/ubifs/lpt.c c->pnode_cnt = DIV_ROUND_UP(c->main_lebs, UBIFS_LPT_FANOUT); DIV_ROUND_UP 73 fs/ubifs/lpt.c n = DIV_ROUND_UP(c->pnode_cnt, UBIFS_LPT_FANOUT); DIV_ROUND_UP 76 fs/ubifs/lpt.c n = DIV_ROUND_UP(n, UBIFS_LPT_FANOUT); DIV_ROUND_UP 85 fs/ubifs/lpt.c n = DIV_ROUND_UP(c->max_leb_cnt, UBIFS_LPT_FANOUT); DIV_ROUND_UP 699 fs/ubifs/lpt.c cnt = DIV_ROUND_UP(cnt, UBIFS_LPT_FANOUT); DIV_ROUND_UP 1477 fs/ubifs/lpt_commit.c cnt = DIV_ROUND_UP(c->main_lebs, UBIFS_LPT_FANOUT); DIV_ROUND_UP 1620 fs/ubifs/lpt_commit.c cnt = DIV_ROUND_UP(c->main_lebs, UBIFS_LPT_FANOUT); DIV_ROUND_UP 346 fs/ubifs/tnc_commit.c return DIV_ROUND_UP(cnt, d); DIV_ROUND_UP 1057 fs/udf/super.c return DIV_ROUND_UP(map->s_partition_len + DIV_ROUND_UP 16 include/asm-x86/lguest.h DIV_ROUND_UP(end_switcher_text - start_switcher_text, PAGE_SIZE) DIV_ROUND_UP 10 include/linux/bitops.h #define BITS_TO_LONGS(nr) DIV_ROUND_UP(nr, BITS_PER_BYTE * sizeof(long)) DIV_ROUND_UP 39 include/linux/delay.h udelay(DIV_ROUND_UP(x, 1000)); DIV_ROUND_UP 45 include/linux/mroute6.h #if !defined(__KERNEL__) && !defined(DIV_ROUND_UP) DIV_ROUND_UP 50 include/linux/mroute6.h if_mask ifs_bits[DIV_ROUND_UP(IF_SETSIZE, NIFBITS)]; DIV_ROUND_UP 1023 kernel/posix-cpu-timers.c tsk->rt.timeout > DIV_ROUND_UP(hard, USEC_PER_SEC/HZ)) { DIV_ROUND_UP 1031 kernel/posix-cpu-timers.c if (tsk->rt.timeout > DIV_ROUND_UP(*soft, USEC_PER_SEC/HZ)) { DIV_ROUND_UP 369 kernel/power/snapshot.c nr = DIV_ROUND_UP(zone->spanned_pages, BM_BITS_PER_BLOCK); DIV_ROUND_UP 781 kernel/power/snapshot.c res = DIV_ROUND_UP(zone->spanned_pages, BM_BITS_PER_BLOCK); DIV_ROUND_UP 782 kernel/power/snapshot.c res += DIV_ROUND_UP(res * sizeof(struct bm_block), PAGE_SIZE); DIV_ROUND_UP 1232 kernel/power/snapshot.c nr_meta_pages = DIV_ROUND_UP(nr_pages * sizeof(long), PAGE_SIZE); DIV_ROUND_UP 1740 kernel/power/snapshot.c nr_pages = DIV_ROUND_UP(nr_pages, PBES_PER_LINKED_PAGE); DIV_ROUND_UP 329 kernel/sched_fair.c sched_nr_latency = DIV_ROUND_UP(sysctl_sched_latency, DIV_ROUND_UP 1459 kernel/sched_rt.c next = DIV_ROUND_UP(min(soft, hard), USEC_PER_SEC/HZ); DIV_ROUND_UP 63 lib/radix-tree.c #define RADIX_TREE_MAX_PATH (DIV_ROUND_UP(RADIX_TREE_INDEX_BITS, \ DIV_ROUND_UP 2772 mm/memory.c len = DIV_ROUND_UP(end, PAGE_SIZE) - addr/PAGE_SIZE; DIV_ROUND_UP 2146 mm/shmem.c DIV_ROUND_UP(size, PAGE_CACHE_SIZE); DIV_ROUND_UP 67 net/bridge/br_stp_bpdu.c return DIV_ROUND_UP(ticks * HZ, STP_HZ); DIV_ROUND_UP 71 net/dccp/ackvec.c const u16 nr_opts = DIV_ROUND_UP(av->av_vec_len, DCCP_MAX_ACKVEC_OPT_LEN); DIV_ROUND_UP 138 net/dccp/ccids/ccid2.c u32 max_ratio = DIV_ROUND_UP(ccid2_hc_tx_sk(sk)->ccid2hctx_cwnd, 2); DIV_ROUND_UP 579 net/dccp/ccids/ccid2.c maxincr = DIV_ROUND_UP(dp->dccps_l_ack_ratio, 2); DIV_ROUND_UP 722 net/dccp/ccids/ccid2.c max_ratio = DIV_ROUND_UP(hctx->ccid2hctx_cwnd, 2); DIV_ROUND_UP 244 net/ieee80211/ieee80211_crypt_ccmp.c blocks = DIV_ROUND_UP(data_len, AES_BLOCK_LEN); DIV_ROUND_UP 357 net/ieee80211/ieee80211_crypt_ccmp.c blocks = DIV_ROUND_UP(data_len, AES_BLOCK_LEN); DIV_ROUND_UP 137 net/ipv4/inet_diag.c #define EXPIRES_IN_MS(tmo) DIV_ROUND_UP((tmo - jiffies) * 1000, HZ) DIV_ROUND_UP 215 net/ipv4/inet_diag.c r->idiag_expires = DIV_ROUND_UP(tmo * 1000, HZ); DIV_ROUND_UP 318 net/ipv4/inet_timewait_sock.c slot = DIV_ROUND_UP(timeo, twdr->period); DIV_ROUND_UP 2417 net/ipv4/tcp.c skb_shinfo(skb)->gso_segs = DIV_ROUND_UP(skb->len, mss); DIV_ROUND_UP 722 net/ipv4/tcp_output.c skb_shinfo(skb)->gso_segs = DIV_ROUND_UP(skb->len, mss_now); DIV_ROUND_UP 417 net/key/af_key.c len = DIV_ROUND_UP(sizeof(*sp) + sizeof(*sin), sizeof(uint64_t)); DIV_ROUND_UP 424 net/key/af_key.c len = DIV_ROUND_UP(sizeof(*sp) + sizeof(*sin6), sizeof(uint64_t)); DIV_ROUND_UP 449 net/key/af_key.c return DIV_ROUND_UP(sizeof(struct sadb_x_sec_ctx) + DIV_ROUND_UP 65 net/mac80211/aes_ccm.c num_blocks = DIV_ROUND_UP(data_len, AES_BLOCK_LEN); DIV_ROUND_UP 105 net/mac80211/aes_ccm.c num_blocks = DIV_ROUND_UP(data_len, AES_BLOCK_LEN); DIV_ROUND_UP 661 net/mac80211/tx.c num_fragm = DIV_ROUND_UP(payload_len, per_fragm); DIV_ROUND_UP 205 net/mac80211/util.c dur += 4 * DIV_ROUND_UP((16 + 8 * (len + 4) + 6) * 10, DIV_ROUND_UP 221 net/mac80211/util.c dur += DIV_ROUND_UP(8 * (len + 4) * 10, rate); DIV_ROUND_UP 396 net/rxrpc/ar-internal.h #define RXRPC_ACKR_WINDOW_ASZ DIV_ROUND_UP(RXRPC_MAXACKS, BITS_PER_LONG) DIV_ROUND_UP 535 net/sunrpc/svcsock.c DIV_ROUND_UP(rqstp->rq_arg.page_len, PAGE_SIZE); DIV_ROUND_UP 129 sound/sh/aica.c length = DIV_ROUND_UP(length, 4);