Home
last modified time | relevance | path

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

12345678910>>...14

/Documentation/translations/zh_CN/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/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/RCU/
DarrayRCU.txt58 new ipc_id_ary, copies the old to the new portion of the new, initializes
60 the new array, and invokes ipc_rcu_putref() to free up the old array.
68 struct ipc_id_ary* old;
88 old = ids->entries;
97 ipc_rcu_putref(old);
/Documentation/i2c/
Dold-module-parameters.rst18 Below is a mapping from the old module parameters to the new interface.
23 Old method (module parameters)::
36 Old method (module parameters)::
Dindex.rst19 old-module-parameters
/Documentation/scsi/
Dmegaraid.txt62 will convert that back into the old format before returning to applications.
64 As new applications evolve and replace the old ones, the old packet format
Dg_NCR5380.txt38 These old-style parameters can support only one card:
50 or alternatively, using the old syntax,
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 …]
Dppa.txt6 Driver archive for old drivers:
/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/core-api/
Datomic_ops.rst265 the given new value. It returns the old value that the atomic variable v had
270 int atomic_cmpxchg(atomic_t *v, int old, int new);
273 with the given old and new values. Like all atomic_xxx operations,
436 extremely slow on an old 386.
601 long cas(long *mem, long old, long new);
605 1) Compares "old" with the value currently at "mem".
614 long old, new, ret;
617 old = *counter;
618 new = old + 1;
620 ret = cas(counter, old, new);
[all …]
/Documentation/filesystems/
Dlocks.txt14 The old flock(2) emulation in the kernel was swapped for proper BSD
16 release of the 2.1.x kernel series, support for the old emulation has
29 Because sendmail was unable to use the old flock() emulation, many sendmail
/Documentation/devicetree/bindings/
DABI.txt14 at the same time. The driver can bind against both the old and the
27 the old binding. ie. add additional properties, but don't change the
/Documentation/media/
Dnet.h.rst.exceptions6 # Ignore old ioctls/structs
/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.
120 functions in the old driver. Note that you will now get a pointer to the
158 watchdog_info struct and the newly created watchdog_ops. Often, old drivers
/Documentation/block/
Dbiovecs.rst11 More specifically, old code that needed to partially complete a bio would
52 wouldn't necessarily be the same size, the old code was tricky convoluted -
73 * Splitting bios is now much simpler. The old bio_split() didn't even work on
75 size bios - because the new bio can share the old bio's biovec.
/Documentation/isdn/
Dm_isdn.rst6 the old I4L driver architecture for passiv ISDN cards.
/Documentation/vm/
Dpage_migration.rst77 how to allocate the correct new page given the old page.
115 8. The new page is prepped with some settings from the old page so that
120 10. The reference count of the old page is dropped because the address space
132 14. The old page flags are cleared to indicate that the page does
141 19. The page locks are dropped from the old and new page.
184 The function of migratepage is to move content of the old page to new page
/Documentation/
Drbtree.txt161 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);
/Documentation/scheduler/
Dsched-nice-design.rst11 Unfortunately that was not that easy to implement under the old
77 With the old scheduler, if you for example started a niced task with +1
95 1.5%, instead of the variable 3%-5%-9% range they got in the old
/Documentation/driver-api/
Disa.rst16 The attached does this. For this old non (generically) discoverable ISA
59 ALSA would want to keep the old non-load behaviour, it could stick all
60 of the old .probe in .match, which would only keep them registered after

12345678910>>...14