Home
last modified time | relevance | path

Searched full:whole (Results 1 – 25 of 1820) sorted by relevance

12345678910>>...73

/linux/Documentation/admin-guide/
H A 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:
120 0 = /dev/hd? Whole disk
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
[all …]
/linux/Documentation/devicetree/bindings/media/
H A Dst,stm32-dma2d.yaml15 - Filling a part or the whole of a destination image with a specific color.
16 - Copying a part or the whole of a source image into a part or the whole of
18 - Copying a part or the whole of a source image into a part or the whole of
21 format and copy the result into a part or the whole of a destination image
/linux/block/
H A Dbdev.c543 struct block_device *whole = bdev_whole(bdev); in bd_may_claim() local
560 * If the whole devices holder is set to bd_may_claim, a partition on in bd_may_claim()
561 * the device is claimed, but not the whole device. in bd_may_claim()
563 if (whole != bdev && in bd_may_claim()
564 whole->bd_holder && whole->bd_holder != bd_may_claim) in bd_may_claim()
585 struct block_device *whole = bdev_whole(bdev); in bd_prepare_to_claim() local
598 if (whole->bd_claiming) { in bd_prepare_to_claim()
599 wait_queue_head_t *wq = __var_waitqueue(&whole->bd_claiming); in bd_prepare_to_claim()
610 whole->bd_claiming = holder; in bd_prepare_to_claim()
616 static void bd_clear_claiming(struct block_device *whole, void *holder) in bd_clear_claiming() argument
[all …]
/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/arch/x86/include/uapi/asm/
H A Dstat.h31 /* We don't need to memset the whole thing just to initialize the padding */
75 /* We don't need to memset the whole thing just to initialize the padding */
106 /* We don't need to memset the whole thing just to initialize the padding */
/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/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/LICENSES/preferred/
H A DGPL-2.0118 whole or in part contains or is derived from the Program or any
119 part thereof, to be licensed as a whole at no charge to all third
133 These requirements apply to the modified work as a whole. If
138 distribute the same sections as part of a whole which is a work based
139 on the Program, the distribution of the whole must be on the terms of
141 entire whole, and thus to each and every part regardless of who wrote it.
231 apply and the section as a whole is intended to apply in other
H A DLGPL-2.1114 programs enables many more people to use the whole GNU operating system, as
182 c) You must cause the whole of the work to be licensed at no charge to
200 These requirements apply to the modified work as a whole. If
205 distribute the same sections as part of a whole which is a work based on
206 the Library, the distribution of the whole must be on the terms of this
208 whole, and thus to each and every part regardless of who wrote it.
393 apply, and the section as a whole is intended to apply in other
H A DLGPL-2.0170 c) You must cause the whole of the work to be licensed at no charge to
188 These requirements apply to the modified work as a whole. If
193 distribute the same sections as part of a whole which is a work based on
194 the Library, the distribution of the whole must be on the terms of this
196 whole, and thus to each and every part regardless of who wrote it.
373 apply, and the section as a whole is intended to apply in other
/linux/tools/usb/usbip/
H A DCOPYING99 whole or in part contains or is derived from the Program or any
100 part thereof, to be licensed as a whole at no charge to all third
114 These requirements apply to the modified work as a whole. If
119 distribute the same sections as part of a whole which is a work based
120 on the Program, the distribution of the whole must be on the terms of
122 entire whole, and thus to each and every part regardless of who wrote it.
212 apply and the section as a whole is intended to apply in other
/linux/drivers/mtd/ubi/
H A Dupd.c202 * at the end. If yes, the 0xFF bytes are cut and not written. So if the whole
262 * last call if the whole volume update has been successfully finished, and a
281 * When updating volumes, we accumulate whole logical eraseblock of in ubi_more_update_data()
288 * flush it if the whole eraseblock is written or the update in ubi_more_update_data()
305 * OK, we gathered either the whole eraseblock or this in ubi_more_update_data()
376 * of bytes written during the last call if the whole "atomic LEB change"
/linux/Documentation/dev-tools/
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/Documentation/userspace-api/media/v4l/
H A Dv4l2-selection-targets.rst39 - Suggested cropping rectangle that covers the "whole picture".
63 - Suggested composition rectangle that covers the "whole picture".
/linux/include/uapi/linux/
H A Dtiocl.h7 #define TIOCL_SELWORD 1 /* select whole words */
8 #define TIOCL_SELLINE 2 /* select whole lines */
/linux/drivers/media/rc/
H A Dmeson-ir.c115 * @frame_time_max: max time for whole frame. Unit: MESON_HW_TRATE
124 * @bit1_max: max time for NEC Logic '1', whole of RC6 trailer bit, XMP Logic '01'
125 * @bit1_min: min time for NEC Logic '1', whole of RC6 trailer bit, XMP Logic '01'
128 * @duration3_max: max time for whole of RC6 normal bit, XMP Logic '11'
129 * @duration3_min: min time for whole of RC6 normal bit, XMP Logic '11'
362 * RC6: Time for whole of trailer bit in meson_ir_hw_decoder_init()
385 * RC6: Time for whole logic 0/1 in meson_ir_hw_decoder_init()
/linux/arch/parisc/include/asm/
H A Dtlbflush.h33 * and not flushing the whole tlb.
41 /* Except for very small threads, flushing the whole TLB is in flush_tlb_mm()
/linux/fs/xfs/
H A Dxfs_trans.c488 int whole = 0; in xfs_trans_apply_sb_deltas() local
537 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()
561 whole = 1; in xfs_trans_apply_sb_deltas()
565 whole = 1; in xfs_trans_apply_sb_deltas()
569 whole = 1; in xfs_trans_apply_sb_deltas()
573 whole = 1; in xfs_trans_apply_sb_deltas()
577 whole = 1; in xfs_trans_apply_sb_deltas()
581 whole = 1; in xfs_trans_apply_sb_deltas()
[all …]
/linux/arch/x86/include/asm/
H A Dbootparam_utils.h42 * *whole* structure should be cleared, after which only the in sanitize_boot_params()
47 * need to change the whole structure to be cleared, not this in sanitize_boot_params()
/linux/Documentation/core-api/
H A Dcachetlb.rst49 This interface is used to handle whole address space
147 This interface is used to handle whole address space
156 This interface is used to handle whole address space
224 There exists another whole class of cpu cache issues which currently
225 require a whole different set of interfaces to handle properly.
/linux/arch/arm/mm/
H A Dcache-v4wb.S32 * clean the whole cache, rather than using the individual
42 * Whole 132 136 132 221 217 207 <---
116 bhs __flush_whole_cache @ flush whole D cache
/linux/drivers/net/ethernet/8390/
H A Dxsurf100.c102 /* copy whole blocks */ in xs100_write()
110 /* copy whole dwords */ in xs100_write()
128 /* copy whole blocks */ in xs100_read()
136 /* copy whole dwords */ in xs100_read()
/linux/fs/f2fs/
H A DKconfig37 mounted as f2fs. Each file shows the whole f2fs information.
41 - average SIT information about whole segments
/linux/kernel/bpf/
H A Drange_tree.c183 /* Is the whole range set ? */
189 /* Is this whole range set ? */ in is_range_tree_set()
204 /* Is this whole range already set ? */ in range_tree_set()
/linux/scripts/
H A Dlink-vmlinux.sh9 # (not within --whole-archive), and do not require symbol indexes added.
106 ${wl}--whole-archive ${objs} ${wl}--no-whole-archive \

12345678910>>...73