| /kernel/linux/linux-5.10/fs/ext4/ |
| D | truncate.h | 5 * Common inline functions needed for truncate support 30 ext4_lblk_t needed; in ext4_blocks_for_truncate() local 32 needed = inode->i_blocks >> (inode->i_sb->s_blocksize_bits - 9); in ext4_blocks_for_truncate() 40 if (needed < 2) in ext4_blocks_for_truncate() 41 needed = 2; in ext4_blocks_for_truncate() 45 if (needed > EXT4_MAX_TRANS_DATA) in ext4_blocks_for_truncate() 46 needed = EXT4_MAX_TRANS_DATA; in ext4_blocks_for_truncate() 48 return EXT4_DATA_TRANS_BLOCKS(inode->i_sb) + needed; in ext4_blocks_for_truncate()
|
| /kernel/linux/linux-6.6/fs/ext4/ |
| D | truncate.h | 5 * Common inline functions needed for truncate support 32 ext4_lblk_t needed; in ext4_blocks_for_truncate() local 34 needed = inode->i_blocks >> (inode->i_sb->s_blocksize_bits - 9); in ext4_blocks_for_truncate() 42 if (needed < 2) in ext4_blocks_for_truncate() 43 needed = 2; in ext4_blocks_for_truncate() 47 if (needed > EXT4_MAX_TRANS_DATA) in ext4_blocks_for_truncate() 48 needed = EXT4_MAX_TRANS_DATA; in ext4_blocks_for_truncate() 50 return EXT4_DATA_TRANS_BLOCKS(inode->i_sb) + needed; in ext4_blocks_for_truncate()
|
| /kernel/linux/linux-6.6/Documentation/ABI/testing/ |
| D | sysfs-bus-usb-lvstest | 10 for Link Layer Validation device. It is needed for TD.7.06. 18 and 127. It is needed for TD.7.18, TD.7.19, TD.7.20 and TD.7.21. 26 and 127. It is needed for TD.7.18, TD.7.19, TD.7.20 and TD.7.21. 33 device. It is needed for TD.7.29, TD.7.31, TD.7.34 and TD.7.35. 40 Validation device. It is needed for TD.7.35 and TD.7.36. 47 Validation device. It is needed for TD.7.36. 53 with Link Layer Validation device. It is needed for TD.7.34. 59 device. It may be needed to properly reset an xHCI 1.1 host port if 60 compliance mode needed to be explicitly enabled.
|
| D | configfs-most | 23 (needed for synchronous and isochronous data) 55 pass parameters needed by some components 78 (needed for synchronous and isochronous data) 110 pass parameters needed by some components 133 (needed for synchronous and isochronous data) 165 pass parameters needed by some components 199 (needed for synchronous and isochronous data) 231 pass parameters needed by some components
|
| /kernel/linux/linux-5.10/Documentation/ABI/testing/ |
| D | sysfs-bus-usb-lvstest | 10 for Link Layer Validation device. It is needed for TD.7.06. 18 and 127. It is needed for TD.7.18, TD.7.19, TD.7.20 and TD.7.21. 26 and 127. It is needed for TD.7.18, TD.7.19, TD.7.20 and TD.7.21. 33 device. It is needed for TD.7.29, TD.7.31, TD.7.34 and TD.7.35. 40 Validation device. It is needed for TD.7.35 and TD.7.36. 47 Validation device. It is needed for TD.7.36. 53 with Link Layer Validation device. It is needed for TD.7.34. 59 device. It may be needed to properly reset an xHCI 1.1 host port if 60 compliance mode needed to be explicitly enabled.
|
| D | configfs-most | 23 (needed for synchronous and isochrnous data) 55 pass parameters needed by some components 78 (needed for synchronous and isochrnous data) 110 pass parameters needed by some components 133 (needed for synchronous and isochrnous data) 165 pass parameters needed by some components 199 (needed for synchronous and isochrnous data) 231 pass parameters needed by some components
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/intel/i40e/ |
| D | i40e_lan_hmc.h | 16 * The sizes of the variables may be larger than needed due to crossing byte 23 u16 cpuid; /* bigger than needed, see above for reason */ 27 u16 dbuff; /* bigger than needed, see above for reason */ 29 u16 hbuff; /* bigger than needed, see above for reason */ 38 u32 rxmax; /* bigger than needed, see above for reason */ 43 u16 lrxqthresh; /* bigger than needed, see above for reason */ 49 * The sizes of the variables may be larger than needed due to crossing byte
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/intel/i40e/ |
| D | i40e_lan_hmc.h | 14 * The sizes of the variables may be larger than needed due to crossing byte 21 u16 cpuid; /* bigger than needed, see above for reason */ 25 u16 dbuff; /* bigger than needed, see above for reason */ 27 u16 hbuff; /* bigger than needed, see above for reason */ 36 u32 rxmax; /* bigger than needed, see above for reason */ 41 u16 lrxqthresh; /* bigger than needed, see above for reason */ 47 * The sizes of the variables may be larger than needed due to crossing byte
|
| /kernel/linux/linux-6.6/tools/testing/selftests/kselftest/ |
| D | prefix.pl | 13 my $needed = 1; 18 if ($needed) { 20 $needed = 0; 23 $needed = 1 if ($char eq "\n");
|
| /kernel/linux/linux-5.10/tools/testing/selftests/kselftest/ |
| D | prefix.pl | 13 my $needed = 1; 18 if ($needed) { 20 $needed = 0; 23 $needed = 1 if ($char eq "\n");
|
| /kernel/linux/linux-5.10/tools/testing/selftests/powerpc/ptrace/ |
| D | perf-hwbreak.c | 80 unsigned long long breaks, needed; in runtestsingle() local 133 needed = 0; in runtestsingle() 135 needed += loop_num; in runtestsingle() 137 needed += loop_num; in runtestsingle() 138 needed = needed * (1 - exclude_user); in runtestsingle() 141 if (breaks != needed) { in runtestsingle() 142 printf("FAILED: 0x%lx brks:%lld needed:%lli %i %i %i\n\n", in runtestsingle() 143 (unsigned long int)ptr, breaks, needed, loop_num, readwriteflag, exclude_user); in runtestsingle()
|
| /kernel/linux/linux-5.10/drivers/net/xen-netback/ |
| D | rx.c | 37 * Update the needed ring page slots for the first SKB queued. 45 unsigned int needed = 0; in xenvif_update_needed_slots() local 48 needed = DIV_ROUND_UP(skb->len, XEN_PAGE_SIZE); in xenvif_update_needed_slots() 50 needed++; in xenvif_update_needed_slots() 52 needed++; in xenvif_update_needed_slots() 55 WRITE_ONCE(queue->rx_slots_needed, needed); in xenvif_update_needed_slots() 61 unsigned int needed; in xenvif_rx_ring_slots_available() local 63 needed = READ_ONCE(queue->rx_slots_needed); in xenvif_rx_ring_slots_available() 64 if (!needed) in xenvif_rx_ring_slots_available() 71 if (prod - cons >= needed) in xenvif_rx_ring_slots_available() [all …]
|
| /kernel/linux/linux-6.6/drivers/net/xen-netback/ |
| D | rx.c | 37 * Update the needed ring page slots for the first SKB queued. 45 unsigned int needed = 0; in xenvif_update_needed_slots() local 48 needed = DIV_ROUND_UP(skb->len, XEN_PAGE_SIZE); in xenvif_update_needed_slots() 50 needed++; in xenvif_update_needed_slots() 52 needed++; in xenvif_update_needed_slots() 55 WRITE_ONCE(queue->rx_slots_needed, needed); in xenvif_update_needed_slots() 61 unsigned int needed; in xenvif_rx_ring_slots_available() local 63 needed = READ_ONCE(queue->rx_slots_needed); in xenvif_rx_ring_slots_available() 64 if (!needed) in xenvif_rx_ring_slots_available() 71 if (prod - cons >= needed) in xenvif_rx_ring_slots_available() [all …]
|
| /kernel/linux/linux-6.6/arch/arm64/boot/dts/qcom/ |
| D | msm8916-pm8916.dtsi | 75 regulator-always-on; /* Needed for L2 */ 81 regulator-always-on; /* Needed for L5/L7 */ 98 regulator-always-on; /* Needed for LPDDR RAM */ 108 regulator-always-on; /* Needed for most digital I/O */ 119 regulator-always-on; /* Needed for CPU PLL */
|
| D | msm8939-pm8916.dtsi | 54 regulator-always-on; /* Needed for L2 */ 59 regulator-always-on; /* Needed for L5/L7 */ 76 regulator-always-on; /* Needed for LPDDR RAM */ 86 regulator-always-on; /* Needed for most digital I/O */ 97 regulator-always-on; /* Needed for CPU PLL */
|
| /kernel/linux/linux-5.10/drivers/acpi/acpica/ |
| D | exresop.c | 29 * PARAMETERS: type_needed Object type needed 67 "Needed type [%s], found [%s] %p", in acpi_ex_check_object_type() 389 "Needed [Integer/String/Buffer], found [%s] %p", in acpi_ex_resolve_operands() 414 "Needed [Integer/String/Buffer], found [%s] %p", in acpi_ex_resolve_operands() 441 "Needed [Integer/String/Buffer], found [%s] %p", in acpi_ex_resolve_operands() 470 "Needed [Integer/String/Buffer], found [%s] %p", in acpi_ex_resolve_operands() 507 "Needed [Integer/String/Buffer], found [%s] %p", in acpi_ex_resolve_operands() 535 "Needed [Buffer/String/Package/Reference], found [%s] %p", in acpi_ex_resolve_operands() 558 "Needed [Buffer/String/Package], found [%s] %p", in acpi_ex_resolve_operands() 582 "Needed [Region/Buffer], found [%s] %p", in acpi_ex_resolve_operands() [all …]
|
| /kernel/linux/linux-6.6/drivers/acpi/acpica/ |
| D | exresop.c | 29 * PARAMETERS: type_needed Object type needed 67 "Needed type [%s], found [%s] %p", in acpi_ex_check_object_type() 389 "Needed [Integer/String/Buffer], found [%s] %p", in acpi_ex_resolve_operands() 414 "Needed [Integer/String/Buffer], found [%s] %p", in acpi_ex_resolve_operands() 441 "Needed [Integer/String/Buffer], found [%s] %p", in acpi_ex_resolve_operands() 470 "Needed [Integer/String/Buffer], found [%s] %p", in acpi_ex_resolve_operands() 507 "Needed [Integer/String/Buffer], found [%s] %p", in acpi_ex_resolve_operands() 535 "Needed [Buffer/String/Package/Reference], found [%s] %p", in acpi_ex_resolve_operands() 558 "Needed [Buffer/String/Package], found [%s] %p", in acpi_ex_resolve_operands() 582 "Needed [Region/Buffer], found [%s] %p", in acpi_ex_resolve_operands() [all …]
|
| /kernel/linux/linux-5.10/drivers/clk/sunxi/ |
| D | Kconfig | 26 usually needed for the PMIC communication, mostly. 34 Those are usually needed for the PMIC communication, 42 usually needed for the PMIC communication, mostly.
|
| /kernel/linux/linux-6.6/drivers/clk/sunxi/ |
| D | Kconfig | 25 usually needed for the PMIC communication, mostly. 32 Those are usually needed for the PMIC communication, 40 usually needed for the PMIC communication, mostly.
|
| /kernel/linux/linux-6.6/tools/testing/ktest/examples/include/ |
| D | min-config.conf | 7 # needed to boot a given machine. You can debug someone else's 9 # your MIN_CONFIG is to the true minimum set of configs needed to 14 # is truly the minimum set of configs needed to boot a box. 31 # directly because another config that was needed to boot the box
|
| /kernel/linux/linux-5.10/tools/testing/ktest/examples/include/ |
| D | min-config.conf | 7 # needed to boot a given machine. You can debug someone else's 9 # your MIN_CONFIG is to the true minimum set of configs needed to 14 # is truly the minimum set of configs needed to boot a box. 31 # directly because another config that was needed to boot the box
|
| /kernel/linux/linux-5.10/lib/ |
| D | Kconfig | 130 This option is only needed if a module that's not in the 274 # compression support is select'ed if needed 354 # Generic allocator support is selected if needed 360 # reed solomon support is select'ed if needed 378 # BCH support is selected if needed 417 # Textsearch support is select'ed if needed 537 # Netlink attribute parsing support is select'ed if needed 543 # Generic 64-bit atomic support is selected if needed 585 # libfdt files, only selected if needed.
|
| /kernel/linux/linux-6.6/lib/ |
| D | Kconfig | 153 This option is only needed if a module that's not in the 306 # compression support is select'ed if needed 390 # Generic allocator support is selected if needed 396 # reed solomon support is select'ed if needed 414 # BCH support is selected if needed 454 # Textsearch support is select'ed if needed 584 # Netlink attribute parsing support is select'ed if needed 590 # Generic 64-bit atomic support is selected if needed 632 # libfdt files, only selected if needed.
|
| /kernel/linux/linux-5.10/Documentation/livepatch/ |
| D | system-state.rst | 22 - store data needed to manipulate and restore the system state 115 of the livepatch. The allocation is not needed when the data 118 - Do any other preparatory action that is needed by 139 not longer needed. 156 - Remove any not longer needed setting or data.
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/pci/ |
| D | ralink,rt3883-pci.txt | 12 - #address-cells: specifies the number of cells needed to encode an 37 - #address-cells: specifies the number of cells needed to encode an 41 - #interrupt-cells: specifies the number of cells needed to encode an 52 - #address-cells: specifies the number of cells needed to encode an 58 - #interrupt-cells: specifies the number of cells needed to encode an
|