| /linux/drivers/mtd/ubi/ |
| H A 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/scripts/coccinelle/api/ |
| H A D | platform_no_drv_owner.cocci | 136 msg = "No need to set .owner here. The core will do it." 143 msg = "No need to set .owner here. The core will do it." 150 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." 166 msg = "No need to set .owner here. The core will do it." 173 msg = "No need to set .owner here. The core will do it." 180 msg = "No need to set .owner here. The core will do it." 187 msg = "No need to set .owner here. The core will do it."
|
| /linux/tools/virtio/ringtest/ |
| H A 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()
|
| H A 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/fs/ceph/ |
| H A D | mdsmap.c | 68 size_t need; \ 70 need = sizeof(type) * n; \ 71 ceph_decode_need(p, end, need, bad); \ 72 *p += need; \ 78 size_t need; \ 80 need = (sizeof(ktype) + sizeof(vtype)) * n; \ 81 ceph_decode_need(p, end, need, bad); \ 82 *p += need; \ 375 size_t need; in ceph_mdsmap_decode() local 377 need = sizeof(u32) * n; in ceph_mdsmap_decode() [all …]
|
| /linux/fs/nls/ |
| H A 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/Documentation/core-api/ |
| H A D | idr.rst | 34 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/drivers/usb/atm/ |
| H A 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/Documentation/scheduler/ |
| H A 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/net/ceph/ |
| H A D | auth_x.c | 26 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 502 ceph_x_validate_tickets(ac, &need); in ceph_x_build_request() 504 xi->have_keys, need); in ceph_x_build_request() [all …]
|
| /linux/Documentation/dev-tools/ |
| H A D | gpio-sloppy-logic-analyzer.rst | 40 core is easiest. If you do need cpusets, check that helper script for the 44 you need to use the following bindings. Because these bindings are only for 69 core in a big.LITTLE setup. Because CPU1 is the default, we don't need a 70 parameter. The bus speed is 400kHz. So, the sampling theorem says we need to 72 start condition happen faster, so we need a higher sampling frequency, e.g. 74 for a start condition on an idle bus. So, we need to set a trigger to a falling 84 will then need to trigger I2C communication::
|
| /linux/scripts/kconfig/tests/preprocess/escape/ |
| H A 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/Documentation/filesystems/ |
| H A 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 137 fast commits. In order to use fast commits, you will need to set following
|
| H A 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/arch/powerpc/boot/dts/ |
| H A 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/Documentation/driver-api/media/ |
| H A 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/drivers/parport/ |
| H A D | Kconfig | 23 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/scripts/ |
| H A D | Makefile.build | 68 ifdef need-modorder 74 ifdef need-builtin 128 ifeq ($(need-modorder),) 147 ifdef need-builtin 154 ifdef need-modorder 545 need-builtin=$(if $(filter $@/built-in.a, $(subdir-builtin)),1) \ 546 need-modorder=$(if $(filter $@/modules.order, $(subdir-modorder)),1) \ 560 ifneq ($(need-dtbslist)$(dtb-y)$(dtb-)$(filter %.dtb %.dtb.o %.dtbo.o,$(targets)),)
|
| /linux/arch/arc/mm/ |
| H A D | tlbex.S | 52 ; 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]
|
| /linux/Documentation/trace/ |
| H A D | ftrace-design.rst | 37 You will need to implement the mcount and the ftrace_stub functions. 119 Deep breath ... time to do some real work. Here you will need to update the 223 You need very few things to get the syscalls tracing in an arch. 248 You will first need HAVE_FUNCTION_TRACER, so scroll your reader back up if you 251 Once those are out of the way, you will need to implement: 267 First you will need to fill out some arch details in your asm/ftrace.h. 273 Since no one else will have a decl for that function, you will need to:: 277 You will also need the helper function ftrace_call_adjust(). Most people 287 Lastly you will need the custom dyn_arch_ftrace structure. If you need 335 runtime patching. You'll need a little knowledge of your arch's opcodes in [all …]
|
| /linux/Documentation/admin-guide/media/ |
| H A D | faq.rst | 60 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/fs/qnx4/ |
| H A D | Kconfig | 15 If you don't know whether you need it, then you don't need it:
|
| /linux/arch/arm64/boot/dts/qcom/ |
| H A D | sc8280xp-el2.dtso | 10 /* We can't and don't need to use zap shader in EL2 as linux can zap the gpu on it's own. */ 17 * however when we take ownership of it in EL2, we need to configure
|
| /linux/Documentation/networking/ |
| H A D | ax25.rst | 7 To use the amateur radio protocols within Linux you will need to get a 16 ignored. You don't need to be subscribed to post but of course that
|
| /linux/drivers/mtd/parsers/ |
| H A D | Kconfig | 36 You will still need the parsing functions to be called by the driver 113 If you need code which can detect and parse these tables, and 117 You will still need the parsing functions to be called by the driver 162 If you need code which can detect and parse this table, and register 166 You will still need the parsing functions to be called by the driver 192 If you need to register each unallocated flash region as a MTD 198 If you need to force read-only for 'RedBoot', 'RedBoot Config' and
|