| /linux/Documentation/admin-guide/ |
| H A D | devices.txt | 116 0 = /dev/hda Master: whole disk (or CD-ROM) 117 64 = /dev/hdb Slave: whole disk (or CD-ROM) 119 For partitions, add to the whole disk device number: 201 0 = /dev/sda First SCSI disk whole disk 202 16 = /dev/sdb Second SCSI disk whole disk 203 32 = /dev/sdc Third SCSI disk whole disk 205 240 = /dev/sdp Sixteenth SCSI disk whole disk 505 0 = /dev/mfma First MFM drive whole disk 506 64 = /dev/mfmb Second MFM drive whole disk 517 0 = /dev/hdc Master: whole disk (or CD-ROM) [all …]
|
| /linux/block/ |
| H A D | bdev.c | 560 struct block_device *whole = bdev_whole(bdev); in bd_may_claim() local 580 if (whole != bdev && in bd_may_claim() 581 whole->bd_holder && whole->bd_holder != bd_may_claim) in bd_may_claim() 602 struct block_device *whole = bdev_whole(bdev); in bd_prepare_to_claim() local 615 if (whole->bd_claiming) { in bd_prepare_to_claim() 616 wait_queue_head_t *wq = __var_waitqueue(&whole->bd_claiming); in bd_prepare_to_claim() 627 whole->bd_claiming = holder; in bd_prepare_to_claim() 633 static void bd_clear_claiming(struct block_device *whole, void *holder) in bd_clear_claiming() argument 637 BUG_ON(whole->bd_claiming != holder); in bd_clear_claiming() 638 whole->bd_claiming = NULL; in bd_clear_claiming() [all …]
|
| /linux/fs/xfs/ |
| H A D | xfs_trans.c | 460 int whole = 0; in xfs_trans_apply_sb_deltas() local 507 whole = 1; in xfs_trans_apply_sb_deltas() 511 whole = 1; in xfs_trans_apply_sb_deltas() 515 whole = 1; in xfs_trans_apply_sb_deltas() 531 whole = 1; in xfs_trans_apply_sb_deltas() 535 whole = 1; in xfs_trans_apply_sb_deltas() 541 whole = 1; in xfs_trans_apply_sb_deltas() 545 whole = 1; in xfs_trans_apply_sb_deltas() 549 whole = 1; in xfs_trans_apply_sb_deltas() 553 whole = 1; in xfs_trans_apply_sb_deltas() [all …]
|
| /linux/Documentation/devicetree/bindings/mfd/ |
| H A D | bfticu.txt | 3 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 D | strategies.rst | 15 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 D | v4l2-selection-targets.rst | 40 - Suggested cropping rectangle that covers the "whole picture". 64 - Suggested composition rectangle that covers the "whole picture".
|
| /linux/fs/ |
| H A D | coredump.c | 1600 goto whole; in vma_dump_size() 1608 goto whole; in vma_dump_size() 1610 goto whole; in vma_dump_size() 1617 goto whole; in vma_dump_size() 1619 goto whole; in vma_dump_size() 1631 goto whole; in vma_dump_size() 1637 goto whole; in vma_dump_size() 1642 goto whole; in vma_dump_size() 1668 whole: in vma_dump_size()
|
| /linux/scripts/ |
| H A D | link-vmlinux.sh | 104 ${wl}--whole-archive ${objs} ${wl}--no-whole-archive \
|
| /linux/drivers/phy/freescale/ |
| H A D | phy-fsl-imx8-mipi-dphy.c | 166 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 D | opt3001.c | 250 int whole = opt->chip_info->factor_whole; in opt3001_to_iio_ret() local 254 ret = whole * (mantissa << exponent); in opt3001_to_iio_ret() 569 int whole; in opt3001_write_event_value() local 590 whole = opt->chip_info->factor_whole; in opt3001_write_event_value() 594 mantissa = (((val * integer) + (val2 / decimal)) / whole) >> exponent; in opt3001_write_event_value()
|
| /linux/Documentation/filesystems/ |
| H A D | ubifs.rst | 25 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/fs/proc/ |
| H A D | array.c | 466 struct pid *pid, struct task_struct *task, int whole) in do_task_stat() argument 525 if (whole) { in do_task_stat() 537 if (permitted && (!whole || num_threads < 2)) in do_task_stat() 548 if (whole) { in do_task_stat() 564 if (whole) { in do_task_stat()
|
| /linux/Documentation/devicetree/bindings/rtc/ |
| H A D | cpcap-rtc.txt | 4 This module is part of the CPCAP. For more details about the whole
|
| /linux/Documentation/features/debug/gcov-profile-all/ |
| H A D | arch-support.txt | 4 # description: arch supports whole-kernel GCOV code coverage profiling
|
| /linux/Documentation/devicetree/bindings/input/ |
| H A D | cpcap-pwrbutton.txt | 3 This module is part of the CPCAP. For more details about the whole
|
| H A D | tps65218-pwrbutton.txt | 3 This module is part of the TPS65217/TPS65218. For more details about the whole
|
| /linux/arch/arm64/boot/dts/allwinner/ |
| H A D | sun50i-a64-pine64-plus.dts | 32 * whole process.
|
| /linux/Documentation/driver-api/mmc/ |
| H A D | mmc-dev-attrs.rst | 55 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 D | head.S | 730 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 D | hid-sensor-attributes.c | 75 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/arch/arm/boot/dts/nxp/imx/ |
| H A D | imx7d-sbc-imx7.dts | 10 * whole.
|
| /linux/Documentation/devicetree/bindings/leds/ |
| H A D | leds-cpcap.txt | 4 This module is part of the CPCAP. For more details about the whole
|
| /linux/Documentation/dev-tools/ |
| H A D | testing-overview.rst | 38 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/tools/lib/perf/Documentation/ |
| H A D | libperf-counting.txt | 156 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 D | head.S | 89 # Putting it here means we dont have to recompile the whole
|