/Linux-v5.10/scripts/ |
D | sphinx-pre-install | 21 my $need = 0; 127 $need++; 385 return if (!$need && !$optional); 454 return if (!$need && !$optional); 508 return if (!$need && !$optional); 552 return if (!$need && !$optional); 582 return if (!$need && !$optional); 608 return if (!$need && !$optional); 774 if ($need == 1) { 775 die "Can't build as $need mandatory dependency is missing"; [all …]
|
/Linux-v5.10/drivers/mtd/ubi/ |
D | misc.c | 94 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.10/scripts/coccinelle/api/ |
D | platform_no_drv_owner.cocci | 127 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.10/fs/ceph/ |
D | mdsmap.c | 67 size_t need; \ 69 need = sizeof(type) * n; \ 70 ceph_decode_need(p, end, need, bad); \ 71 *p += need; \ 77 size_t need; \ 79 need = (sizeof(ktype) + sizeof(vtype)) * n; \ 80 ceph_decode_need(p, end, need, bad); \ 81 *p += need; \ 361 size_t need; in ceph_mdsmap_decode() local 363 need = sizeof(u32) * n; in ceph_mdsmap_decode() [all …]
|
/Linux-v5.10/tools/virtio/ringtest/ |
D | ring.c | 189 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()
|
D | virtio_ring_0_9.c | 228 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-v5.10/tools/perf/Documentation/ |
D | android.txt | 9 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.10/fs/nls/ |
D | Kconfig | 45 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.10/drivers/usb/atm/ |
D | Kconfig | 12 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.10/Documentation/core-api/ |
D | idr.rst | 31 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 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 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.10/drivers/s390/scsi/ |
D | zfcp_erp.c | 125 enum zfcp_erp_act_type need = want; in zfcp_erp_handle_failed() local 132 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() 166 enum zfcp_erp_act_type need = want; in zfcp_erp_required_act() local 181 need = ZFCP_ERP_ACTION_REOPEN_PORT; in zfcp_erp_required_act() 186 need = ZFCP_ERP_ACTION_REOPEN_PORT; in zfcp_erp_required_act() 197 return need; in zfcp_erp_required_act() [all …]
|
/Linux-v5.10/drivers/media/v4l2-core/ |
D | Kconfig | 43 # Used by drivers that need tuner.ko 47 # Used by drivers that need v4l2-jpeg.ko 51 # Used by drivers that need v4l2-h264.ko 55 # Used by drivers that need v4l2-mem2mem.ko 74 # Used by drivers that need Videobuf modules
|
/Linux-v5.10/Documentation/devicetree/bindings/display/tegra/ |
D | nvidia,tegra114-mipi.txt | 11 that need to be calibrated for a given device. 13 User nodes need to contain an nvidia,mipi-calibrate property that has a 15 that need to be calibrated.
|
/Linux-v5.10/Documentation/scheduler/ |
D | sched-arch.rst | 11 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-v5.10/Documentation/networking/ |
D | ipddp.rst | 32 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-v5.10/arch/s390/kernel/ |
D | perf_cpum_cf_diag.c | 372 size_t ctrset_size, need = 0; in cf_diag_getctrset() local 381 need = ctrset_size * sizeof(u64) + sizeof(*ctrdata); in cf_diag_getctrset() 382 if (need <= room) in cf_diag_getctrset() 388 need = 0; in cf_diag_getctrset() 395 cpuhw->info.csvn, need, rc); in cf_diag_getctrset() 396 return need; in cf_diag_getctrset() 673 size_t need; in cf_diag_init() local 681 need = cf_diag_ctrset_maxsize(&info); in cf_diag_init() 682 if (need > sizeof(((struct cf_diag_csd *)0)->start)) { in cf_diag_init() 684 need); in cf_diag_init()
|
/Linux-v5.10/scripts/kconfig/tests/preprocess/escape/ |
D | Kconfig | 16 # No need to escape '$' itself. 22 # You need a trick to escape '$' followed by '(' 27 # You need a trick to treat unbalanced parentheses.
|
/Linux-v5.10/mm/ |
D | page_ext.c | 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()
|
/Linux-v5.10/Documentation/filesystems/ |
D | journalling.rst | 10 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 …]
|
D | bfs.rst | 11 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-v5.10/arch/powerpc/boot/dts/ |
D | iss4xx.dts | 38 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-v5.10/drivers/parport/ |
D | Kconfig | 23 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.10/drivers/mtd/parsers/ |
D | Kconfig | 31 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.10/Documentation/driver-api/media/ |
D | v4l2-device.rst | 19 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-v5.10/net/ceph/ |
D | auth_x.c | 25 int need; in ceph_x_is_authenticated() local 27 ceph_x_validate_tickets(ac, &need); in ceph_x_is_authenticated() 29 ac->want_keys, need, xi->have_keys); in ceph_x_is_authenticated() 36 int need; in ceph_x_should_authenticate() local 38 ceph_x_validate_tickets(ac, &need); in ceph_x_should_authenticate() 40 ac->want_keys, need, xi->have_keys); in ceph_x_should_authenticate() 41 return need != 0; in ceph_x_should_authenticate() 487 int need; in ceph_x_build_request() local 496 ceph_x_validate_tickets(ac, &need); in ceph_x_build_request() 499 ac->want_keys, xi->have_keys, need); in ceph_x_build_request() [all …]
|