Home
last modified time | relevance | path

Searched refs:rounddown (Results 1 – 25 of 94) sorted by relevance

1234

/linux-6.15/security/selinux/ss/
H A Debitmap.c497 rounddown(bit, BITS_PER_U64) > last_startbit) { in ebitmap_write()
499 last_startbit = rounddown(bit, BITS_PER_U64); in ebitmap_write()
515 rounddown(bit, BITS_PER_U64) > last_startbit) { in ebitmap_write()
520 last_startbit = rounddown(bit, BITS_PER_U64); in ebitmap_write()
538 last_startbit = rounddown(bit, BITS_PER_U64); in ebitmap_write()
/linux-6.15/drivers/staging/media/atomisp/pci/
H A Datomisp_subdev.c324 r->width = rounddown(r->width, ATOM_ISP_STEP_WIDTH); in atomisp_subdev_set_selection()
325 r->height = rounddown(r->height, ATOM_ISP_STEP_HEIGHT); in atomisp_subdev_set_selection()
370 dvs_w = rounddown(crop[pad]->width / 5, in atomisp_subdev_set_selection()
372 dvs_h = rounddown(crop[pad]->height / 5, in atomisp_subdev_set_selection()
428 rounddown(crop[ATOMISP_SUBDEV_PAD_SINK]-> in atomisp_subdev_set_selection()
436 rounddown(crop[ATOMISP_SUBDEV_PAD_SINK]-> in atomisp_subdev_set_selection()
/linux-6.15/drivers/gpu/drm/nouveau/nvkm/core/
H A Dmm.c135 e = rounddown(e, mm->block_size); in nvkm_mm_head()
209 e = rounddown(e, mm->block_size); in nvkm_mm_tail()
271 node->length = rounddown(offset + length, mm->block_size); in nvkm_mm_init()
/linux-6.15/drivers/firmware/efi/
H A Dearlycon.c260 memset32(efi_x_array, rounddown(xres, font->width), ARRAY_SIZE(efi_x_array)); in efi_earlycon_setup()
261 efi_y = rounddown(yres, font->height); in efi_earlycon_setup()
/linux-6.15/drivers/nvmem/
H A Drockchip-efuse.c112 addr_start = rounddown(offset, RK3399_NBYTES) / RK3399_NBYTES; in rockchip_rk3328_efuse_read()
165 addr_start = rounddown(offset, RK3399_NBYTES) / RK3399_NBYTES; in rockchip_rk3399_efuse_read()
H A Dstm32-romem.c84 roffset = rounddown(offset, 4); in stm32_bsec_read()
/linux-6.15/drivers/media/platform/xilinx/
H A Dxilinx-dma.c543 max_width = rounddown(XVIP_DMA_MAX_WIDTH, align); in __xvip_dma_try_format()
544 width = rounddown(pix->width * info->bpp, align); in __xvip_dma_try_format()
555 max_bpl = rounddown(XVIP_DMA_MAX_WIDTH, dma->align); in __xvip_dma_try_format()
556 bpl = rounddown(pix->bytesperline, dma->align); in __xvip_dma_try_format()
/linux-6.15/drivers/tty/vt/
H A Dselection.c285 new_sel_start = rounddown(ps, vc->vc_size_row); in vc_do_selection()
286 new_sel_end = rounddown(pe, vc->vc_size_row) + in vc_do_selection()
/linux-6.15/drivers/comedi/drivers/
H A Dcomedi_test.c324 rounddown(UINT_MAX, (unsigned int)NSEC_PER_USEC)); in waveform_ai_cmdtest()
329 limit = rounddown(limit, (unsigned int)NSEC_PER_SEC); in waveform_ai_cmdtest()
339 rounddown(UINT_MAX, (unsigned int)NSEC_PER_USEC)); in waveform_ai_cmdtest()
593 arg = min(arg, rounddown(UINT_MAX, (unsigned int)NSEC_PER_USEC)); in waveform_ao_cmdtest()
/linux-6.15/crypto/
H A Dcts.c167 offset = rounddown(nbytes - 1, bsize); in crypto_cts_encrypt()
267 offset = rounddown(nbytes - 1, bsize); in crypto_cts_decrypt()
/linux-6.15/drivers/net/ethernet/sfc/
H A Defx_reflash.c295 chunk = rounddown(EFX_NVRAM_ERASE_IDEAL_CHUNK_SIZE, align); in efx_reflash_erase_partition()
343 chunk = rounddown(write_max, align); in efx_reflash_write_partition()
/linux-6.15/include/linux/
H A Dmath.h85 #define rounddown(x, y) ( \ macro
/linux-6.15/drivers/gpio/
H A Dgpio-menz127.c58 debounce = rounddown(debounce, MEN_Z127_DB_MIN_US); in men_z127_debounce()
/linux-6.15/drivers/powercap/
H A Darm_scmi_powercap.c113 *norm = rounddown(*norm, spz->info->power_cap_step); in scmi_powercap_normalize_cap()
163 *norm = rounddown(*norm, spz->info->pai_step); in scmi_powercap_normalize_time()
/linux-6.15/fs/proc/
H A Dvmcore.c1138 start = rounddown(paddr, PAGE_SIZE); in process_ptload_program_headers_elf64()
1175 start = rounddown(paddr, PAGE_SIZE); in process_ptload_program_headers_elf32()
1414 start = rounddown(phdr->p_offset, PAGE_SIZE); in vmcoredd_update_program_headers()
1434 start = rounddown(phdr->p_offset, PAGE_SIZE); in vmcoredd_update_program_headers()
1590 start = rounddown(phdr->p_offset, PAGE_SIZE); in vmcore_reset_offsets_elf64()
/linux-6.15/lib/
H A Dtest_hexdump.c217 test_hexdump_overflow(buflen, rounddown(len, gs), rs, gs, ascii); in test_hexdump_overflow_set()
/linux-6.15/arch/powerpc/crypto/
H A Dchacha-p10-glue.c98 nbytes = rounddown(nbytes, walk.stride); in chacha_p10_stream_xor()
/linux-6.15/block/
H A Dbadblocks.c860 rounddown(s, 1 << bb->shift); in _badblocks_set()
1075 rounddown(target, 1 << bb->shift); in _badblocks_clear()
1310 rounddown(s, 1 << bb->shift); in badblocks_check()
/linux-6.15/arch/arm64/crypto/
H A Dchacha-neon-glue.c113 nbytes = rounddown(nbytes, walk.stride); in chacha_neon_stream_xor()
/linux-6.15/sound/firewire/tascam/
H A Dtascam-hwdep.c73 length = rounddown(remained, sizeof(*entries)); in tscm_hwdep_read_queue()
/linux-6.15/fs/nilfs2/
H A Dalloc.c859 entry_start = rounddown(group_offset, epb); in nilfs_palloc_freev()
897 entry_start = rounddown(group_offset, epb); in nilfs_palloc_freev()
/linux-6.15/drivers/iio/adc/
H A Dti_am335x_adc.c245 dma->fifo_thresh = rounddown(FIFO1_THRESHOLD + 1, in tiadc_start_dma()
249 dma->period_size = rounddown(DMA_BUFFER_SIZE / 2, in tiadc_start_dma()
/linux-6.15/drivers/staging/media/ipu3/
H A Dipu3-css-params.c577 rounddown(stripe_offset_out_y, in imgu_css_osys_calc_frame_and_stripe_params()
616 chunk_floor_y = rounddown(stripe_offset_inp_y, in imgu_css_osys_calc_frame_and_stripe_params()
619 rounddown(stripe_offset_inp_uv, in imgu_css_osys_calc_frame_and_stripe_params()
672 rounddown(stripe_offset_inp_y, in imgu_css_osys_calc_frame_and_stripe_params()
675 rounddown(stripe_offset_inp_uv, in imgu_css_osys_calc_frame_and_stripe_params()
696 next_offset = rounddown(next_offset, 64); in imgu_css_osys_calc_frame_and_stripe_params()
765 rounddown(stripe_output_width_y, in imgu_css_osys_calc_frame_and_stripe_params()
1196 rounddown(css_pipe->rect[IPU3_CSS_RECT_GDC].width - in imgu_css_osys_calc()
/linux-6.15/drivers/gpu/drm/i915/gvt/
H A Dcfg_space.c276 switch (rounddown(offset, 4)) { in intel_vgpu_emulate_cfg_write()
/linux-6.15/drivers/gpu/drm/tiny/
H A Dst7586.c121 rect->x1 = rounddown(rect->x1, 3); in st7586_fb_dirty()

1234