Home
last modified time | relevance | path

Searched refs:whole (Results 1 – 25 of 488) sorted by relevance

12345678910>>...20

/linux/fs/xfs/
H A Dxfs_trans.c458 int whole = 0; in xfs_trans_apply_sb_deltas() local
505 whole = 1; in xfs_trans_apply_sb_deltas()
509 whole = 1; in xfs_trans_apply_sb_deltas()
513 whole = 1; in xfs_trans_apply_sb_deltas()
529 whole = 1; in xfs_trans_apply_sb_deltas()
533 whole = 1; in xfs_trans_apply_sb_deltas()
539 whole = 1; in xfs_trans_apply_sb_deltas()
543 whole = 1; in xfs_trans_apply_sb_deltas()
547 whole = 1; in xfs_trans_apply_sb_deltas()
551 whole in xfs_trans_apply_sb_deltas()
[all...]
/linux/Documentation/devicetree/bindings/mfd/
H A Dbfticu.txt3 The bfticu is a multifunction device that manages the whole chassis.
4 Its main functionality is to collect IRQs from the whole chassis and signals
/linux/Documentation/admin-guide/pm/
H A Dstrategies.rst15 One of them is based on using global low-power states of the whole system in
21 user space code can run. Because sleep states are global and the whole system
37 If all of the system components are active, the system as a whole is regarded as
40 as a whole is regarded as "runtime idle" which may be very close to a sleep
/linux/Documentation/userspace-api/media/v4l/
H A Dv4l2-selection-targets.rst40 - Suggested cropping rectangle that covers the "whole picture".
64 - Suggested composition rectangle that covers the "whole picture".
/linux/scripts/
H A Dlink-vmlinux.sh104 ${wl}--whole-archive ${objs} ${wl}--no-whole-archive \
/linux/drivers/phy/freescale/
H A Dphy-fsl-imx8-mipi-dphy.c166 u32 whole; in get_best_ratio() local
171 whole = a / b; in get_best_ratio()
172 n[i] += (n[i ^ 1] * whole); in get_best_ratio()
173 d[i] += (d[i ^ 1] * whole); in get_best_ratio()
178 c = a - (b * whole); in get_best_ratio()
/linux/drivers/iio/light/
H A Dopt3001.c250 int whole = opt->chip_info->factor_whole; in opt3001_to_iio_ret() local
254 ret = whole * (mantissa << exponent); in opt3001_to_iio_ret()
571 int whole; in opt3001_write_event_value()
592 whole = opt->chip_info->factor_whole; in opt3001_write_event_value()
596 mantissa = (((val * integer) + (val2 / decimal)) / whole) >> exponent; in opt3001_write_event_value()
569 int whole; opt3001_write_event_value() local
/linux/Documentation/filesystems/
H A Dubifs.rst25 eraseblock, write to some offset within an eraseblock, and erase a whole
26 eraseblock. Block devices support 2 main operations - read a whole
27 block and write a whole block.
28 3 The whole eraseblock has to be erased before it becomes possible to
/linux/Documentation/features/debug/gcov-profile-all/
H A Darch-support.txt4 # description: arch supports whole-kernel GCOV code coverage profiling
/linux/Documentation/devicetree/bindings/input/
H A Dcpcap-pwrbutton.txt3 This module is part of the CPCAP. For more details about the whole
H A Dtps65218-pwrbutton.txt3 This module is part of the TPS65217/TPS65218. For more details about the whole
H A Dti,palmas-pwrbutton.txt4 about the whole chip see:
/linux/arch/arm64/boot/dts/allwinner/
H A Dsun50i-a64-pine64-plus.dts32 * whole process.
/linux/Documentation/driver-api/mmc/
H A Dmmc-dev-attrs.rst55 including the whole card. When erasing a large area it may
59 the card wait. This is not a problem if the whole card
/linux/arch/arm/boot/compressed/
H A Dhead.S730 mov r0, #0x3f @ 4G, the whole
760 mov r0, #0x3f @ 4G, the whole
771 mcr p15, 0, r0, c7, c0, 0 @ invalidate whole cache v3
784 mcr p15, 0, r0, c7, c0, 0 @ invalidate whole cache v3
910 mcr p15, 0, r0, c7, c7, 0 @ Invalidate whole cache
1174 mcr p15, 0, r0, c7, c0, 0 @ invalidate whole cache v3
1183 mcr p15, 0, r0, c7, c7 @ invalidate whole cache v4
1184 mcr p15, 0, r0, c8, c7 @ invalidate whole TLB v4
1198 mcr p15, 0, r0, c8, c7, 0 @ invalidate whole TLB
1335 mcr p15, 0, r1, c7, c0, 0 @ invalidate whole cache v3
/linux/drivers/iio/common/hid-sensors/
H A Dhid-sensor-attributes.c75 static void simple_div(int dividend, int divisor, int *whole, in simple_div() argument
83 *whole = 0; in simple_div()
86 *whole = dividend/divisor; in simple_div()
/linux/Documentation/dev-tools/
H A Dindex.rst8 whole; patches welcome!
H A Dtesting-overview.rst38 than a feature as a whole.
60 kselftest is therefore suited well to tests of whole features, as these will
112 These tools tend to test the kernel as a whole, and do not "pass" like
125 commonly used in the kernel allow one to inspect the whole source tree or just
/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx7d-sbc-imx7.dts10 * whole.
/linux/Documentation/devicetree/bindings/leds/
H A Dleds-cpcap.txt4 This module is part of the CPCAP. For more details about the whole
/linux/tools/lib/perf/Documentation/
H A Dlibperf-counting.txt156 so we need to enable the whole list explicitly (both events).
185 We close the whole events list (both events) and remove it together with the threads map:
/linux/arch/alpha/kernel/
H A Dhead.S89 # Putting it here means we dont have to recompile the whole
/linux/sound/soc/cirrus/
H A DKconfig27 state machine and the whole stream can be shifted by one byte
/linux/Documentation/ABI/testing/
H A Dsysfs-kernel-boot_params26 The whole boot_params directory structure is like below::
/linux/fs/f2fs/
H A DKconfig37 mounted as f2fs. Each file shows the whole f2fs information.
41 - average SIT information about whole segments

12345678910>>...20