Home
last modified time | relevance | path

Searched refs:old (Results 601 - 625 of 3972) sorted by relevance

1...<<21222324252627282930>>...159

/kernel/linux/linux-6.6/kernel/trace/
H A Dtrace_recursion_record.c29 unsigned long old; in ftrace_record_recursion() local
78 old = cmpxchg(&recursed_functions[index].ip, 0, ip); in ftrace_record_recursion()
79 if (old != 0) { in ftrace_record_recursion()
81 if (old == ip) in ftrace_record_recursion()
/third_party/mesa3d/src/gallium/auxiliary/pipebuffer/
H A Dpb_buffer.h267 struct pb_buffer *old = *dst; in pb_reference() local
270 pb_destroy(NULL, old); in pb_reference()
279 struct pb_buffer *old = *dst; in pb_reference_with_winsys() local
282 pb_destroy(winsys, old); in pb_reference_with_winsys()
/third_party/protobuf/src/google/protobuf/stubs/
H A Dcommon.cc75 // Library is too old for headers. in VerifyVersion()
86 // Headers are too old for library. in VerifyVersion()
238 LogHandler* old = internal::log_handler_; in SetLogHandler() local
239 if (old == &internal::NullLogHandler) { in SetLogHandler()
240 old = nullptr; in SetLogHandler()
247 return old; in SetLogHandler()
/third_party/skia/bench/
H A DRotatedRectBench.cpp45 static inline SkColor advance_color(SkColor old, ColorType ct, int step) { in advance_color() argument
53 return old; in advance_color()
55 return 0xFF000000 | (old + 0x00010307); in advance_color()
57 return (0x00FFFFFF & (old + 0x00010307)) | 0x80000000; in advance_color()
/kernel/linux/linux-6.6/net/sched/
H A Dsch_api.c379 * mpu (min packet unit) is also encoded into the old rate table, thus
852 struct Qdisc *new, struct Qdisc *old, in qdisc_offload_graft_helper()
868 /* Don't report error if the parent, the old child and the new in qdisc_offload_graft_helper()
873 any_qdisc_is_offloaded |= old && old->flags & TCQ_F_OFFLOADED; in qdisc_offload_graft_helper()
898 struct Qdisc *new, struct Qdisc *old, in qdisc_offload_graft_root()
905 (old && old->flags & TCQ_F_INGRESS), in qdisc_offload_graft_root()
908 qdisc_offload_graft_helper(dev, NULL, new, old, in qdisc_offload_graft_root()
1008 struct Qdisc *old, struc in qdisc_notify()
851 qdisc_offload_graft_helper(struct net_device *dev, struct Qdisc *sch, struct Qdisc *new, struct Qdisc *old, enum tc_setup_type type, void *type_data, struct netlink_ext_ack *extack) qdisc_offload_graft_helper() argument
897 qdisc_offload_graft_root(struct net_device *dev, struct Qdisc *new, struct Qdisc *old, struct netlink_ext_ack *extack) qdisc_offload_graft_root() argument
1006 qdisc_notify(struct net *net, struct sk_buff *oskb, struct nlmsghdr *n, u32 clid, struct Qdisc *old, struct Qdisc *new, struct netlink_ext_ack *extack) qdisc_notify() argument
1038 notify_and_destroy(struct net *net, struct sk_buff *skb, struct nlmsghdr *n, u32 clid, struct Qdisc *old, struct Qdisc *new, struct netlink_ext_ack *extack) notify_and_destroy() argument
1072 qdisc_graft(struct net_device *dev, struct Qdisc *parent, struct sk_buff *skb, struct nlmsghdr *n, u32 classid, struct Qdisc *new, struct Qdisc *old, struct netlink_ext_ack *extack) qdisc_graft() argument
[all...]
/kernel/linux/linux-6.6/fs/
H A Dnamespace.c945 * @new_mp. And mount @new_parent on the old parent and old
983 * old parent and old mountpoint of @mnt. Finally, attach @parent to
1002 * @parent's old parent, not @parent. IOW, @mnt->mnt_parent in attach_mnt()
1166 static struct mount *clone_mnt(struct mount *old, struct dentry *root, in clone_mnt() argument
1169 struct super_block *sb = old->mnt.mnt_sb; in clone_mnt()
1173 mnt = alloc_vfsmnt(old->mnt_devname); in clone_mnt()
1180 mnt->mnt_group_id = old->mnt_group_id; in clone_mnt()
1188 mnt->mnt.mnt_flags = old in clone_mnt()
2577 struct mount *mnt = ERR_PTR(-EINVAL), *old = real_mount(old_path->mnt); __do_loopback() local
3114 struct mount *old; do_move_mount() local
3761 struct mount *old; copy_mnt_ns() local
4180 struct path new, old, root; SYSCALL_DEFINE2() local
[all...]
/third_party/pulseaudio/src/modules/
H A Dmodule-stream-restore.c1182 * but the old overwritten settings can still be in the database after in entry_read()
1188 * and devices set by the user, so we discard all old device settings, in entry_read()
1194 * default, whereas old manual configuration can be restored restored in entry_read()
1291 struct entry *entry, *old = NULL; in subscribe_callback() local
1327 if ((old = entry_read(u, name))) { in subscribe_callback()
1328 entry = entry_copy(old); in subscribe_callback()
1341 && (!old->volume_valid in subscribe_callback()
1342 || !pa_channel_map_equal(&entry->channel_map, &old->channel_map) in subscribe_callback()
1343 || !pa_cvolume_equal(&entry->volume, &old->volume)); in subscribe_callback()
1350 mute_updated = !created_new_entry && (!old in subscribe_callback()
1543 struct entry *old; update_preferred_device() local
2052 struct entry *old; extension_cb() local
[all...]
/kernel/linux/linux-5.10/kernel/
H A Dauditfilter.c807 * will be updated in the copy. The point is to be able to replace the old
808 * rule with the new rule in the filterlist, then free the old rule.
811 struct audit_entry *audit_dupe_rule(struct audit_krule *old) in audit_dupe_rule() argument
813 u32 fcount = old->field_count; in audit_dupe_rule()
824 new->flags = old->flags; in audit_dupe_rule()
825 new->pflags = old->pflags; in audit_dupe_rule()
826 new->listnr = old->listnr; in audit_dupe_rule()
827 new->action = old->action; in audit_dupe_rule()
829 new->mask[i] = old->mask[i]; in audit_dupe_rule()
830 new->prio = old in audit_dupe_rule()
[all...]
/kernel/linux/linux-6.6/kernel/
H A Dauditfilter.c816 * will be updated in the copy. The point is to be able to replace the old
817 * rule with the new rule in the filterlist, then free the old rule.
820 struct audit_entry *audit_dupe_rule(struct audit_krule *old) in audit_dupe_rule() argument
822 u32 fcount = old->field_count; in audit_dupe_rule()
833 new->flags = old->flags; in audit_dupe_rule()
834 new->pflags = old->pflags; in audit_dupe_rule()
835 new->listnr = old->listnr; in audit_dupe_rule()
836 new->action = old->action; in audit_dupe_rule()
838 new->mask[i] = old->mask[i]; in audit_dupe_rule()
839 new->prio = old in audit_dupe_rule()
[all...]
/kernel/linux/linux-5.10/arch/m68k/
H A Dinstall.sh42 mv $4/vmlinuz $4/vmlinuz.old
46 mv $4/System.map $4/System.old
/kernel/linux/linux-5.10/arch/arm64/boot/
H A Dinstall.sh52 mv $4/$base-$1 $4/$base-$1.old
58 mv $4/System.map-$1 $4/System.map-$1.old
/kernel/linux/linux-5.10/arch/parisc/boot/
H A Dinstall.sh57 mv $4/$base-$1 $4/$base-$1.old
63 mv $4/System.map-$1 $4/System.map-$1.old
/kernel/linux/linux-5.10/arch/sh/include/asm/
H A Dcmpxchg-llsc.h27 __cmpxchg_u32(volatile u32 *m, unsigned long old, unsigned long new) in __cmpxchg_u32() argument
44 : "r" (m), "r" (old), "r" (new) in __cmpxchg_u32()
/kernel/linux/linux-5.10/arch/s390/include/asm/
H A Dcputime.h19 #define cmpxchg_cputime(ptr, old, new) cmpxchg64(ptr, old, new)
/kernel/linux/linux-5.10/arch/riscv/boot/
H A Dinstall.sh52 mv $4/$base-$1 $4/$base-$1.old
58 mv $4/System.map-$1 $4/System.map-$1.old
/kernel/linux/linux-5.10/arch/nios2/boot/
H A Dinstall.sh42 mv $4/vmlinuz $4/vmlinuz.old
46 mv $4/System.map $4/System.old
/kernel/linux/linux-5.10/arch/sparc/boot/
H A Dinstall.sh42 mv $4/vmlinuz $4/vmlinuz.old
46 mv $4/System.map $4/System.old
/kernel/linux/linux-6.6/arch/sh/include/asm/
H A Dcmpxchg-llsc.h27 __cmpxchg_u32(volatile u32 *m, unsigned long old, unsigned long new) in __cmpxchg_u32() argument
44 : "r" (m), "r" (old), "r" (new) in __cmpxchg_u32()
/kernel/linux/linux-6.6/kernel/kcsan/
H A Dpermissive.h38 kcsan_ignore_data_race(size_t size, int type, u64 old, u64 new, u64 diff) in kcsan_ignore_data_race() argument
87 if (!((!old || !new) && diff == 1)) in kcsan_ignore_data_race()
/third_party/musl/src/signal/
H A Dsigaltstack.c6 int sigaltstack(const stack_t *restrict ss, stack_t *restrict old) in sigaltstack() argument
19 return syscall(SYS_sigaltstack, ss, old); in sigaltstack()
/third_party/musl/porting/liteos_a/user/src/signal/
H A Dsigaltstack.c7 int sigaltstack(const stack_t *restrict ss, stack_t *restrict old) in sigaltstack() argument
20 return syscall(SYS_sigaltstack, ss, old); in sigaltstack()
/kernel/linux/linux-5.10/tools/testing/selftests/arm64/pauth/
H A Dpac.c56 int n_same(struct signatures *old, struct signatures *new, int nkeys) in n_same() argument
60 res += old->keyia == new->keyia; in n_same()
61 res += old->keyib == new->keyib; in n_same()
62 res += old->keyda == new->keyda; in n_same()
63 res += old->keydb == new->keydb; in n_same()
65 res += old->keyg == new->keyg; in n_same()
/kernel/linux/linux-6.6/arch/s390/boot/
H A Dphysmem_info.c62 psw_t old; in __diag260() local
85 "=Q" (old) in __diag260()
87 [psw_old] "a" (&old), in __diag260()
116 psw_t old; in tprot() local
133 "=Q" (old) in tprot()
134 : [psw_old] "a" (&old), in tprot()
/kernel/linux/linux-5.10/drivers/pcmcia/
H A Dpxa2xx_base.c193 if (freqs->new > freqs->old) { in pxa2xx_pcmcia_frequency_change()
197 freqs->old / 1000, (freqs->old / 100) % 10); in pxa2xx_pcmcia_frequency_change()
203 if (freqs->new < freqs->old) { in pxa2xx_pcmcia_frequency_change()
207 freqs->old / 1000, (freqs->old / 100) % 10); in pxa2xx_pcmcia_frequency_change()
/kernel/linux/linux-6.6/drivers/pcmcia/
H A Dpxa2xx_base.c184 if (freqs->new > freqs->old) { in pxa2xx_pcmcia_frequency_change()
188 freqs->old / 1000, (freqs->old / 100) % 10); in pxa2xx_pcmcia_frequency_change()
194 if (freqs->new < freqs->old) { in pxa2xx_pcmcia_frequency_change()
198 freqs->old / 1000, (freqs->old / 100) % 10); in pxa2xx_pcmcia_frequency_change()

Completed in 17 milliseconds

1...<<21222324252627282930>>...159