Home
last modified time | relevance | path

Searched refs:needed (Results 101 – 125 of 1180) sorted by relevance

12345678910>>...48

/linux/Documentation/admin-guide/blockdev/
H A Dfloppy.rst80 This option is not needed if the second controller is at address
92 This is needed on HP Omnibooks, which don't have a workable
113 Disables the FIFO entirely. This is needed if you get "Bus
140 Usually, tuning the fifo threshold should not be needed, as
171 is needed on IBM L40SX laptops in certain video modes. (There seems
/linux/Documentation/firmware-guide/acpi/
H A Dosi.rst52 where 'OEM' is needed if this is an OEM-specific hook,
58 an evaluation of all of its uses. This uncovered that they aren't needed
82 But _OS had fundamental problems. First, the BIOS needed to know the name
83 of every possible version of the OS that would run on it, and needed to know
135 for legacy systems still needed it. Further a BIOS_BUG warning prints
/linux/Documentation/devicetree/bindings/interrupt-controller/
H A Ddigicolor-ic.txt9 - #interrupt-cells : Specifies the number of cells needed to encode an
H A Dtechnologic,ts4800.txt12 - #interrupt-cells: specifies the number of cells needed to encode an interrupt
H A Daspeed,ast2400-vic.txt13 - #interrupt-cells : Specifies the number of cells needed to encode an
H A Dopen-pic.txt22 - #interrupt-cells: Specifies the number of cells needed to encode an
25 - #address-cells: Specifies the number of cells needed to encode an
H A Djcore,aic.txt15 - #interrupt-cells: Specifies the number of cells needed to encode an
/linux/net/nfc/hci/
H A DKconfig8 implementation. This is mostly needed for devices that only process
/linux/arch/arc/boot/dts/
H A Dskeleton.dtsi7 * Skeleton device tree; the bare minimum needed to boot; just include and
/linux/arch/arm64/boot/dts/ti/
H A Dk3-am65-iot2050-common-pg2.dtsi38 /* Workaround needed to get DP clock of 154Mhz */
/linux/tools/testing/selftests/rcutorture/doc/
H A Dinitrd.txt16 # Manually verify that initrd contains needed binaries and libraries.
/linux/arch/arm/boot/dts/ti/omap/
H A Ddra62x-clocks.dtsi33 * Please add the extra options for ysclk_14 and 16 if really needed.
/linux/Documentation/admin-guide/
H A Dhighuid.rst21 Further investigation is needed to see if the quota system can cope
69 more are needed. (as well as new user<->kernel data structures)
/linux/Documentation/devicetree/bindings/clock/ti/
H A Ddra7-atl.txt10 internally within the SoC or external components) two sets of bindings is needed:
17 for the DT clock tree, the IP driver is needed to handle the actual configuration
/linux/Documentation/driver-api/tty/
H A Dn_gsm.rst28 #. Configure the mux using ``GSMIOC_GETCONF_EXT``/``GSMIOC_SETCONF_EXT`` ioctl if needed.
65 may be needed here in some case */
129 ioctl if needed.
/linux/fs/ext4/
H A Dmigrate.c25 int retval = 0, needed; in finish_range() local
50 needed = ext4_ext_calc_credits_for_single_extent(inode, in finish_range()
53 retval = ext4_datasem_ensure_credits(handle, inode, needed, needed, 0); in finish_range()
/linux/Documentation/block/
H A Dbiovecs.rst11 More specifically, old code that needed to partially complete a bio would
108 actually needed for iterating over the bio anymore - we only use bi_size.
111 over all the biovecs in the new bio - which is silly as it's not needed.
115 * The current interface allows the block layer to split bios as needed, so we
/linux/net/sctp/
H A Dstream_interleave.c959 __u16 needed; in sctp_renege_events() local
961 needed = ntohs(chunk->chunk_hdr->length) - in sctp_renege_events()
965 freed = sctp_ulpq_renege_list(ulpq, &ulpq->lobby, needed); in sctp_renege_events()
966 if (freed < needed) in sctp_renege_events()
968 needed); in sctp_renege_events()
969 if (freed < needed) in sctp_renege_events()
971 needed); in sctp_renege_events()
974 if (freed >= needed && sctp_ulpevent_idata(ulpq, chunk, gfp) <= 0) in sctp_renege_events()
/linux/Documentation/arch/arm64/
H A Dacpi_object_usage.rst185 PSCI_USE_HVC is set or unset as needed (see table 5-37).
507 should be used as needed for a particular platform or particular subsystem,
528 _CID 6.1.2 Use as needed, see also _HID.
530 _CLS 6.1.3 Use as needed, see also _HID.
532 _CPC 8.4.7.1 Use as needed, power management specific. CPPC is
537 _CSD 8.4.2.2 Use as needed, used only in conjunction with _CST.
626 _PRx 7.3.8-11 Use as needed; power management specific. If _PR0 is
650 _SRS 6.2.16 Use as needed; see also _PRS.
655 _SUB 6.1.9 Use as needed; _HID or _CID are preferred.
657 _SUN 6.1.11 Use as needed, but recommended.
[all …]
/linux/tools/memory-model/litmus-tests/
H A DIRIW+poonceonces+OnceOnce.litmus8 * needed to cause two different reading processes to agree on the order
/linux/net/6lowpan/
H A Dnhc.h67 int (*uncompress)(struct sk_buff *skb, size_t needed);
/linux/Documentation/devicetree/bindings/iio/adc/
H A Dmaxim,max11100.yaml23 description: External reference, needed to establish input scaling.
/linux/scripts/
H A Dchecksyscalls.sh254 /* 64-bit ports never needed these, and new 32-bit ports can use statx */
/linux/Documentation/rust/
H A Darch-support.rst9 Documentation/kbuild/llvm.rst). This support is needed for ``bindgen``
/linux/tools/bpf/bpftool/
H A Dprog.c93 size_t needed = 0; in prep_prog_info() local
98 needed += info->jited_prog_len; in prep_prog_info()
101 needed += info->xlated_prog_len; in prep_prog_info()
105 needed += info->nr_jited_ksyms * sizeof(__u64); in prep_prog_info()
108 needed += info->nr_jited_func_lens * sizeof(__u32); in prep_prog_info()
112 needed += info->nr_func_info * info->func_info_rec_size; in prep_prog_info()
116 needed += info->nr_line_info * info->line_info_rec_size; in prep_prog_info()
120 needed += info->nr_jited_line_info * info->jited_line_info_rec_size; in prep_prog_info()
122 if (needed > *info_data_sz) { in prep_prog_info()
123 ptr = realloc(*info_data, needed); in prep_prog_info()
[all …]

12345678910>>...48