Home
last modified time | relevance | path

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

12345678910>>...28

/linux-6.12.1/Documentation/admin-guide/
Ddevices.txt116 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-6.12.1/block/
Dbdev.c502 struct block_device *whole = bdev_whole(bdev); in bd_may_claim() local
522 if (whole != bdev && in bd_may_claim()
523 whole->bd_holder && whole->bd_holder != bd_may_claim) in bd_may_claim()
544 struct block_device *whole = bdev_whole(bdev); in bd_prepare_to_claim() local
557 if (whole->bd_claiming) { in bd_prepare_to_claim()
558 wait_queue_head_t *wq = __var_waitqueue(&whole->bd_claiming); in bd_prepare_to_claim()
569 whole->bd_claiming = holder; in bd_prepare_to_claim()
575 static void bd_clear_claiming(struct block_device *whole, void *holder) in bd_clear_claiming() argument
579 BUG_ON(whole->bd_claiming != holder); in bd_clear_claiming()
580 whole->bd_claiming = NULL; in bd_clear_claiming()
[all …]
/linux-6.12.1/Documentation/devicetree/bindings/mfd/
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-6.12.1/fs/xfs/
Dxfs_trans.c480 int whole = 0; in xfs_trans_apply_sb_deltas() local
527 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()
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 = 1; in xfs_trans_apply_sb_deltas()
555 whole = 1; in xfs_trans_apply_sb_deltas()
559 if (whole) in xfs_trans_apply_sb_deltas()
/linux-6.12.1/Documentation/admin-guide/pm/
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-6.12.1/fs/
Dcoredump.c1081 goto whole; in vma_dump_size()
1089 goto whole; in vma_dump_size()
1091 goto whole; in vma_dump_size()
1098 goto whole; in vma_dump_size()
1100 goto whole; in vma_dump_size()
1112 goto whole; in vma_dump_size()
1118 goto whole; in vma_dump_size()
1123 goto whole; in vma_dump_size()
1149 whole: in vma_dump_size()
/linux-6.12.1/scripts/
DMakefile.vmlinux_o55 --whole-archive vmlinux.a --no-whole-archive \
Dlink-vmlinux.sh101 ${wl}--whole-archive ${objs} ${wl}--no-whole-archive \
/linux-6.12.1/Documentation/userspace-api/media/v4l/
Dv4l2-selection-targets.rst39 - Suggested cropping rectangle that covers the "whole picture".
63 - Suggested composition rectangle that covers the "whole picture".
/linux-6.12.1/Documentation/driver-api/fpga/
Dfpga-mgr.rst95 This will not affect .write_sg, .write_sg will still get whole image in
97 whole buffer will be passed into .parse_header. If image is in scatter-gather
105 if the whole bitstream is not immediately available then the core code will
109 whole FPGA image or may be a smaller chunk of an FPGA image. In the latter
/linux-6.12.1/drivers/phy/freescale/
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-6.12.1/Documentation/devicetree/bindings/rtc/
Dcpcap-rtc.txt4 This module is part of the CPCAP. For more details about the whole
/linux-6.12.1/Documentation/filesystems/
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-6.12.1/Documentation/features/debug/gcov-profile-all/
Darch-support.txt4 # description: arch supports whole-kernel GCOV code coverage profiling
/linux-6.12.1/Documentation/devicetree/bindings/input/
Dcpcap-pwrbutton.txt3 This module is part of the CPCAP. For more details about the whole
Dtps65218-pwrbutton.txt3 This module is part of the TPS65217/TPS65218. For more details about the whole
/linux-6.12.1/drivers/pmdomain/rockchip/
DKconfig12 mode. The RK3288 PMU is dedicated for managing the power of the whole chip.
/linux-6.12.1/fs/proc/
Darray.c468 struct pid *pid, struct task_struct *task, int whole) in do_task_stat() argument
528 if (whole) { in do_task_stat()
540 if (permitted && (!whole || num_threads < 2)) in do_task_stat()
553 if (whole) { in do_task_stat()
571 if (whole) { in do_task_stat()
/linux-6.12.1/arch/arm64/boot/dts/allwinner/
Dsun50i-a64-pine64-plus.dts32 * whole process.
/linux-6.12.1/drivers/gpu/drm/ci/xfails/
Di915-tgl-skips.txt4 # GPU hangs, then the whole machine
/linux-6.12.1/Documentation/dev-tools/
Dindex.rst8 whole; patches welcome!
/linux-6.12.1/Documentation/driver-api/mmc/
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-6.12.1/Documentation/devicetree/bindings/leds/
Dleds-cpcap.txt4 This module is part of the CPCAP. For more details about the whole
/linux-6.12.1/arch/arm/boot/dts/nxp/imx/
Dimx7d-sbc-imx7.dts10 * whole.
/linux-6.12.1/arch/arm/boot/compressed/
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

12345678910>>...28