Home
last modified time | relevance | path

Searched defs:new (Results 151 – 175 of 867) sorted by relevance

12345678910>>...35

/linux/lib/
H A Drefcount.c76 unsigned int new, val = atomic_read(&r->refs); in refcount_dec_not_one() local
/linux/drivers/dax/hmem/
H A Ddevice.c39 struct resource *new; in __hmem_register_resource() local
/linux/arch/mips/kernel/
H A Dcmpxchg.c51 unsigned long new, unsigned int size) in __cmpxchg_small()
/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()
/linux/net/netfilter/
H A Dnf_conntrack_extend.c95 struct nf_ct_ext *new; in nf_ct_ext_add() local
H A Dnf_conntrack_labels.c14 static int replace_u32(u32 *address, u32 mask, u32 new) in replace_u32()
/linux/arch/powerpc/mm/
H A Dpageattr.c20 unsigned long old, unsigned long new) in pte_update_delta()
/linux/rust/kernel/sync/
H A Dlocked_by.rs102 pub fn new<B: Backend>(owner: &Lock<U, B>, data: T) -> Self { in new() method
/linux/rust/kernel/
H A Dopp.rs39 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 Dauxiliary.rs113 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 Djournal.c243 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 Di915_mitigations.c32 unsigned long new = ~0UL; in mitigations_set() local
/linux/tools/testing/shared/linux/
H A Dpercpu.h9 #define this_cpu_cmpxchg(var, old, new) uatomic_cmpxchg(&var, old, new) argument
/linux/fs/nfs/
H A Dnfs4namespace.c224 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 Dcache.c118 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 Duptodate.c304 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 Devents_fifo.c229 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 Drbtree.h132 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 Dmempolicy.h250 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 Darc.rs173 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 Dmod.rs20 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 Dfastmap.c106 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 Dnfs4idmap.c80 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 Dauth.c290 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 Dsync_bitops.h39 #define arch_sync_cmpxchg(ptr, old, new) \ argument

12345678910>>...35