Searched refs:rounddown (Results 1 - 25 of 91) sorted by last modified time

1234

/linux-master/security/selinux/ss/
H A Debitmap.c497 rounddown(bit, BITS_PER_U64) > last_startbit) {
499 last_startbit = rounddown(bit, BITS_PER_U64);
515 rounddown(bit, BITS_PER_U64) > last_startbit) {
520 last_startbit = rounddown(bit, BITS_PER_U64);
538 last_startbit = rounddown(bit, BITS_PER_U64);
/linux-master/net/sched/
H A Dcls_flower.c169 mask->range.start = rounddown(first, sizeof(long));
/linux-master/net/openvswitch/
H A Dflow_netlink.c98 size_t start = rounddown(offset, sizeof(long));
/linux-master/net/ipv4/
H A Dtcp_output.c222 space = rounddown(space, mss);
3165 window = rounddown(free_space, mss);
3367 len = rounddown(avail_wnd, cur_mss);
/linux-master/kernel/events/
H A Dring_buffer.c468 rb->aux_wakeup = rounddown(rb->aux_head, rb->aux_watermark);
H A Dcore.c7839 size = rounddown(size, 8);
/linux-master/kernel/bpf/
H A Dhashtab.c501 htab->map.max_entries = rounddown(attr->max_entries,
/linux-master/fs/erofs/
H A Dzmap.c237 compacted_2b = rounddown(totalidx - compacted_4b_initial, 16);
/linux-master/fs/btrfs/
H A Dvolumes.c5507 * rounddown is safe.
5509 ctl->ndevs = rounddown(ctl->ndevs, ctl->devs_increment);
6386 * to go rounddown(), not round_down(), as nr_data_stripes is
6390 rounddown(io_geom->stripe_nr, nr_data_stripes(map)));
H A Dsuper.c1617 avail_space = rounddown(avail_space, BTRFS_STRIPE_LEN);
/linux-master/drivers/target/
H A Dtarget_core_device.c498 aligned_max_sectors = rounddown(max_sectors, alignment);
/linux-master/drivers/scsi/
H A Dsd_zbc.c197 bufsize = rounddown(bufsize >> 1, SECTOR_SIZE);
/linux-master/drivers/net/ethernet/microchip/vcap/
H A Dvcap_api.c983 int min_cid = rounddown(cid, VCAP_CID_LOOKUP_SIZE);
2211 int cid = rounddown(dst_cid, VCAP_CID_LOOKUP_SIZE);
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum.c3709 double_size = rounddown(double_size, MLXSW_SP_KVD_GRANULARITY);
3955 *p_double_size = rounddown(double_size,
/linux-master/drivers/net/ethernet/ibm/
H A Dibmvnic.c600 ltb_size = rounddown(IBMVNIC_ONE_LTB_SIZE, buff_size);
/linux-master/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.c2032 shared_buf = rounddown(rx_all - rx_priv, HCLGE_BUF_SIZE_UNIT);
2056 hi_thrd = rounddown(hi_thrd, HCLGE_BUF_SIZE_UNIT);
/linux-master/drivers/net/ethernet/fungible/funeth/
H A Dfuneth_main.c1384 fp->indir_table_nentries = rounddown(FUN_ETH_RSS_MAX_INDIR_ENT, nrx);
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_uld.c481 txq_info->ntxq = rounddown(i, adap->params.nports);
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_ethtool.c155 stats_ticks = rounddown(stats_ticks, BNXT_MIN_STATS_COAL_TICKS);
/linux-master/drivers/cpufreq/
H A Dintel_pstate.c578 cpu->pstate.turbo_freq = rounddown(cpu->pstate.turbo_pstate * scaling,
580 cpu->pstate.max_freq = rounddown(cpu->pstate.max_pstate * scaling,
923 freq = rounddown(freq, cpu->pstate.perf_ctl_scaling);
958 cpu->pstate.max_freq = rounddown(cpu->pstate.max_freq,
960 cpu->pstate.turbo_freq = rounddown(cpu->pstate.turbo_freq,
/linux-master/block/
H A Dblk-throttle.c621 time_elapsed = rounddown(jiffies - tg->slice_start[rw],
/linux-master/drivers/tee/
H A Dtee_shm.c304 start = rounddown(addr, PAGE_SIZE);
/linux-master/drivers/tee/optee/
H A Dsmc_abi.c1369 end = rounddown(res.result.start + res.result.size, PAGE_SIZE);
/linux-master/drivers/usb/host/
H A Dxhci-ring.c3484 * rounddown(total bytes transferred including this TRB / wMaxPacketSize)
3987 end_frame_id = rounddown(current_frame_id + 895 * 8, 8);
/linux-master/arch/powerpc/crypto/
H A Dchacha-p10-glue.c104 nbytes = rounddown(nbytes, walk.stride);

Completed in 458 milliseconds

1234