/kernel/linux/linux-6.6/lib/ |
H A D | radix-tree.c | 504 * was safe to dereference the old pointer to it in radix_tree_shrink() 670 struct radix_tree_node *old = child; in radix_tree_free_nodes() local 673 WARN_ON_ONCE(!list_empty(&old->private_list)); in radix_tree_free_nodes() 674 radix_tree_node_free(old); in radix_tree_free_nodes() 675 if (old == entry_to_node(node)) in radix_tree_free_nodes() 852 void *item, void *old) in calculate_count() 859 if (!old) in calculate_count() 862 return !!item - !!old; in calculate_count() 879 void *old = rcu_dereference_raw(*slot); in __radix_tree_replace() local 880 int values = !!xa_is_value(item) - !!xa_is_value(old); in __radix_tree_replace() 850 calculate_count(struct radix_tree_root *root, struct radix_tree_node *node, void __rcu **slot, void *item, void *old) calculate_count() argument 1367 void *old = rcu_dereference_raw(*slot); __radix_tree_delete() local [all...] |
/kernel/linux/linux-5.10/sound/pci/ |
H A D | es1938.c | 270 * Write to some bits of a mixer register (return old value) 276 unsigned char old, new, oval; in snd_es1938_mixer_bits() local 279 old = inb(SLSB_REG(chip, MIXERDATA)); in snd_es1938_mixer_bits() 280 oval = old & mask; in snd_es1938_mixer_bits() 282 new = (old & ~mask) | (val & mask); in snd_es1938_mixer_bits() 286 reg, old, new); in snd_es1938_mixer_bits() 353 * Write data to cmd register and return old value 359 unsigned char old, new, oval; in snd_es1938_bits() local 363 old = snd_es1938_get_byte(chip); in snd_es1938_bits() 364 oval = old in snd_es1938_bits() 801 size_t old, new; snd_es1938_playback2_pointer() local [all...] |
/kernel/linux/linux-6.6/sound/pci/ |
H A D | es1938.c | 266 * Write to some bits of a mixer register (return old value) 272 unsigned char old, new, oval; in snd_es1938_mixer_bits() local 275 old = inb(SLSB_REG(chip, MIXERDATA)); in snd_es1938_mixer_bits() 276 oval = old & mask; in snd_es1938_mixer_bits() 278 new = (old & ~mask) | (val & mask); in snd_es1938_mixer_bits() 282 reg, old, new); in snd_es1938_mixer_bits() 352 * Write data to cmd register and return old value 358 unsigned char old, new, oval; in snd_es1938_bits() local 362 old = snd_es1938_get_byte(chip); in snd_es1938_bits() 363 oval = old in snd_es1938_bits() 800 size_t old, new; snd_es1938_playback2_pointer() local [all...] |
/third_party/python/Modules/ |
H A D | gcmodule.c | 748 * weakrefs with callbacks may be moved into the `old` generation. Objects 749 * moved into `old` have gc_refs set to GC_REACHABLE; the objects remaining in 754 handle_weakrefs(PyGC_Head *unreachable, PyGC_Head *old) in handle_weakrefs() argument 903 gc_list_move(gc, old); in handle_weakrefs() 925 * merged into the old list regardless. 930 PyGC_Head *finalizers, PyGC_Head *old) in handle_legacy_finalizers() 947 gc_list_merge(finalizers, old); in handle_legacy_finalizers() 992 PyGC_Head *collectable, PyGC_Head *old) in delete_garbage() 1024 gc_list_move(gc, old); in delete_garbage() 1171 // Move the resurrected objects to the old generatio in handle_resurrected_objects() 928 handle_legacy_finalizers(PyThreadState *tstate, GCState *gcstate, PyGC_Head *finalizers, PyGC_Head *old) handle_legacy_finalizers() argument 991 delete_garbage(PyThreadState *tstate, GCState *gcstate, PyGC_Head *collectable, PyGC_Head *old) delete_garbage() argument 1186 PyGC_Head *old; /* next older generation */ gc_collect_main() local [all...] |
/kernel/linux/linux-5.10/arch/um/drivers/ |
H A D | chan_user.c | 76 sigset_t old, no_sigio; in generic_console_write() local 83 if (sigprocmask(SIG_BLOCK, &no_sigio, &old)) in generic_console_write() 107 sigprocmask(SIG_SETMASK, &old, NULL); in generic_console_write()
|
/kernel/linux/linux-5.10/arch/s390/boot/ |
H A D | ipl_parm.c | 31 psw_t old; in __diag308() local 44 "=Q" (old), in __diag308() 47 [psw_old] "a" (&old), in __diag308()
|
/kernel/linux/linux-5.10/drivers/cpufreq/ |
H A D | cpufreq-nforce2.c | 262 freqs.old = nforce2_get(policy->cpu); in nforce2_target() 265 if (freqs.old == freqs.new) in nforce2_target() 269 freqs.old, freqs.new); in nforce2_target()
|
/kernel/linux/linux-5.10/virt/kvm/ |
H A D | irqchip.c | 178 struct kvm_irq_routing_table *new, *old; in kvm_set_irq_routing() local 224 old = rcu_dereference_protected(kvm->irq_routing, 1); in kvm_set_irq_routing() 234 new = old; in kvm_set_irq_routing()
|
/kernel/linux/linux-6.6/arch/s390/boot/ |
H A D | ipl_parm.c | 36 psw_t old; in __diag308() local 53 "=Q" (old) in __diag308() 55 [psw_old] "a" (&old), in __diag308()
|
/kernel/linux/linux-6.6/arch/um/drivers/ |
H A D | chan_user.c | 76 sigset_t old, no_sigio; in generic_console_write() local 83 if (sigprocmask(SIG_BLOCK, &no_sigio, &old)) in generic_console_write() 107 sigprocmask(SIG_SETMASK, &old, NULL); in generic_console_write()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/ |
H A D | intel_engine_heartbeat.c | 209 unsigned long old; in set_heartbeat() local 211 old = xchg(&engine->props.heartbeat_interval_ms, delay); in set_heartbeat() 217 return old; in set_heartbeat()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | sbitmap.h | 497 int old = atomic_read(index); in sbq_index_atomic_inc() local 498 int new = sbq_index_inc(old); in sbq_index_atomic_inc() 499 atomic_cmpxchg(index, old, new); in sbq_index_atomic_inc()
|
/kernel/linux/linux-5.10/ipc/ |
H A D | util.h | 185 struct pid *old = *pos; in ipc_update_pid() local 186 if (old != pid) { in ipc_update_pid() 188 put_pid(old); in ipc_update_pid()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
H A D | i915_debugfs_params.c | 139 char *new, *old; in i915_param_charp_write() local 141 old = *s; in i915_param_charp_write() 150 kfree(old); in i915_param_charp_write()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/ |
H A D | nfp_app.c | 131 struct nfp_reprs *old; in nfp_app_reprs_set() local 133 old = nfp_reprs_get_locked(app, type); in nfp_app_reprs_set() 138 return old; in nfp_app_reprs_set() 233 nfp_err(pf->cpp, "unknown FW app ID 0x%02hhx, driver too old or support for FW not built in\n", id); in nfp_app_alloc()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/ |
H A D | nfp_app.c | 131 struct nfp_reprs *old; in nfp_app_reprs_set() local 133 old = nfp_reprs_get_locked(app, type); in nfp_app_reprs_set() 138 return old; in nfp_app_reprs_set() 233 nfp_err(pf->cpp, "unknown FW app ID 0x%02x, driver too old or support for FW not built in\n", id); in nfp_app_alloc()
|
/kernel/linux/linux-6.6/drivers/cpufreq/ |
H A D | cpufreq-nforce2.c | 262 freqs.old = nforce2_get(policy->cpu); in nforce2_target() 265 if (freqs.old == freqs.new) in nforce2_target() 269 freqs.old, freqs.new); in nforce2_target()
|
/kernel/linux/linux-6.6/kernel/ |
H A D | groups.c | 137 const struct cred *old; in set_current_groups() local 144 old = current_cred(); in set_current_groups() 148 retval = security_task_fix_setgroups(new, old); in set_current_groups()
|
/kernel/linux/linux-6.6/ipc/ |
H A D | util.h | 186 struct pid *old = *pos; in ipc_update_pid() local 187 if (old != pid) { in ipc_update_pid() 189 put_pid(old); in ipc_update_pid()
|
/kernel/linux/linux-6.6/net/sctp/ |
H A D | stream_sched.c | 151 struct sctp_sched_ops *old = asoc->outqueue.sched; in sctp_sched_set_sched() local 161 if (old == n) in sctp_sched_set_sched() 164 if (old) in sctp_sched_set_sched()
|
/kernel/linux/linux-6.6/virt/kvm/ |
H A D | irqchip.c | 173 struct kvm_irq_routing_table *new, *old; in kvm_set_irq_routing() local 219 old = rcu_dereference_protected(kvm->irq_routing, 1); in kvm_set_irq_routing() 229 new = old; in kvm_set_irq_routing()
|
/kernel/linux/linux-6.6/security/apparmor/ |
H A D | task.c | 10 * If a task uses change_hat it currently does not return to the old 48 struct aa_label *old = aa_current_raw_label(); in aa_replace_current_label() local 54 if (old == label) in aa_replace_current_label() 70 if (unconfined(label) || (labels_ns(old) != labels_ns(label))) in aa_replace_current_label() 269 /* profile uses the old style capability check for ptrace */ in profile_tracer_perm()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | task_kfunc_failure.c | 198 struct task_struct *acquired, *old; in BPF_PROG() local 218 old = bpf_kptr_xchg(&v->task, acquired); in BPF_PROG() 220 /* old cannot be passed to bpf_task_release() without a NULL check. */ in BPF_PROG() 221 bpf_task_release(old); in BPF_PROG()
|
/kernel/linux/linux-6.6/mm/ |
H A D | shrinker_debug.c | 212 const char *new, *old; in shrinker_debugfs_rename() local 225 old = shrinker->name; in shrinker_debugfs_rename() 243 kfree_const(old); in shrinker_debugfs_rename()
|
/third_party/ffmpeg/libavfilter/ |
H A D | phase_template.c | 55 static enum PhaseMode fn(analyze_plane)(void *ctx, enum PhaseMode mode, AVFrame *old, AVFrame *new) in analyze_plane() argument 72 const int os = old->linesize[0] / sizeof(pixel); in analyze_plane() 74 const pixel *optr = (pixel *)old->data[0]; in analyze_plane()
|