Home
last modified time | relevance | path

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

12345678910>>...297

/Linux-v5.4/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-v5.4/arch/mips/sgi-ip27/
DTODO1 1. Need to figure out why PCI writes to the IOC3 hang, and if it is okay
3 2. Need to figure out RRB allocation in bridge_startup().
4 3. Need to figure out why address swaizzling is needed in inw/outw for
6 4. Need to integrate ip27-klconfig.c:find_lboard and
14 10. Need a bad pmd table, bad pte table. __bad_pmd_table/__bad_pagetable
17 This might need to change later. Only the timer intr is set up to be
/Linux-v5.4/drivers/net/wireless/intel/iwlwifi/cfg/
D22000.c239 * so we need to restrict the size of transmitted aggregation to the
252 * so we need to restrict the size of transmitted aggregation to the
264 * so we need to restrict the size of transmitted aggregation to the
276 * 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
312 * so we need to restrict the size of transmitted aggregation to the
324 * so we need to restrict the size of transmitted aggregation to the
336 * so we need to restrict the size of transmitted aggregation to the
349 * so we need to restrict the size of transmitted aggregation to the
[all …]
/Linux-v5.4/crypto/
Dcrypto_engine.c21 * @req: the request need to be finalized
128 /* Until here we get the request need to be encrypted successfully */ in crypto_pump_requests()
179 * @req: the request need to be listed into the engine queue
208 * @req: the request need to be listed into the engine queue
220 * @req: the request need to be listed into the engine queue
234 * @req: the request need to be listed into the engine queue
247 * @req: the request need to be listed into the engine queue
260 * @req: the request need to be listed into the engine queue
273 * @req: the request need to be listed into the engine queue
286 * @req: the request need to be finalized
[all …]
/Linux-v5.4/arch/um/drivers/
DKconfig172 Slip Transport. You'll need at least one of them, but may choose
173 more than one without conflict. If you don't need UML networking,
210 conflict. If you don't need UML networking, say N.
220 To use this form of networking, you'll need to run the UML
229 say Y. If you need a network between UMLs on multiple physical
232 transports. You'll need at least one of them, but may choose
233 more than one without conflict. If you don't need UML networking,
259 To use this form of networking, you will need to run vde_switch
266 If you need UML networking with VDE,
277 bridge if any of them need to be able to talk to their hosts or any
[all …]
/Linux-v5.4/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-v5.4/Documentation/core-api/
Didr.rst31 If you need to change the pointer associated with an ID, you can call
37 Some users need to allocate IDs larger than ``INT_MAX``. So far all of
39 :c:func:`idr_alloc_u32`. If you need IDs that will not fit in a u32,
42 If you need to allocate IDs sequentially, you can use
48 iterator-style :c:func:`idr_for_each_entry`. You may need to use
60 If you need to take a lock while allocating a new ID from the IDR,
61 you may need to pass a restrictive set of GFP flags, which can lead
/Linux-v5.4/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-v5.4/mm/
Dpage_ext.c31 * is the need callback which is mandatory if user wants to avoid useless
35 * The need callback is used to decide whether extended memory allocation is
38 * allocating huge chunk of memory, each clients represent their need of
39 * extra memory through the need callback. If one of the need callbacks
42 * none of need callbacks return true, memory isn't needed at all in this boot
46 * When need callback returns true, page_ext checks if there is a request for
78 bool need = false; in invoke_need_callbacks() local
81 if (page_ext_ops[i]->need && page_ext_ops[i]->need()) { in invoke_need_callbacks()
84 need = true; in invoke_need_callbacks()
88 return need; in invoke_need_callbacks()
[all …]
/Linux-v5.4/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 :c:func:`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.
Dxfs-delayed-logging-design.txt135 need to ensure application level data integrity is maintained.
163 changes to the log buffers, we need to ensure that the object we are formatting
192 Hence we avoid the need to lock items when we need to flush outstanding
222 The memory buffer and associated vector need to be passed as a single object,
223 but still need to be associated with the parent object so if the object is
230 are in the item, so we'd need a new encapsulation method for regions in the log
236 Hence we need to keep the vector, but by attaching the memory buffer to it and
247 them to be used without limitations, we need to be able to track and accumulate
284 We need to write these items in the order that they exist in the CIL, and they
285 need to be written as an atomic transaction. The need for all the objects to be
[all …]
/Linux-v5.4/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-v5.4/drivers/parport/
DKconfig23 machines) etc., then you need to say Y here; please read
73 will need to know which IRQ the parallel port has. By default,
90 Say Y here if you need PCMCIA support for your PC-style parallel
98 Say Y here if you need support for the parallel port on
107 Say Y here if you need support for the parallel port hardware on
116 Say Y here if you need parallel port support for the MFC3 card.
125 Say Y here if you need support for the parallel port hardware on
147 Say Y here if you need support for the parallel port hardware on
/Linux-v5.4/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-v5.4/Documentation/driver-api/usb/
Dtypec_bus.rst11 every alternate mode, so every alternate mode will need a custom driver.
31 needed from the port drivers, but the port drivers need to provide the operation
33 drivers need to provide them for the partner alternate mode devices.
52 in need to reconfigure the pins on the connector, the alternate mode driver
57 chain to notify the external drivers about the state of the connector that need
86 The drivers for the components that the alternate modes are designed for need to
89 example, the GPU drivers will need to know those details. In case of
90 Thunderbolt alternate mode, the thunderbolt drivers will need to know them, and
/Linux-v5.4/fs/xfs/
Dxfs_log_cil.c25 * we don't want to be issuing transactions from, so we need to tell the
30 * the space required, we need to set the current reservation of the ticket to
53 * tail of the log are. We need this log initialisation done before we can
91 * the CIL and we need a CIL commit to occur to free memory.
93 * To avoid this, we need to move the memory allocation outside the
146 * Ordered items need to be tracked but we do not wish to write in xlog_cil_alloc_shadow_bufs()
147 * them. We need a logvec to track the object, but we do not in xlog_cil_alloc_shadow_bufs()
148 * need an iovec or buffer to be allocated for copying data. in xlog_cil_alloc_shadow_bufs()
158 * of the next one is naturally aligned. We'll need to in xlog_cil_alloc_shadow_bufs()
174 * if we have no shadow buffer, or it is too small, we need to in xlog_cil_alloc_shadow_bufs()
[all …]
Dxfs_log_priv.h84 * system is idle. We need two dummy transaction because the h_tail_lsn
97 * NEED -- logging has occurred and we need a dummy transaction
99 * DONE -- we were in the NEED state and have committed a dummy
107 * 1.) In xfs_sync, when we detect an idle log and are in NEED or NEED2.
114 * transaction going out, the next state is NEED.
116 * is NEED. We can't be finishing a write of the dummy record
188 * Because of cacheline contention on large machines, we need to separate
197 * so we need to ensure that these fields are located in separate cachelines.
213 /* Callback structures need their own cacheline */
217 /* reference counts need their own cacheline */
[all …]
/Linux-v5.4/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-v5.4/drivers/mtd/parsers/
DKconfig31 You will still need the parsing functions to be called by the driver
89 If you need code which can detect and parse these tables, and
93 You will still need the parsing functions to be called by the driver
123 If you need code which can detect and parse this table, and register
127 You will still need the parsing functions to be called by the driver
153 If you need to register each unallocated flash region as a MTD
159 If you need to force read-only for 'RedBoot', 'RedBoot Config' and
/Linux-v5.4/sound/soc/tegra/
DKconfig19 Tegra20 AC97 interface. You will also need to select the individual
27 You will also need to select the individual machine drivers to
36 Tegra20 I2S interface. You will also need to select the individual
45 You will also need to select the individual machine drivers to support
53 You will also need to select the individual machine drivers to
62 Tegra30 I2S interface. You will also need to select the individual
/Linux-v5.4/Documentation/networking/
Dipddp.txt27 will need to turn on AppleTalk-IP driver support. Then you will need to
40 need to consult the supporting documentation for each set of tools.
42 Decapsulation - You will need to download a software package called
52 Encapsulation - You will need to download a software daemon called ipddpd.
54 You will also need to add the proper routes to route your Linux box's IP
/Linux-v5.4/fs/ceph/
Dmdsmap.c55 size_t need; \
57 need = sizeof(type) * n; \
58 ceph_decode_need(p, end, need, bad); \
59 *p += need; \
65 size_t need; \
67 need = (sizeof(ktype) + sizeof(vtype)) * n; \
68 ceph_decode_need(p, end, need, bad); \
69 *p += need; \
345 size_t need; in ceph_mdsmap_decode() local
347 need = sizeof(u32) * n; in ceph_mdsmap_decode()
[all …]
/Linux-v5.4/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-v5.4/Documentation/RCU/
DlistRCU.rst20 Therefore, once the route has been computed, there is no need to hold
145 can therefore be eliminated, since use of RCU eliminates the need for
165 otherwise, the added fields would need to be filled in)::
237 Why does the search function need to return holding the per-entry lock for
242 If the system-call audit module were to ever need to reject stale data,
272 audit_upd_rule() would need additional memory barriers to ensure
275 The audit_del_rule() function would need to set the "deleted"
283 /* Do not need to use the _rcu iterator here, since this
313 Why does the search function need to return holding the per-entry
318 is really OK to be processing stale data, then you don't need a
[all …]
/Linux-v5.4/Documentation/gpu/
Dtodo.rst31 There is a conversion guide for atomic and all you need is a GPU for a
35 As part of this drivers also need to convert to universal plane (which means
77 ``GFP_NOFAIL`` behind the scenes. All legacy paths need to start allocating
103 Core GEM doesn't have a need for ``struct_mutex`` any more since kernel 4.8,
107 For drivers that need ``struct_mutex`` it should be replaced with a driver-
173 which means drivers need to have a special framebuffer for fbdev. Which prevents
179 emulation. It would need to fully wrap the existing mmap ops, forwarding
182 - In the drm_fbdev_fb_mmap helper, if we need defio, change the
215 We also need a 2nd version of the CMA define that doesn't require the
277 these igt tests need to be fixed: kms_fbcon_fbt@psr and
[all …]

12345678910>>...297