Home
last modified time | relevance | path

Searched refs:updates (Results 1 – 25 of 211) sorted by relevance

123456789

/linux/drivers/net/
H A DLICENSE.SRC14 on an "as-is" basis. No further updates to this software should be
15 expected. Although updates may occur, no commitment exists.
/linux/Documentation/driver-api/firmware/
H A Dfw_search_path.rst9 * /lib/firmware/updates/UTS_RELEASE/
10 * /lib/firmware/updates/
/linux/Documentation/RCU/
H A Dchecklist.rst32 for lockless updates. This does result in the mildly
34 rcu_read_unlock() are used to protect updates, however, this
45 c. restricting updates to a single task.
94 be running while updates are in progress. There are a number
113 c. Make updates appear atomic to readers. For example,
114 pointer updates to properly aligned fields will
125 d. Carefully order the updates and the reads so that readers
228 Restructure your code so that it batches the updates, allowing
293 primitive will correspondingly delay updates. In contrast,
304 limit on this number, stalling updates as needed to allow
[all …]
/linux/tools/perf/pmu-events/
H A Dmetric.py786 updates: Dict[Tuple[str, str], Expression] = dict()
799 if (inner_pmu, inner_name) in updates:
800 inner_expression = updates[(inner_pmu, inner_name)]
804 if (outer_pmu, outer_name) in updates and updated.Equals(updates[(outer_pmu, outer_name)]):
806 updates[(outer_pmu, outer_name)] = updated
807 return updates
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ids.c266 uint64_t updates = amdgpu_vm_tlb_seq(vm); in amdgpu_vmid_grab_reserved() local
272 (*id)->flushed_updates < updates || in amdgpu_vmid_grab_reserved()
330 uint64_t updates = amdgpu_vm_tlb_seq(vm); in amdgpu_vmid_grab_used() local
351 if ((*id)->flushed_updates < updates) in amdgpu_vmid_grab_used()
/linux/scripts/atomic/kerneldoc/
H A Ddec6 * Atomically updates @v to (@v - 1) with ${desc_order} ordering.
H A Dinc6 * Atomically updates @v to (@v + 1) with ${desc_order} ordering.
H A Dand7 * Atomically updates @v to (@v & @i) with ${desc_order} ordering.
H A Dxor7 * Atomically updates @v to (@v ^ @i) with ${desc_order} ordering.
H A Dor7 * Atomically updates @v to (@v | @i) with ${desc_order} ordering.
H A Dsub7 * Atomically updates @v to (@v - @i) with ${desc_order} ordering.
H A Dandnot7 * Atomically updates @v to (@v & ~@i) with ${desc_order} ordering.
H A Dadd7 * Atomically updates @v to (@v + @i) with ${desc_order} ordering.
H A Dxchg7 * Atomically updates @v to @new with ${desc_order} ordering.
H A Dinc_and_test6 * Atomically updates @v to (@v + 1) with ${desc_order} ordering.
H A Ddec_and_test6 * Atomically updates @v to (@v - 1) with ${desc_order} ordering.
H A Ddec_unless_positive6 * If (@v <= 0), atomically updates @v to (@v - 1) with ${desc_order} ordering.
H A Dinc_not_zero6 * If (@v != 0), atomically updates @v to (@v + 1) with ${desc_order} ordering.
H A Dadd_negative7 * Atomically updates @v to (@v + @i) with ${desc_order} ordering.
H A Dsub_and_test7 * Atomically updates @v to (@v - @i) with ${desc_order} ordering.
H A Dinc_unless_negative6 * If (@v >= 0), atomically updates @v to (@v + 1) with ${desc_order} ordering.
H A Ddec_if_positive6 * If (@v > 0), atomically updates @v to (@v - 1) with ${desc_order} ordering.
H A Dcmpxchg8 * If (@v == @old), atomically updates @v to @new with ${desc_order} ordering.
/linux/sound/pci/ctxfi/
H A Dcttimer.c176 int updates = 0; in ct_xfitimer_reprogram() local
201 updates++; in ct_xfitimer_reprogram()
218 return updates; in ct_xfitimer_reprogram()
/linux/drivers/base/firmware_loader/
H A DKconfig14 o /lib/firmware/updates/UTS_RELEASE
15 o /lib/firmware/updates
225 bool "Enable users to initiate firmware updates using sysfs"
230 sysfs interface that allows firmware updates to be initiated from
234 to support cards that rely on user-initiated updates for firmware files.

123456789