Home
last modified time | relevance | path

Searched refs:quarter (Results 1 – 17 of 17) sorted by relevance

/linux/drivers/net/ethernet/intel/libeth/
H A Dxdp.c366 u32 quarter, low, high; in libeth_xdp_queue_threshold() local
371 quarter = DIV_ROUND_CLOSEST(count, 4); in libeth_xdp_queue_threshold()
372 low = rounddown_pow_of_two(quarter); in libeth_xdp_queue_threshold()
373 high = roundup_pow_of_two(quarter); in libeth_xdp_queue_threshold()
375 return high - quarter <= quarter - low ? high : low; in libeth_xdp_queue_threshold()
/linux/drivers/soc/fsl/qe/
H A Dtsa.c352 resource_size_t quarter; in tsa_cpm1_init_entries_area() local
355 quarter = tsa->si_ram_sz / 4; in tsa_cpm1_init_entries_area()
377 area->entries_next = area->entries_start + quarter; in tsa_cpm1_init_entries_area()
381 area->entries_start = tsa->si_ram + (2 * quarter); in tsa_cpm1_init_entries_area()
382 area->entries_next = area->entries_start + quarter; in tsa_cpm1_init_entries_area()
388 area->entries_start = tsa->si_ram + quarter; in tsa_cpm1_init_entries_area()
389 area->entries_next = area->entries_start + quarter; in tsa_cpm1_init_entries_area()
393 area->entries_start = tsa->si_ram + (3 * quarter); in tsa_cpm1_init_entries_area()
394 area->entries_next = area->entries_start + quarter; in tsa_cpm1_init_entries_area()
/linux/Documentation/input/devices/
H A Drotary-encoder.rst17 a stable state in all steps (quarter-period mode).
40 one step (quarter-period mode)
/linux/Documentation/admin-guide/device-mapper/
H A Dcache-policies.rst68 has a 'hotspot' queue, rather than a pre-cache, which uses a quarter of
/linux/Documentation/input/
H A Dmulti-touch-protocol.rst274 quarter of a revolution clockwise around the touch center. The signed value
284 indicate more than a quarter of a revolution. For an upside-down finger,
/linux/Documentation/maintainer/
H A Dfeature-and-driver-maintainers.rst27 Even when a particular driver only sees one patch a month, or a quarter,
/linux/Documentation/userspace-api/media/v4l/
H A Dpixfmt-yuv-planar.rst1092 direction. Chroma lines contain a quarter of the number of pixels and bytes of
1093 the luma lines, and the chroma planes contain a quarter of the number of lines
1132 horizontal direction. Chroma lines contain a quarter of the number of pixels
H A Dext-ctrls-codec-stateless.rst3961 quarter pel precision;
/linux/Documentation/ABI/testing/
H A Dsysfs-class-mtd121 half page, or a quarter page).
/linux/Documentation/sound/cards/
H A Dhdspm.rst87 Samples, which is a quarter of the interrupt possibilities.)
/linux/lib/crypto/powerpc/
H A Dchacha-p10le-8x.S10 # do rounds, 8 quarter rounds
/linux/Documentation/admin-guide/hw-vuln/
H A Dprocessor_mmio_stale_data.rst255 processes. ESU dates will typically be aligned to end of quarter.
/linux/LICENSES/deprecated/
H A DGFDL-1.1305 copies of the Document, then if the Document is less than one quarter
/linux/Documentation/userspace-api/media/
H A Dfdl-appendix.rst380 copies of the Document, then if the Document is less than one quarter of
/linux/drivers/md/
H A Ddm-thin.c3265 dm_block_t quarter = get_metadata_dev_size_in_blocks(pt->metadata_dev->bdev) / 4; in calc_metadata_threshold() local
3267 return min((dm_block_t)1024ULL /* 4M */, quarter); in calc_metadata_threshold()
/linux/Documentation/driver-api/media/drivers/
H A Dcx2341x-devel.rst2951 To reduce from half size down to quarter size:
3305 To reduce from half down to quarter.
/linux/tools/perf/Documentation/
H A Dperf-record.txt590 The maximal allowed value is a quarter of the size of mmaped data pages.