Home
last modified time | relevance | path

Searched full:might (Results 1 – 25 of 4435) sorted by relevance

12345678910>>...178

/kernel/linux/linux-5.10/Documentation/livepatch/
Dcumulative-patches.rst5 There might be dependencies between livepatches. If multiple patches need
10 This might become a maintenance nightmare. Especially when more patches
36 As a result, the livepatch authors might maintain sources only for one
42 actually in use. Also the livepatch might then be seen as a "normal"
83 As a result, it might be dangerous to replace newer cumulative patches by
84 older ones. The old livepatches might not provide the necessary callbacks.
86 This might be seen as a limitation in some scenarios. But it makes life
101 A good practice might be to remove shadow variables in the post-unpatch
Dsystem-state.rst13 The problems might come with shadow variables and callbacks. They might
31 The state of the system might get modified either by several livepatch callbacks
99 It might be the original system state or the state modification
113 - Allocate *state->data* when necessary. The allocation might fail
125 - Clean up its own mess in case of error. It might be done by a custom
154 state. It might mean doing nothing.
166 It might be called also during the transition reverse. Therefore it
Dlivepatch.rst74 the same way to the rest of the system. In this case, the functions might
77 But there are more complex fixes. For example, a patch might change
79 might exchange meaning of some temporary structures and update
249 might want to access functions or data from the original source file
283 together. Note that patched modules might be loaded later than
284 the patch itself and the relevant functions might be patched
320 Second, the error code might be used to refuse loading the module when
349 Note that functions might be patched multiple times. The ftrace handler
357 functions might be patched two times only during the transition period.
363 All enabled patches might get replaced by a cumulative patch that
[all …]
/kernel/linux/linux-4.19/Documentation/isdn/
DREADME.x256 As new versions appear, the stuff described here might suddenly change
12 have not been tested in a large scale. Therefore, you might encounter
17 might result in problems.
33 in the Linux source tree since version 2.1.16. The isdn subsystem might be
60 X.25 on top of isdn might be useful with two different scenarios:
62 - You might want to access a public X.25 data network from your Linux box.
80 - Or you might want to operate certain ISDN teleservices on your linux
127 called side used the DCE's lap_b address. Thus, l2_prot x75i might
172 use those for your first tests. Furthermore, you might check
177 The scripts distributed with the eftp4linux test releases might also
DREADME.concap11 This is currently only used inside the isdn subsystem. But it might
49 stick a header on the data. They also might need to set up or release
50 the WAN connection. They also might want to send other data for their
82 is provided) is outside our scope and might be different depending on
135 Protocols that don't process these primitives might fill in
204 /* the my_priv struct might contain a
216 The concept of the concap proto might help to reuse protocol code and
223 This might no longer hold for certain high speed WAN links (like
252 This might even allow for some protocol stacking. And the network
253 interface might even register the same data_req() function directly
/kernel/linux/linux-5.10/net/netfilter/
Dnf_conntrack_proto_dccp.c101 * We are the man in the middle. All the packets go through us but might
137 * sPO -> sIG Ignore, conntrack might be out of sync
138 * sOP -> sIG Ignore, conntrack might be out of sync
139 * sCR -> sIG Ignore, conntrack might be out of sync
140 * sCG -> sIG Ignore, conntrack might be out of sync
149 * sRQ -> sIG Ignore, might be response to ignored Request
150 * sRS -> sIG Ignore, might be response to ignored Request
151 * sPO -> sIG Ignore, might be response to ignored Request
152 * sOP -> sIG Ignore, might be response to ignored Request
153 * sCR -> sIG Ignore, might be response to ignored Request
[all …]
/kernel/linux/linux-4.19/Documentation/ABI/stable/
Dsysfs-hypervisor-xen7 Might return "<denied>" in case of special security settings
16 Might return "<denied>" in case of special security settings
25 Might return "<denied>" in case of special security settings
53 Might return "<denied>" in case of special security settings
70 Might return "0" in case of special security settings
102 Might return "<denied>" in case of special security settings
/kernel/linux/linux-5.10/Documentation/ABI/stable/
Dsysfs-hypervisor-xen7 Might return "<denied>" in case of special security settings
16 Might return "<denied>" in case of special security settings
25 Might return "<denied>" in case of special security settings
56 Might return "<denied>" in case of special security settings
73 Might return "0" in case of special security settings
105 Might return "<denied>" in case of special security settings
/kernel/linux/linux-5.10/Documentation/RCU/
Drcu_dereference.rst106 can now be speculated, such that it might happen before the
182 might provide, especially if you are making use of feedback-based
243 You might be surprised that the outcome (r1 == 143 && r2 == 44) is possible,
244 but you should not be. After all, the updater might have been invoked
310 first pointer might be. This lack of knowledge prevents the compiler
311 from carrying out optimizations that otherwise might destroy the ordering
315 But without rcu_dereference(), the compiler knows more than you might
377 2. If the access might be within an RCU read-side critical section
385 3. If the access might be within an RCU read-side critical section
404 is appropriate. In addition, rcu_dereference_raw() might be
[all …]
Drcubarrier.rst19 such readers might hold a reference to them. RCU updates can therefore be
23 given that readers might well leave absolutely no trace of their
26 element p from a linked list might do the following, while holding an
38 context might then be as follows::
44 IRQ context. The function p_callback() might be defined as follows::
68 One might be tempted to try several back-to-back synchronize_rcu()
70 heavy RCU-callback load, then some of the callbacks might be deferred
187 Is there any other situation where rcu_barrier() might
192 Your module might have additional complications. For example, if your
302 Is there any other situation where rcu_barrier() might
/kernel/linux/linux-4.19/Documentation/driver-api/soundwire/
Derror_handling.rst21 and after a number of such errors are detected the bus might be reset. Note
38 backtracking and restarting the entire programming sequence might be a
39 solution. Alternatively some implementations might directly issue a bus
58 hard-reset might be the best solution.
62 that the Slave might behave in implementation-defined ways. The bus
/kernel/linux/linux-5.10/Documentation/driver-api/soundwire/
Derror_handling.rst21 and after a number of such errors are detected the bus might be reset. Note
38 backtracking and restarting the entire programming sequence might be a
39 solution. Alternatively some implementations might directly issue a bus
58 hard-reset might be the best solution.
62 that the Slave might behave in implementation-defined ways. The bus
/kernel/linux/linux-4.19/net/netfilter/
Dnf_conntrack_proto_dccp.c105 * We are the man in the middle. All the packets go through us but might
141 * sPO -> sIG Ignore, conntrack might be out of sync
142 * sOP -> sIG Ignore, conntrack might be out of sync
143 * sCR -> sIG Ignore, conntrack might be out of sync
144 * sCG -> sIG Ignore, conntrack might be out of sync
153 * sRQ -> sIG Ignore, might be response to ignored Request
154 * sRS -> sIG Ignore, might be response to ignored Request
155 * sPO -> sIG Ignore, might be response to ignored Request
156 * sOP -> sIG Ignore, might be response to ignored Request
157 * sCR -> sIG Ignore, might be response to ignored Request
[all …]
/kernel/linux/linux-4.19/Documentation/livepatch/
Dlivepatch.txt74 the same way to the rest of the system. In this case, the functions might
77 But there are more complex fixes. For example, a patch might change
79 might exchange meaning of some temporary structures and update
250 might want to access functions or data from the original source file
284 together. Note that patched modules might be loaded later than
285 the patch itself and the relevant functions might be patched
330 Second, it might take some time until the entire system is migrated with
331 the hybrid consistency model being used. The patch revert might block
333 revert the patch using a separate operation that might be called
356 Registered patches might be enabled either by calling klp_enable_patch() or
[all …]
/kernel/linux/linux-5.10/drivers/media/test-drivers/vidtv/
Dvidtv_pes.h87 * @n_pes_h_s_bytes: Padding bytes. Might be used by an encoder if needed, gets
89 * @access_unit_len: The size of _one_ access unit (with any headers it might need)
104 /* might be used by an encoder if needed, gets discarded by decoder */
117 * @n_stuffing_bytes: Padding bytes. Might be used by an encoder if needed, gets
136 * @access_unit_len: The size of _one_ access unit (with any headers it might need)
148 * @n_pes_h_s_bytes: Padding bytes. Might be used by an encoder if needed, gets
/kernel/linux/linux-4.19/Documentation/RCU/
Drcubarrier.txt16 such readers might hold a reference to them. RCU updates can therefore be
20 given that readers might well leave absolutely no trace of their
23 element p from a linked list might do the following, while holding an
35 context might then be as follows:
41 IRQ context. The function p_callback() might be defined as follows:
64 One might be tempted to try several back-to-back synchronize_rcu()
66 heavy RCU-callback load, then some of the callbacks might be deferred
180 Quick Quiz #1: Is there any other situation where rcu_barrier() might
183 Your module might have additional complications. For example, if your
282 Quick Quiz #1: Is there any other situation where rcu_barrier() might
DNMI-RCU.txt56 Quick Quiz: Why might the rcu_dereference_sched() be necessary on Alpha,
103 Why might the rcu_dereference_sched() be necessary on Alpha, given
106 Answer: The caller to set_nmi_callback() might well have
110 just after the new handler was set might see the pointer
/kernel/linux/linux-4.19/Documentation/process/
Dvolatile-considered-harmful.rst36 change unexpectedly while the_lock is held. Any other code which might
40 compiler might think it knows what will be in shared_data, but the
61 Another situation where one might be tempted to use volatile is
76 - The above-mentioned accessor functions might use volatile on
92 - Pointers to data structures in coherent memory which might be modified
/kernel/linux/linux-5.10/Documentation/process/
Dvolatile-considered-harmful.rst36 change unexpectedly while the_lock is held. Any other code which might
40 compiler might think it knows what will be in shared_data, but the
61 Another situation where one might be tempted to use volatile is
76 - The above-mentioned accessor functions might use volatile on
92 - Pointers to data structures in coherent memory which might be modified
/kernel/linux/linux-4.19/Documentation/networking/
Dipv6.txt17 its functionality. This might be used when another module
39 on all interfaces. This might be used when one does not wish
59 This might be used when no IPv6 addresses are desired.
/kernel/linux/linux-4.19/Documentation/media/uapi/rc/
Dlirc-set-wideband-receiver.rst38 This might be useful of receivers that have otherwise narrow band receiver
39 that prevents them to be used with some remotes. Wide band receiver might
45 Wide band receiver might be implictly enabled if you enable
/kernel/linux/linux-5.10/Documentation/userspace-api/media/rc/
Dlirc-set-wideband-receiver.rst39 This might be useful of receivers that have otherwise narrow band receiver
40 that prevents them to be used with some remotes. Wide band receiver might
46 Wide band receiver might be implictly enabled if you enable
/kernel/linux/linux-5.10/Documentation/networking/
Dipv6.rst23 its functionality. This might be used when another module
45 on all interfaces. This might be used when one does not wish
65 This might be used when no IPv6 addresses are desired.
/kernel/linux/linux-5.10/Documentation/driver-api/media/drivers/
Dbttv-devel.rst27 If your card isn't listed there, you might check the source code for
34 example. If your board has one, you might have to load a helper
37 you might want to check the video4linux mailing list archive first...
87 card installed, you might to check out if you can read these registers
91 You might also dig around in the ``*.ini`` files of the Windows applications.
/kernel/linux/linux-5.10/Documentation/core-api/
Ddma-attributes.rst50 buffer from CPU domain to device domain. Some advanced use cases might
61 might be a time consuming operation, especially if the buffers are
85 pages). You might want to specify this if:
88 You might know that the accesses are likely to be sequential or
95 might be the case.

12345678910>>...178