/linux/lib/ |
H A D | refcount.c | 76 unsigned int new, val = atomic_read(&r->refs); in refcount_dec_not_one() local
|
/linux/drivers/dax/hmem/ |
H A D | device.c | 39 struct resource *new; in __hmem_register_resource() local
|
/linux/arch/mips/kernel/ |
H A D | cmpxchg.c | 51 unsigned long new, unsigned int size) in __cmpxchg_small()
|
/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()
|
/linux/net/netfilter/ |
H A D | nf_conntrack_extend.c | 95 struct nf_ct_ext *new; in nf_ct_ext_add() local
|
H A D | nf_conntrack_labels.c | 14 static int replace_u32(u32 *address, u32 mask, u32 new) in replace_u32()
|
/linux/arch/powerpc/mm/ |
H A D | pageattr.c | 20 unsigned long old, unsigned long new) in pte_update_delta()
|
/linux/rust/kernel/sync/ |
H A D | locked_by.rs | 102 pub fn new<B: Backend>(owner: &Lock<U, B>, data: T) -> Self { in new() method
|
/linux/rust/kernel/ |
H A D | opp.rs | 39 pub(crate) fn new(table: &Table) -> Result<Self> { in new() method 181 fn new(dev: &ARef<Device>, mut data: Data) -> Result<Self> { in new() method 230 pub fn new(freq: Hertz, volt: MicroVolt, level: u32, turbo: bool) -> Self { in new() method 374 pub fn new() -> Self { in new() method
|
H A D | auxiliary.rs | 113 pub const fn new(modname: &'static CStr, name: &'static CStr) -> Self { in new() method 303 pub fn new(parent: &device::Device, name: &CStr, id: u32, modname: &CStr) -> Result<Self> { in new() method
|
/linux/fs/bcachefs/ |
H A D | journal.c | 243 union journal_res_state old, new; in __journal_entry_close() local 392 union journal_res_state old, new; in journal_entry_open() local 1017 union journal_res_state old, new; in bch2_journal_unblock() local 1033 union journal_res_state old, new; in __bch2_journal_block() local
|
/linux/drivers/gpu/drm/i915/ |
H A D | i915_mitigations.c | 32 unsigned long new = ~0UL; in mitigations_set() local
|
/linux/tools/testing/shared/linux/ |
H A D | percpu.h | 9 #define this_cpu_cmpxchg(var, old, new) uatomic_cmpxchg(&var, old, new) argument
|
/linux/fs/nfs/ |
H A D | nfs4namespace.c | 224 struct rpc_clnt *new; in nfs_find_best_sec() local 266 struct rpc_clnt *new; in nfs4_negotiate_security() local
|
/linux/fs/fat/ |
H A D | cache.c | 118 struct fat_cache_id *new) in fat_cache_merge() 134 static void fat_cache_add(struct inode *inode, struct fat_cache_id *new) in fat_cache_add()
|
/linux/fs/ocfs2/ |
H A D | uptodate.c | 304 struct ocfs2_meta_cache_item *new) in __ocfs2_insert_cache_tree() 389 struct ocfs2_meta_cache_item *new = NULL; in __ocfs2_set_buffer_uptodate() local
|
/linux/drivers/xen/events/ |
H A D | events_fifo.c | 229 event_word_t new, old; in clear_masked_cond() local 261 event_word_t new, old; in clear_linked() local
|
/linux/include/linux/ |
H A D | rbtree.h | 132 struct rb_node *new, in rb_replace_node_cached() 224 int (*cmp)(const struct rb_node *new, const struct rb_node *exist)) in rb_find_add_cached()
|
H A D | mempolicy.h | 250 const nodemask_t *new) in mpol_rebind_task() 254 static inline void mpol_rebind_mm(struct mm_struct *mm, nodemask_t *new) in mpol_rebind_mm()
|
/linux/rust/kernel/list/ |
H A D | arc.rs | 173 pub fn new(contents: T, flags: Flags) -> Result<Self, AllocError> { in new() method 479 pub fn new() -> impl PinInit<Self> { in new() method
|
/linux/rust/kernel/drm/gem/ |
H A D | mod.rs | 20 fn new(dev: &drm::Device<T::Driver>, size: usize) -> impl PinInit<Self, Error>; in new() method 234 pub fn new(dev: &drm::Device<T::Driver>, size: usize) -> Result<ARef<Self>> { in new() method
|
/linux/drivers/mtd/ubi/ |
H A D | fastmap.c | 106 struct ubi_vid_io_buf *new; in new_fm_vbuf() local 834 struct ubi_ainf_peb *new; in clone_aeb() local 880 struct ubi_ainf_peb *new; in ubi_scan_fastmap() local
|
/linux/fs/nfsd/ |
H A D | nfs4idmap.c | 80 struct ent *new = container_of(cnew, struct ent, h); in ent_init() local 285 idtoname_update(struct cache_detail *cd, struct ent *new, struct ent *old) in idtoname_update() 450 nametoid_update(struct cache_detail *cd, struct ent *new, struct ent *old) in nametoid_update()
|
/linux/net/sunrpc/ |
H A D | auth.c | 290 struct rpc_cred_cache *new; in rpcauth_init_credcache() local 520 *entry, *new; in rpcauth_lookup_credcache() local 650 struct rpc_cred *new = NULL; in rpcauth_bindcred() local
|
/linux/arch/arm/include/asm/ |
H A D | sync_bitops.h | 39 #define arch_sync_cmpxchg(ptr, old, new) \ argument
|