Home
last modified time | relevance | path

Searched refs:need (Results 1 – 25 of 1705) sorted by relevance

12345678910>>...69

/linux-6.3-rc2/scripts/
A Dsphinx-pre-install21 my $need = 0;
133 $need++;
390 return if (!$need && !$optional);
459 return if (!$need && !$optional);
834 $need++ if ($need_sphinx);
883 my $old_need = $need;
895 $need = $old_need;
976 if ($need == 1) {
978 } elsif ($need) {
994 if ($need == 1) {
[all …]
/linux-6.3-rc2/drivers/mtd/ubi/
A 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-6.3-rc2/scripts/coccinelle/api/
A 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-6.3-rc2/drivers/media/v4l2-core/
A 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
77 # Used by drivers that need Videobuf modules
/linux-6.3-rc2/tools/virtio/ringtest/
A Dring.c189 bool need; in kick_available() local
194 need = need_event(event->kick_index, in kick_available()
199 if (need) in kick_available()
256 bool need; in call_used() local
262 need = need_event(event->call_index, in call_used()
268 if (need) in call_used()
A Dvirtio_ring_0_9.c228 bool need; in kick_available() local
233 need = vring_need_event(vring_avail_event(&ring), in kick_available()
238 if (need) in kick_available()
321 bool need; in call_used() local
326 need = vring_need_event(vring_used_event(&ring), in call_used()
331 if (need) in call_used()
/linux-6.3-rc2/fs/ceph/
A Dmdsmap.c67 size_t need; \
69 need = sizeof(type) * n; \
70 ceph_decode_need(p, end, need, bad); \
71 *p += need; \
77 size_t need; \
80 ceph_decode_need(p, end, need, bad); \
81 *p += need; \
362 size_t need; in ceph_mdsmap_decode() local
364 need = sizeof(u32) * n; in ceph_mdsmap_decode()
365 ceph_decode_need(p, end, need, bad_ext); in ceph_mdsmap_decode()
[all …]
/linux-6.3-rc2/tools/perf/Documentation/
A 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-6.3-rc2/fs/nls/
A DKconfig45 in so-called DOS codepages. You need to include the appropriate
57 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
168 so-called DOS codepages. You need to include the appropriate
[all …]
/linux-6.3-rc2/drivers/usb/atm/
A 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-6.3-rc2/Documentation/core-api/
A 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-6.3-rc2/drivers/s390/scsi/
A Dzfcp_erp.c132 need = 0; in zfcp_erp_handle_failed()
136 need = 0; in zfcp_erp_handle_failed()
141 need = 0; in zfcp_erp_handle_failed()
150 need = 0; in zfcp_erp_handle_failed()
158 return need; in zfcp_erp_handle_failed()
197 return need; in zfcp_erp_required_act()
210 return need; in zfcp_erp_required_act()
228 switch (need) { in zfcp_erp_setup_act()
275 erp_action->type = need; in zfcp_erp_setup_act()
291 if (!need) { in zfcp_erp_action_enqueue()
[all …]
/linux-6.3-rc2/Documentation/scheduler/
A Dsched-arch.rst11 locked. This is usually not a problem unless switch_to may need to
24 Your cpu_idle routines need to obey the following rules:
31 threads need only ever query need_resched, and may never set or
37 4. The only time interrupts need to be disabled when checking
52 need an interrupt to wake them up when need_resched goes high.
/linux-6.3-rc2/Documentation/networking/
A Dipddp.rst32 will need to turn on AppleTalk-IP driver support. Then you will need to
45 need to consult the supporting documentation for each set of tools.
47 Decapsulation - You will need to download a software package called
57 Encapsulation - You will need to download a software daemon called ipddpd.
59 You will also need to add the proper routes to route your Linux box's IP
/linux-6.3-rc2/scripts/kconfig/tests/preprocess/escape/
A DKconfig16 # No need to escape '$' itself.
22 # You need a trick to escape '$' followed by '('
27 # You need a trick to treat unbalanced parentheses.
/linux-6.3-rc2/mm/
A Dpage_ext.c73 .need = need_page_idle,
107 bool need = false; in invoke_need_callbacks() local
110 if (page_ext_ops[i]->need()) { in invoke_need_callbacks()
119 if (page_ext_ops[i]->need()) { in invoke_need_callbacks()
122 need = true; in invoke_need_callbacks()
126 return need; in invoke_need_callbacks()
/linux-6.3-rc2/Documentation/devicetree/bindings/net/
A Dmediatek-dwmac.yaml15 # We need a select here so we don't match all nodes with 'snps,dwmac'
79 For MT2712 RGMII interface, Allowed value need to be a multiple of 170,
81 For MT2712 RMII/MII interface, Allowed value need to be a multiple of 550,
83 For MT8188/MT8195 RGMII/RMII/MII interface, Allowed value need to be a multiple of 290,
89 For MT2712 RGMII interface, Allowed value need to be a multiple of 170,
91 For MT2712 RMII/MII interface, Allowed value need to be a multiple of 550,
93 For MT8188/MT8195 RGMII/RMII/MII interface, Allowed value need to be a multiple
/linux-6.3-rc2/Documentation/filesystems/
A 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 …]
A Dbfs.rst11 In order to access /stand partition under Linux you obviously need to
21 When you have finished using it and umounted you need to also deallocate
35 /proc/mounts. You will need to do it manually using "-d" switch of
38 To create the BFS image under UnixWare you need to find out first which
/linux-6.3-rc2/net/ceph/
A Dauth_x.c26 int need; /* missing + need renewal */ in ceph_x_is_authenticated() local
28 ceph_x_validate_tickets(ac, &need); in ceph_x_is_authenticated()
30 WARN_ON((need & missing) != missing); in ceph_x_is_authenticated()
39 int need; in ceph_x_should_authenticate() local
41 ceph_x_validate_tickets(ac, &need); in ceph_x_should_authenticate()
43 ac->want_keys, xi->have_keys, need, !!need); in ceph_x_should_authenticate()
44 return !!need; in ceph_x_should_authenticate()
492 int need; in ceph_x_build_request() local
504 xi->have_keys, need); in ceph_x_build_request()
544 WARN_ON(!need); in ceph_x_build_request()
[all …]
/linux-6.3-rc2/arch/powerpc/boot/dts/
A Diss4xx.dts38 i-cache-line-size = <32>; // may need fixup in sim
39 d-cache-line-size = <32>; // may need fixup in sim
40 i-cache-size = <32768>; /* may need fixup in sim */
41 d-cache-size = <32768>; /* may need fixup in sim */
/linux-6.3-rc2/arch/s390/kernel/
A Dperf_cpum_cf.c252 size_t ctrset_size, need = 0; in cfdiag_getctrset() local
262 if (need <= room) { in cfdiag_getctrset()
269 need = 0; in cfdiag_getctrset()
276 return need; in cfdiag_getctrset()
1323 size_t need = 0; in cfset_cpuset_read() local
1327 if (need <= room) { in cfset_cpuset_read()
1332 need = 0; in cfset_cpuset_read()
1334 return need; in cfset_cpuset_read()
1422 size_t need; in cfset_ioctl_start() local
1754 size_t need; in cfset_init() local
[all …]
/linux-6.3-rc2/drivers/parport/
A 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
/linux-6.3-rc2/Documentation/driver-api/media/
A Dv4l2-device.rst19 Drivers that want integration with the media device framework need to set
45 to notify you of events. Whether you need to set this depends on the
66 This does *not* unregister the subdevs, so you still need to call the
68 hotpluggable, then there is no need to call :c:func:`v4l2_device_disconnect`.
70 Sometimes you need to iterate over all devices registered by a specific
104 Sometimes you need to keep a running counter of the device instance. This is
138 Since the initial refcount is 1 you also need to call
/linux-6.3-rc2/arch/arc/mm/
A Dtlbex.S52 ; need to be saved as well by extending the "global" to be 4 words. Hence
55 ; only need to save only a handful of regs, as opposed to complete reg file]

Completed in 38 milliseconds

12345678910>>...69