/openbmc/qemu/host/include/x86_64/host/ |
H A D | atomic128-ldst.h | 59 X86Int128Union new = { .s = val }; in atomic16_set() local
|
/openbmc/linux/drivers/dax/hmem/ |
H A D | device.c | 39 struct resource *new; in __hmem_register_resource() local
|
/openbmc/linux/lib/ |
H A D | refcount.c | 76 unsigned int new, val = atomic_read(&r->refs); in refcount_dec_not_one() local
|
/openbmc/linux/arch/sh/include/asm/ |
H A D | cmpxchg-irq.h | 41 unsigned long new) in __cmpxchg_u32()
|
/openbmc/linux/arch/mips/kernel/ |
H A D | cmpxchg.c | 51 unsigned long new, unsigned int size) in __cmpxchg_small()
|
/openbmc/qemu/util/ |
H A D | range.c | 73 Range *new = g_new0(Range, 1); in append_new_range() local
|
/openbmc/linux/drivers/scsi/fcoe/ |
H A D | fcoe_ctlr.c | 161 static int fcoe_sysfs_fcf_add(struct fcoe_fcf *new) in fcoe_sysfs_fcf_add() 234 static void fcoe_sysfs_fcf_del(struct fcoe_fcf *new) in fcoe_sysfs_fcf_del() 1021 struct fcoe_fcf new; in fcoe_ctlr_recv_adv() local 2484 static void fcoe_ctlr_vn_add(struct fcoe_ctlr *fip, struct fcoe_rport *new) in fcoe_ctlr_vn_add() 2567 struct fcoe_rport *new) in fcoe_ctlr_vn_claim_notify() 2622 struct fcoe_rport *new) in fcoe_ctlr_vn_claim_resp() 2638 struct fcoe_rport *new) in fcoe_ctlr_vn_beacon()
|
/openbmc/linux/kernel/locking/ |
H A D | rtmutex.c | 216 struct task_struct *new) in rt_mutex_cmpxchg_acquire() 223 struct task_struct *new) in rt_mutex_cmpxchg_release() 294 struct task_struct *new) in rt_mutex_cmpxchg_acquire() 302 struct task_struct *new) in rt_mutex_cmpxchg_release()
|
/openbmc/linux/fs/fat/ |
H A D | fatent.c | 156 static void fat12_ent_put(struct fat_entry *fatent, int new) in fat12_ent_put() 178 static void fat16_ent_put(struct fat_entry *fatent, int new) in fat16_ent_put() 187 static void fat32_ent_put(struct fat_entry *fatent, int new) in fat32_ent_put() 411 int new, int wait) in fat_ent_write()
|
/openbmc/linux/fs/overlayfs/ |
H A D | copy_up.c | 76 int ovl_copy_xattr(struct super_block *sb, const struct path *oldpath, struct dentry *new) in ovl_copy_xattr() 144 void *new; in ovl_copy_xattr() local 173 const struct path *new) in ovl_copy_fileattr() 676 struct cred *new; member
|
/openbmc/linux/rust/kernel/sync/ |
H A D | locked_by.rs | 99 pub fn new<B: Backend>(owner: &Lock<U, B>, data: T) -> Self { in new() method
|
/openbmc/linux/net/netfilter/ |
H A D | nf_conntrack_extend.c | 95 struct nf_ct_ext *new; in nf_ct_ext_add() local
|
/openbmc/linux/tools/arch/x86/include/asm/ |
H A D | atomic.h | 69 static __always_inline int atomic_cmpxchg(atomic_t *v, int old, int new) in atomic_cmpxchg()
|
/openbmc/linux/fs/nfs/ |
H A D | read.c | 276 unsigned int new = pos - hdr->io_start; in nfs_readpage_result() local 295 struct nfs_page *new; in nfs_read_add_folio() local
|
/openbmc/linux/sound/soc/intel/common/ |
H A D | sst-dsp.c | 87 unsigned int old, new; in sst_dsp_shim_update_bits_unlocked() local 107 unsigned int old, new; in sst_dsp_shim_update_bits_forced_unlocked() local
|
/openbmc/linux/kernel/cgroup/ |
H A D | pids.c | 143 int64_t new = atomic64_add_return(num, &p->counter); in pids_charge() local 163 int64_t new = atomic64_add_return(num, &p->counter); in pids_try_charge() local
|
/openbmc/linux/security/selinux/ss/ |
H A D | conditional.c | 604 static int cond_dup_av_list(struct cond_av_list *new, in cond_dup_av_list() 686 static int cond_bools_copy(struct hashtab_node *new, struct hashtab_node *orig, void *args) in cond_bools_copy() 745 int cond_policydb_dup(struct policydb *new, struct policydb *orig) in cond_policydb_dup()
|
/openbmc/linux/fs/ |
H A D | timerfd.c | 455 const struct itimerspec64 *new, in do_timerfd_settime() 562 struct itimerspec64 new, old; in SYSCALL_DEFINE4() local 590 struct itimerspec64 new, old; in SYSCALL_DEFINE4() local
|
/openbmc/linux/arch/x86/kernel/cpu/mce/ |
H A D | amd.c | 483 static int setup_APIC_mce_threshold(int reserved, int new) in setup_APIC_mce_threshold() 492 static int setup_APIC_deferred_error(int reserved, int new) in setup_APIC_deferred_error() 574 int new; in prepare_threshold_block() local 922 unsigned long new; in SHOW_FIELDS() local 945 unsigned long new; in store_threshold_limit() local
|
/openbmc/linux/tools/testing/radix-tree/linux/ |
H A D | percpu.h | 9 #define this_cpu_cmpxchg(var, old, new) uatomic_cmpxchg(&var, old, new) argument
|
/openbmc/linux/drivers/gpu/drm/i915/ |
H A D | i915_mitigations.c | 32 unsigned long new = ~0UL; in mitigations_set() local
|
/openbmc/linux/arch/arm/include/asm/ |
H A D | sync_bitops.h | 39 #define arch_sync_cmpxchg(ptr, old, new) \ argument
|
/openbmc/linux/security/apparmor/include/ |
H A D | task.h | 56 static inline void aa_dup_task_ctx(struct aa_task_ctx *new, in aa_dup_task_ctx()
|
/openbmc/qemu/host/include/generic/host/ |
H A D | atomic128-ldst.h | 63 Int128Alias new; in atomic16_set() local
|
/openbmc/linux/drivers/net/wireless/realtek/rtw89/ |
H A D | util.h | 22 struct rtw89_vif *new) in rtw89_rtwvif_in_list()
|