Home
last modified time | relevance | path

Searched full:need (Results 1 – 25 of 7020) sorted by relevance

12345678910>>...281

/Linux-v6.6/fs/nls/
DKconfig45 in so-called DOS codepages. You need to include the appropriate
57 in so-called DOS codepages. You need to include the appropriate
69 in so-called DOS codepages. You need to include the appropriate
82 so-called DOS codepages. You need to include the appropriate
98 so-called DOS codepages. You need to include the appropriate
113 so-called DOS codepages. You need to include the appropriate
124 so-called DOS codepages. You need to include the appropriate
135 so-called DOS codepages. You need to include the appropriate
146 so-called DOS codepages. You need to include the appropriate
157 so-called DOS codepages. You need to include the appropriate
[all …]
/Linux-v6.6/drivers/net/wireless/intel/iwlwifi/cfg/
D22000.c157 * If the device doesn't support HE, no need to have that many buffers.
188 * so we need to restrict the size of transmitted aggregation to the
224 * so we need to restrict the size of transmitted aggregation to the
237 * so we need to restrict the size of transmitted aggregation to the
250 * so we need to restrict the size of transmitted aggregation to the
262 * so we need to restrict the size of transmitted aggregation to the
275 * so we need to restrict the size of transmitted aggregation to the
288 * so we need to restrict the size of transmitted aggregation to the
300 * so we need to restrict the size of transmitted aggregation to the
314 * so we need to restrict the size of transmitted aggregation to the
[all …]
/Linux-v6.6/drivers/media/v4l2-core/
DKconfig35 # Used by drivers that need tuner.ko
39 # Used by drivers that need v4l2-jpeg.ko
43 # Used by drivers that need v4l2-h264.ko
47 # Used by drivers that need v4l2-vp9.ko
51 # Used by drivers that need v4l2-mem2mem.ko
86 # Used by drivers that need Videobuf modules
/Linux-v6.6/Documentation/core-api/
Didr.rst34 If you need to change the pointer associated with an ID, you can call
40 Some users need to allocate IDs larger than ``INT_MAX``. So far all of
42 idr_alloc_u32(). If you need IDs that will not fit in a u32,
45 If you need to allocate IDs sequentially, you can use
51 iterator-style idr_for_each_entry(). You may need to use
63 If you need to take a lock while allocating a new ID from the IDR,
64 you may need to pass a restrictive set of GFP flags, which can lead
/Linux-v6.6/Documentation/filesystems/
Djournalling.rst10 The journalling layer is easy to use. You need to first of all create a
20 Once you have got your journal_t object you need to 'mount' or load the
25 does not need to be processed (or even need not have valid contents), it
38 You still need to actually journal your filesystem changes, this is done
39 by wrapping them into transactions. Additionally you also need to wrap
52 Inside each transaction you need to wrap the modifications to the
54 need to call jbd2_journal_get_create_access() /
60 buffer, and once you are have done so you need to call
100 strategy. Why? Because, if you do a delete, you need to ensure you
116 that need processing when the transaction commits.
[all …]
Dxfs-delayed-logging-design.rst18 reservations bounds. At this point we need to explain how relogging works. With
138 For single shot operations that need to reach stable storage immediately, or
163 enough to take into account the amount of metadata that the change might need to
192 rolls are likely for the common modifications that need to be made.
207 modifications we make only need to reserve log space once.
241 and need to write into the log. The reserve head is used to prevent new
267 we need to be able to *overcommit* the log reservation space. As has already
421 need to ensure application level data integrity is maintained.
450 changes to the log buffers, we need to ensure that the object we are formatting
479 Hence we avoid the need to lock items when we need to flush outstanding
[all …]
/Linux-v6.6/drivers/usb/atm/
DKconfig12 modem to your computer's USB port. You will then need to choose your
25 modem. In order to use your modem you will need to install the
37 AccessRunner chipset. In order to use your modem you will need to
49 or eagle chipset. In order to use your modem you will need to
60 another USB DSL drivers. In order to use your modem you will need to
62 and reception as module parameters. You may need to initialize
/Linux-v6.6/Documentation/devicetree/bindings/sound/
Dsirf-audio.txt9 - hp-pa-gpios: Need to be present if the board need control external
11 - spk-pa-gpios: Need to be present if the board need control external
13 - hp-switch-gpios: Need to be present if the board capable to detect jack
/Linux-v6.6/scripts/coccinelle/api/
Dplatform_no_drv_owner.cocci127 msg = "No need to set .owner here. The core will do it."
134 msg = "No need to set .owner here. The core will do it."
141 msg = "No need to set .owner here. The core will do it."
148 msg = "No need to set .owner here. The core will do it."
157 msg = "No need to set .owner here. The core will do it."
164 msg = "No need to set .owner here. The core will do it."
171 msg = "No need to set .owner here. The core will do it."
178 msg = "No need to set .owner here. The core will do it."
/Linux-v6.6/mm/
Dpage_ext.c33 * is the need callback which is mandatory if user wants to avoid useless
37 * The need callback is used to decide whether extended memory allocation is
40 * allocating huge chunk of memory, each clients represent their need of
41 * extra memory through the need callback. If one of the need callbacks
44 * none of need callbacks return true, memory isn't needed at all in this boot
48 * When need callback returns true, page_ext checks if there is a request for
73 .need = need_page_idle,
106 bool need = false; in invoke_need_callbacks() local
109 if (page_ext_ops[i]->need()) { in invoke_need_callbacks()
118 if (page_ext_ops[i]->need()) { in invoke_need_callbacks()
[all …]
/Linux-v6.6/crypto/
Dcrypto_engine.c37 * @req: the request need to be finalized
130 * We'll need it on completion (crypto_finalize_request). in crypto_pump_requests()
142 /* Until here we get the request need to be encrypted successfully */ in crypto_pump_requests()
233 * @req: the request need to be listed into the engine queue
263 * @req: the request need to be listed into the engine queue
275 * @req: the request need to be listed into the engine queue
288 * @req: the request need to be listed into the engine queue
301 * @req: the request need to be listed into the engine queue
314 * @req: the request need to be listed into the engine queue
327 * @req: the request need to be listed into the engine queue
[all …]
/Linux-v6.6/drivers/mtd/ubi/
Dmisc.c94 int need = ubi->beb_rsvd_level - ubi->beb_rsvd_pebs; in ubi_update_reserved() local
96 if (need <= 0 || ubi->avail_pebs == 0) in ubi_update_reserved()
99 need = min_t(int, need, ubi->avail_pebs); in ubi_update_reserved()
100 ubi->avail_pebs -= need; in ubi_update_reserved()
101 ubi->rsvd_pebs += need; in ubi_update_reserved()
102 ubi->beb_rsvd_pebs += need; in ubi_update_reserved()
103 ubi_msg(ubi, "reserved more %d PEBs for bad PEB handling", need); in ubi_update_reserved()
/Linux-v6.6/fs/xfs/
Dxfs_log_cil.c24 * we don't want to be issuing transactions from, so we need to tell the
29 * the space required, we need to set the current reservation of the ticket to
201 * tail of the log are. We need this log initialisation done before we can
240 * the CIL and we need a CIL commit to occur to free memory.
242 * To avoid this, we need to move the memory allocation outside the
295 * Ordered items need to be tracked but we do not wish to write in xlog_cil_alloc_shadow_bufs()
296 * them. We need a logvec to track the object, but we do not in xlog_cil_alloc_shadow_bufs()
297 * need an iovec or buffer to be allocated for copying data. in xlog_cil_alloc_shadow_bufs()
307 * the next one is naturally aligned. We'll need to account for in xlog_cil_alloc_shadow_bufs()
312 * at this point. Hence we'll need an addition number of bytes in xlog_cil_alloc_shadow_bufs()
[all …]
/Linux-v6.6/tools/perf/pmu-events/arch/x86/skylakex/
Dfloating-point.json6 …m 2 calculations per element. The DAZ and FTZ flags in the MXCSR register need to be set when usin…
14 …m 2 calculations per element. The DAZ and FTZ flags in the MXCSR register need to be set when usin…
22 …m 2 calculations per element. The DAZ and FTZ flags in the MXCSR register need to be set when usin…
30 …m 2 calculations per element. The DAZ and FTZ flags in the MXCSR register need to be set when usin…
38 …m 2 calculations per element. The DAZ and FTZ flags in the MXCSR register need to be set when usin…
46 …m 2 calculations per element. The DAZ and FTZ flags in the MXCSR register need to be set when usin…
54 …m 2 calculations per element. The DAZ and FTZ flags in the MXCSR register need to be set when usin…
62 …m 2 calculations per element. The DAZ and FTZ flags in the MXCSR register need to be set when usin…
70 …m 2 calculations per element. The DAZ and FTZ flags in the MXCSR register need to be set when usin…
78 …m 2 calculations per element. The DAZ and FTZ flags in the MXCSR register need to be set when usin…
[all …]
/Linux-v6.6/drivers/parport/
DKconfig23 machines) etc., then you need to say Y here; please read
74 will need to know which IRQ the parallel port has. By default,
91 Say Y here if you need PCMCIA support for your PC-style parallel
99 Say Y here if you need support for the parallel port on
108 Say Y here if you need support for the parallel port hardware on
117 Say Y here if you need parallel port support for the MFC3 card.
126 Say Y here if you need support for the parallel port hardware on
/Linux-v6.6/tools/perf/Documentation/
Dandroid.txt9 1. You need to download and install the Android Native Development Kit (NDK).
50 You need to run make with the NDK toolchain and sysroot defined above:
58 You need to connect to your Android device/emulator using adb.
62 If you also want to use perf-archive you need busybox tools for Android.
63 For installing perf-archive, you first need to replace #!/bin/bash with #!/system/bin/sh:
70 Some perf features need environment variables to run properly.
71 You need to set these before running perf on the target:
/Linux-v6.6/arch/mips/include/asm/
Dsync.h27 * actually need to complete - they just need to get far enough that all
81 * respectively. In cases where we need to know that a ginvi or ginvt operation
88 /* Trivial; indicate that we always need this sync instruction. */
92 * Indicate that we need this sync instruction only on systems with weakly
103 * Indicate that we need this sync instruction only on systems where LL/SC
123 * In order to avoid this we need to place a memory barrier (ie. a SYNC
134 * In order to avoid this we need a memory barrier (ie. a SYNC instruction)
173 * when we detect at runtime that we're running on a CPU that doesn't need
/Linux-v6.6/drivers/net/wireless/intel/ipw2x00/
DKconfig23 In order to use this driver, you will need a firmware image for it.
26 will need to place it in /lib/firmware.
28 You will also very likely need the Wireless Tools in order to
85 In order to use this driver, you will need a firmware image for it.
90 You will also very likely need the Wireless Tools in order to
135 the rtap interface will not be created and you will need to turn
153 will typically not need this high verbosity debug information.
/Linux-v6.6/arch/powerpc/mm/nohash/
Dtlb_low_64e.S91 /* We need _PAGE_PRESENT and _PAGE_ACCESSED set */
109 * MAS1 is preset for all we need except for TID that needs to
181 * - TSIZE need change if !base page size, not
183 * MAS 2 : Defaults not useful, need to be redone
219 /* We need to check if it was an instruction miss */
253 * No HES or NV hint on TLB1, so we need to do software round-robin
254 * No tlbsrx. so we need a spinlock, and we have to deal
379 /* Now, we need to walk the page tables. First check if we are in
414 * MAS 2 : Default not 2M-aligned, need to be redone
464 * MAS 1 : Need to clear IND and set TSIZE
[all …]
/Linux-v6.6/Documentation/gpu/
Dtodo.rst17 Intermediate: Tasks which need some experience with working in the DRM
22 Advanced: Tricky tasks that need fairly good understanding of the DRM subsystem
23 and graphics topics. Generally need the relevant hardware for development and
52 There is a conversion guide for atomic [1]_ and all you need is a GPU for a
56 As part of this drivers also need to convert to universal plane (which means
134 ``GFP_NOFAIL`` behind the scenes. All legacy paths need to start allocating
162 Core GEM doesn't have a need for ``struct_mutex`` any more since kernel 4.8,
166 For drivers that need ``struct_mutex`` it should be replaced with a driver-
186 To solve this we need one standard per-object locking mechanism, which is
277 - Need to switch over to the generic dirty tracking code using
[all …]
/Linux-v6.6/Documentation/admin-guide/media/
Dfaq.rst60 to scan for services. So, you don't need to use an external
63 Most of such tools need a file containing a list of channel
80 transponders. If not, you may need to seek for such info at
87 Once you have a transponders list, you need to generate a services
154 usually TV cards need stronger signals than TV sets, and are more
155 sensitive to noise. So, perhaps you just need a better antenna or
202 7. What are all those modules that need to be loaded?
210 need the remote controller core and the remote controller tables.
212 core support for video4linux need to be loaded.
/Linux-v6.6/tools/virtio/ringtest/
Dring.c68 /* we do not need to track last avail index
189 bool need; in kick_available() local
194 need = need_event(event->kick_index, in kick_available()
199 if (need) in kick_available()
237 /* simple in-order completion: we don't need in use_buf()
256 bool need; in call_used() local
262 need = need_event(event->call_index, in call_used()
268 if (need) in call_used()
/Linux-v6.6/tools/perf/pmu-events/arch/x86/skylake/
Dfloating-point.json6 …m 2 calculations per element. The DAZ and FTZ flags in the MXCSR register need to be set when usin…
14 …m 2 calculations per element. The DAZ and FTZ flags in the MXCSR register need to be set when usin…
22 …m 2 calculations per element. The DAZ and FTZ flags in the MXCSR register need to be set when usin…
30 …m 2 calculations per element. The DAZ and FTZ flags in the MXCSR register need to be set when usin…
38 …m 2 calculations per element. The DAZ and FTZ flags in the MXCSR register need to be set when usin…
46 …m 2 calculations per element. The DAZ and FTZ flags in the MXCSR register need to be set when usin…
54 …m 2 calculations per element. The DAZ and FTZ flags in the MXCSR register need to be set when usin…
62 …m 2 calculations per element. The DAZ and FTZ flags in the MXCSR register need to be set when usin…
/Linux-v6.6/tools/perf/pmu-events/arch/x86/cascadelakex/
Dfloating-point.json6 …m 2 calculations per element. The DAZ and FTZ flags in the MXCSR register need to be set when usin…
14 …m 2 calculations per element. The DAZ and FTZ flags in the MXCSR register need to be set when usin…
22 …m 2 calculations per element. The DAZ and FTZ flags in the MXCSR register need to be set when usin…
30 …m 2 calculations per element. The DAZ and FTZ flags in the MXCSR register need to be set when usin…
38 …m 2 calculations per element. The DAZ and FTZ flags in the MXCSR register need to be set when usin…
46 … 2 calculations per element. The DAZ and FTZ flags in the MXCSR register need to be set when usin…
54 …m 2 calculations per element. The DAZ and FTZ flags in the MXCSR register need to be set when usin…
62 …m 2 calculations per element. The DAZ and FTZ flags in the MXCSR register need to be set when usin…
70 …m 2 calculations per element. The DAZ and FTZ flags in the MXCSR register need to be set when usin…
78 …m 2 calculations per element. The DAZ and FTZ flags in the MXCSR register need to be set when usin…
[all …]
/Linux-v6.6/Documentation/networking/devlink/
Ddevlink-trap.rst153 - Traps packets that the device decided to drop in case they need to be
175 - Traps packets that the device decided to drop because they need to
179 - Traps packets that the device decided to drop because they need to be
184 - Traps packets that the device decided to drop because they need to be
189 - Traps packets that the device decided to drop because they need to be
193 - Traps packets that the device decided to drop because they need to be
197 - Traps packets that the device decided to drop because they need to be
202 - Traps packets that the device decided to drop because they need to be
206 - Traps IPv6 packets that the device decided to drop because they need to
211 - Traps IPv6 packets that the device decided to drop because they need to
[all …]

12345678910>>...281