Home
last modified time | relevance | path

Searched full:old (Results 1 – 25 of 395) sorted by relevance

12345678910>>...16

/Documentation/
Datomic_t.txt279 int atomic_cmpxchg(atomic_t *ptr, int old, int new);
287 int ret, old = *oldp;
288 ret = atomic_cmpxchg(ptr, old, new);
289 if (ret != old)
291 return ret == old;
296 int atomic_cmpxchg(atomic_t *ptr, int old, int new)
298 (void)atomic_try_cmpxchg(ptr, &old, new);
299 return old;
304 old = atomic_read(&v); old = atomic_read(&v);
306 new = func(old); new = func(old);
[all …]
/Documentation/translations/zh_TW/arch/arm/
Dkernel_user_helpers.txt78 fprintf(stderr, "can't do atomic operations, kernel too old\n");
168 int old, new;
171 old = *ptr;
172 new = old + val;
173 } while(__kuser_cmpxchg(old, new, ptr));
266 int64_t old, new;
269 old = *ptr;
270 new = old + val;
271 } while(__kuser_cmpxchg64(&old, &new, ptr));
/Documentation/translations/zh_CN/arch/arm/
Dkernel_user_helpers.txt78 fprintf(stderr, "can't do atomic operations, kernel too old\n");
168 int old, new;
171 old = *ptr;
172 new = old + val;
173 } while(__kuser_cmpxchg(old, new, ptr));
266 int64_t old, new;
269 old = *ptr;
270 new = old + val;
271 } while(__kuser_cmpxchg64(&old, &new, ptr));
/Documentation/i2c/
Dold-module-parameters.rst2 I2C device driver binding control from user-space in old kernels
6 Note: this section is only relevant if you are handling some old code
24 Below is a mapping from the old module parameters to the new interface.
29 Old method (module parameters)::
42 Old method (module parameters)::
/Documentation/arch/arm/
Dkernel_user_helpers.rst64 fprintf(stderr, "can't do atomic operations, kernel too old\n");
155 int old, new;
158 old = *ptr;
159 new = old + val;
160 } while(__kuser_cmpxchg(old, new, ptr));
251 int64_t old, new;
254 old = *ptr;
255 new = old + val;
256 } while(__kuser_cmpxchg64(&old, &new, ptr));
/Documentation/hwmon/
Dw83l785ts.rst35 return 'old' values.
43 (5 by default) and then give up, returning the old value (or 0 if
44 there is no old value). It seems to work well enough so that you should
/Documentation/sphinx/
Dparse-headers.pl178 my ($type, $old, $new, $reftype);
182 $old = $2;
197 $new = "$reftype:`$old <$new>`";
200 $ioctls{$old} = $new if (exists($ioctls{$old}));
204 $defines{$old} = $new if (exists($defines{$old}));
208 $enum_symbols{$old} = $new if (exists($enum_symbols{$old}));
212 $typedefs{$old} = $new if (exists($typedefs{$old}));
216 $enums{$old} = $new if (exists($enums{$old}));
220 $structs{$old} = $new if (exists($structs{$old}));
/Documentation/driver-api/nvdimm/
Dsecurity.rst72 the kernel user keyring and reinjected as different (old) key. It's irrelevant
73 what the key description is for the old key since we are only interested in the
78 update <old keyid> <new keyid>
80 If there is no old keyid due to a security enabling, then a 0 should be
121 update <old keyid> <new keyid>
Dbtt.rst16 progress, and we experience a power failure, the block will contain a mix of old
133 old_map The old postmap ABA - after 'this' write completes, this will be a
142 old_map' alternate old postmap entry
150 a. overwrites the 'old' section in the entry based on sequence numbers
199 Both threads can update their respective free[lane] with the same old, freed
218 - If log_entry.new matches the map entry, then log_entry.old is free.
247 7. Write flog entry: [premap_aba / old postmap_aba / new postmap_aba / seq_num]
249 9. Write old post-map entry into the free list
/Documentation/admin-guide/
Dufs.rst18 old
19 old format of ufs
/Documentation/scsi/
Dmegaraid.rst69 will convert that back into the old format before returning to applications.
71 As new applications evolve and replace the old ones, the old packet format
DChangeLog.megaraid_sas8 Old Version : 06.803.01.00-rc1
21 Old Version : 06.700.06.00-rc1
34 Old Version : 06.600.18.00-rc1
44 Old Version : 06.506.00.00-rc1
64 Old Version : 06.504.01.00-rc1
73 Old Version : 00.00.06.18-rc1
86 Old Version : 00.00.06.15-rc1
96 Old Version : 00.00.06.14-rc1
104 Old Version : 00.00.06.12-rc1
114 Old Version : 00.00.05.40-rc1
[all …]
/Documentation/translations/zh_CN/core-api/
Drbtree.rst153 void rb_replace_node(struct rb_node *old, struct rb_node *new,
341 struct interval_tree_node *old =
346 new->__subtree_last = old->__subtree_last;
351 struct interval_tree_node *old =
356 new->__subtree_last = old->__subtree_last;
357 old->__subtree_last = compute_subtree_last(old);
/Documentation/filesystems/
Dlocks.rst18 The old flock(2) emulation in the kernel was swapped for proper BSD
20 release of the 2.1.x kernel series, support for the old emulation has
33 Because sendmail was unable to use the old flock() emulation, many sendmail
/Documentation/devicetree/bindings/
DABI.rst17 at the same time. The driver can bind against both the old and the
30 the old binding. ie. add additional properties, but don't change the
/Documentation/arch/x86/
Dshstk.rst134 When a signal happens, the old pre-signal state is pushed on the stack. When
136 shadow stack. Today this is only the old SSP (shadow stack pointer), pushed
137 in a special format with bit 63 set. On sigreturn this old SSP token is
144 |1...old SSP| - Pointer to old pre-signal ssp in sigframe token format
/Documentation/RCU/
DNMI-RCU.rst11 work in an old version of "arch/x86/kernel/traps.c".
84 up any data structures used by the old NMI handler until execution
114 to the new NMI handler, but the old pre-initialized
/Documentation/mm/
Dpage_migration.rst78 how to allocate the correct new folio given the old folio.
116 8. The new page is prepped with some settings from the old page so that
121 10. The reference count of the old page is dropped because the address space
133 14. The old page flags are cleared to indicate that the page does
142 17. The page locks are dropped from the old and new page.
/Documentation/watchdog/
Dconvert_drivers_to_kernel_api.rst2 Converting old watchdog drivers to the watchdog framework
17 Old drivers define their own file_operations for actions like open(), write(),
69 intended for porting old drivers; new drivers should not invent private IOCTLs.
119 functions in the old driver. Note that you will now get a pointer to the
157 watchdog_info struct and the newly created watchdog_ops. Often, old drivers
Dmlx-wdt.rst31 Type 1 HW watchdog implementation exist in old systems and
38 Old systems still have only one main watchdog.
/Documentation/userspace-api/media/
Dnet.h.rst.exceptions6 # Ignore old ioctls/structs
/Documentation/devicetree/bindings/arm/
Dgemini.yaml83 - description: Wiligear Wiliboard WBD-111 - old incorrect binding
89 - description: Wiligear Wiliboard WBD-222 - old incorrect binding
/Documentation/isdn/
Dm_isdn.rst6 the old I4L driver architecture for passive ISDN cards.
/Documentation/block/
Dbiovecs.rst11 More specifically, old code that needed to partially complete a bio would
54 wouldn't necessarily be the same size, the old code was tricky convoluted -
75 * Splitting bios is now much simpler. The old bio_split() didn't even work on
77 size bios - because the new bio can share the old bio's biovec.
/Documentation/core-api/
Drbtree.rst161 void rb_replace_node(struct rb_node *old, struct rb_node *new,
165 have the same key as the old node, the rbtree will probably become corrupted.
379 struct interval_tree_node *old =
384 new->__subtree_last = old->__subtree_last;
389 struct interval_tree_node *old =
394 new->__subtree_last = old->__subtree_last;
395 old->__subtree_last = compute_subtree_last(old);

12345678910>>...16