Home
last modified time | relevance | path

Searched defs:new (Results 201 – 225 of 1195) sorted by relevance

12345678910>>...48

/openbmc/linux/security/selinux/ss/
H A Debitmap.c55 struct ebitmap_node *new, *prev; in ebitmap_cpy() local
281 struct ebitmap_node *n, *prev, *new; in ebitmap_set_bit() local
H A Dconditional.c604 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/drivers/nvme/host/
H A Dpr.c129 u64 new, unsigned flags) in nvme_pr_register()
155 static int nvme_pr_preempt(struct block_device *bdev, u64 old, u64 new, in nvme_pr_preempt()
/openbmc/linux/net/core/
H A Ddst.c184 unsigned long prev, new; in dst_cow_metrics_generic() local
210 unsigned long prev, new; in __dst_destroy_metrics_generic() local
/openbmc/linux/arch/sh/include/asm/
H A Dcmpxchg-irq.h41 unsigned long new) in __cmpxchg_u32()
/openbmc/linux/lib/
H A Drefcount.c76 unsigned int new, val = atomic_read(&r->refs); in refcount_dec_not_one() local
/openbmc/qemu/util/
H A Drange.c73 Range *new = g_new0(Range, 1); in append_new_range() local
/openbmc/linux/drivers/dax/hmem/
H A Ddevice.c39 struct resource *new; in __hmem_register_resource() local
/openbmc/linux/arch/mips/kernel/
H A Dcmpxchg.c51 unsigned long new, unsigned int size) in __cmpxchg_small()
/openbmc/linux/rust/kernel/sync/
H A Dlocked_by.rs95 pub fn new<B: Backend>(owner: &Lock<U, B>, data: T) -> Self { in new() method
/openbmc/linux/tools/arch/x86/include/asm/
H A Datomic.h69 static __always_inline int atomic_cmpxchg(atomic_t *v, int old, int new) in atomic_cmpxchg()
/openbmc/linux/net/netfilter/
H A Dnf_conntrack_extend.c95 struct nf_ct_ext *new; in nf_ct_ext_add() local
/openbmc/linux/drivers/scsi/fcoe/
H A Dfcoe_ctlr.c161 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/fs/fat/
H A Dfatent.c156 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 Dcopy_up.c76 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/kernel/locking/
H A Drtmutex.c216 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/tools/testing/radix-tree/linux/
H A Dpercpu.h9 #define this_cpu_cmpxchg(var, old, new) uatomic_cmpxchg(&var, old, new) argument
/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_mitigations.c32 unsigned long new = ~0UL; in mitigations_set() local
/openbmc/linux/sound/soc/intel/common/
H A Dsst-dsp.c87 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 Dpids.c143 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/fs/nfs/
H A Dread.c276 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/fs/
H A Dtimerfd.c455 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 Damd.c483 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/arch/arm/include/asm/
H A Dsync_bitops.h39 #define arch_sync_cmpxchg(ptr, old, new) \ argument
/openbmc/linux/arch/um/drivers/
H A Dmconsole_kern.h46 static inline void mconsole_register_dev(struct mc_device *new) in mconsole_register_dev()

12345678910>>...48