/openbmc/linux/arch/hexagon/include/asm/ |
H A D | cmpxchg.h | 54 #define arch_cmpxchg(ptr, old, new) \ argument
|
/openbmc/linux/fs/nfs/ |
H A D | dns_resolve.c | 74 struct nfs_dns_ent *new; in nfs_dns_ent_update() local 87 struct nfs_dns_ent *new; in nfs_dns_ent_init() local 216 struct nfs_dns_ent *new, in nfs_dns_update()
|
/openbmc/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_pmdemand.c | 469 intel_pmdemand_update_params(const struct intel_pmdemand_state *new, in intel_pmdemand_update_params() 519 const struct intel_pmdemand_state *new, in intel_pmdemand_program_params() 571 intel_pmdemand_state_changed(const struct intel_pmdemand_state *new, in intel_pmdemand_state_changed()
|
/openbmc/linux/drivers/gpu/drm/nouveau/dispnv50/ |
H A D | curs.c | 32 int (*new)(struct nouveau_drm *, int, s32, struct nv50_wndw **); in nv50_curs_new() member
|
H A D | base.c | 32 int (*new)(struct nouveau_drm *, int, s32, struct nv50_wndw **); in nv50_base_new() member
|
H A D | ovly.c | 33 int (*new)(struct nouveau_drm *, int, s32, struct nv50_wndw **); in nv50_ovly_new() member
|
H A D | core.c | 43 int (*new)(struct nouveau_drm *, s32, struct nv50_core **); in nv50_core_new() member
|
/openbmc/qemu/host/include/aarch64/host/ |
H A D | atomic128-cas.h | 18 static inline Int128 atomic16_cmpxchg(Int128 *ptr, Int128 cmp, Int128 new) in atomic16_cmpxchg()
|
/openbmc/u-boot/net/ |
H A D | checksum.c | 36 unsigned add_ip_checksums(unsigned offset, unsigned sum, unsigned new) in add_ip_checksums()
|
/openbmc/linux/rust/kernel/sync/ |
H A D | lock.rs | 103 pub fn new(t: T, name: &'static CStr, key: &'static LockClassKey) -> impl PinInit<Self> { in new() method 184 pub(crate) unsafe fn new(lock: &'a Lock<T, B>, state: B::GuardState) -> Self { in new() method
|
/openbmc/linux/arch/ia64/kernel/ |
H A D | ftrace.c | 163 char *new; in ftrace_make_nop() local 175 unsigned char *old, *new; in ftrace_make_call() local
|
/openbmc/linux/lib/ |
H A D | atomic64_test.c | 79 #define XCHG_FAMILY_TEST(bit, init, new) \ argument 84 #define CMPXCHG_FAMILY_TEST(bit, init, new, wrong) \ argument
|
/openbmc/linux/arch/powerpc/include/asm/nohash/ |
H A D | hugetlb-e500.h | 31 static inline void hugepd_populate(hugepd_t *hpdp, pte_t *new, unsigned int pshift) in hugepd_populate()
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_probe_user.c | 12 struct sockaddr_in new; in handle_sys_connect_common() local
|
/openbmc/linux/drivers/gpu/drm/ |
H A D | drm_context.c | 270 static int drm_context_switch(struct drm_device * dev, int old, int new) in drm_context_switch() 299 struct drm_file *file_priv, int new) in drm_context_switch_complete()
|
/openbmc/linux/arch/m68k/include/asm/ |
H A D | atomic.h | 172 static inline int arch_atomic_cmpxchg(atomic_t *v, int old, int new) in arch_atomic_cmpxchg() 186 static inline int arch_atomic_xchg(atomic_t *v, int new) in arch_atomic_xchg()
|
/openbmc/linux/arch/arm/include/asm/ |
H A D | atomic.h | 106 static inline int arch_atomic_cmpxchg_relaxed(atomic_t *ptr, int old, int new) in arch_atomic_cmpxchg_relaxed() 210 static inline int arch_atomic_cmpxchg(atomic_t *v, int old, int new) in arch_atomic_cmpxchg() 434 static inline s64 arch_atomic64_xchg_relaxed(atomic64_t *ptr, s64 new) in arch_atomic64_xchg_relaxed()
|
/openbmc/linux/arch/sh/include/asm/ |
H A D | cmpxchg.h | 56 unsigned long new, int size) in __cmpxchg()
|
/openbmc/linux/include/net/ |
H A D | netevent.h | 21 struct dst_entry *new; member
|
/openbmc/linux/fs/netfs/ |
H A D | iterator.c | 37 struct iov_iter *new, in netfs_extract_user_iter()
|
/openbmc/linux/include/net/sctp/ |
H A D | checksum.h | 56 __wsum new; in sctp_compute_cksum() local
|
/openbmc/linux/arch/powerpc/mm/ |
H A D | pageattr.c | 19 unsigned long old, unsigned long new) in pte_update_delta()
|
/openbmc/linux/arch/x86/boot/compressed/ |
H A D | pgtable_64.c | 69 unsigned long new = bios_start; in find_trampoline_placement() local
|
/openbmc/linux/net/sunrpc/auth_gss/ |
H A D | svcauth_gss.c | 162 struct rsi *new = container_of(cnew, struct rsi, h); in rsi_init() local 181 struct rsi *new = container_of(cnew, struct rsi, h); in update_rsi() local 333 static struct rsi *rsi_update(struct cache_detail *cd, struct rsi *new, struct rsi *old) in rsi_update() 415 struct rsc *new = container_of(a, struct rsc, h); in rsc_match() local 424 struct rsc *new = container_of(cnew, struct rsc, h); in rsc_init() local 438 struct rsc *new = container_of(cnew, struct rsc, h); in update_rsc() local 610 static struct rsc *rsc_update(struct cache_detail *cd, struct rsc *new, struct rsc *old) in rsc_update() 813 struct gss_domain *new; in svcauth_gss_register_pseudoflavor() local
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | process.c | 792 static void switch_hw_breakpoint(struct task_struct *new) in switch_hw_breakpoint() 1051 static inline void tm_recheckpoint_new_task(struct task_struct *new) in tm_recheckpoint_new_task() 1090 struct task_struct *new) in __switch_to_tm() 1151 #define tm_recheckpoint_new_task(new) argument 1152 #define __switch_to_tm(prev, new) argument 1275 struct task_struct *new) in __switch_to()
|