Home
last modified time | relevance | path

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

12345678910>>...45

/OK3568_Linux_fs/kernel/arch/x86/um/
H A Dbugs_32.c24 struct sigaction old, new; in arch_check_bugs() local
/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Dcputime.h19 #define cmpxchg_cputime(ptr, old, new) cmpxchg64(ptr, old, new) argument
/OK3568_Linux_fs/kernel/arch/hexagon/include/asm/
H A Dcmpxchg.h54 #define cmpxchg(ptr, old, new) \ argument
/OK3568_Linux_fs/kernel/arch/sh/include/asm/
H A Datomic.h33 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) argument
/OK3568_Linux_fs/kernel/fs/nfsd/
H A Dauth.c25 struct cred *new; in nfsd_setuser() local
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/dispnv50/
H A Dbase.c32 int (*new)(struct nouveau_drm *, int, s32, struct nv50_wndw **); in nv50_base_new() member
H A Dcurs.c32 int (*new)(struct nouveau_drm *, int, s32, struct nv50_wndw **); in nv50_curs_new() member
H A Dovly.c33 int (*new)(struct nouveau_drm *, int, s32, struct nv50_wndw **); in nv50_ovly_new() member
H A Dcore.c43 int (*new)(struct nouveau_drm *, s32, struct nv50_core **); in nv50_core_new() member
/OK3568_Linux_fs/u-boot/net/
H A Dchecksum.c37 unsigned add_ip_checksums(unsigned offset, unsigned sum, unsigned new) in add_ip_checksums()
/OK3568_Linux_fs/kernel/net/netfilter/
H A Dcore.c110 struct nf_hook_entries *new; in nf_hook_entries_grow() local
226 struct nf_hook_entries *new = NULL; in __nf_hook_entries_try_shrink() local
657 void nf_ct_attach(struct sk_buff *new, const struct sk_buff *skb) in nf_ct_attach()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/
H A Dmkregtable.c60 static inline void __list_add(struct list_head *new, in __list_add()
81 static inline void list_add_tail(struct list_head *new, struct list_head *head) in list_add_tail()
/OK3568_Linux_fs/kernel/include/linux/
H A Drbtree_augmented.h169 __rb_change_child(struct rb_node *old, struct rb_node *new, in __rb_change_child()
182 __rb_change_child_rcu(struct rb_node *old, struct rb_node *new, in __rb_change_child_rcu()
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dpgtable-be-types.h81 static inline bool pte_xchg(pte_t *ptep, pte_t old, pte_t new) in pte_xchg()
93 static inline bool pmd_xchg(pmd_t *pmdp, pmd_t old, pmd_t new) in pmd_xchg()
/OK3568_Linux_fs/kernel/fs/exfat/
H A Dcache.c121 struct exfat_cache_id *new) in exfat_cache_merge()
138 struct exfat_cache_id *new) in exfat_cache_add()
/OK3568_Linux_fs/kernel/drivers/infiniband/sw/rxe/
H A Drxe_pool.c200 static void insert_index(struct rxe_pool *pool, struct rxe_pool_entry *new) in insert_index()
227 static void insert_key(struct rxe_pool *pool, struct rxe_pool_entry *new) in insert_key()
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/nohash/
H A Dhugetlb-book3e.h31 static inline void hugepd_populate(hugepd_t *hpdp, pte_t *new, unsigned int pshift) in hugepd_populate()
/OK3568_Linux_fs/external/xserver/xkb/
H A DddxCtrls.c62 XkbDDXChangeControls(DeviceIntPtr dev, XkbControlsPtr old, XkbControlsPtr new) in XkbDDXChangeControls()
/OK3568_Linux_fs/kernel/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()
1023 struct fcoe_fcf new; in fcoe_ctlr_recv_adv() local
2492 static void fcoe_ctlr_vn_add(struct fcoe_ctlr *fip, struct fcoe_rport *new) in fcoe_ctlr_vn_add()
2575 struct fcoe_rport *new) in fcoe_ctlr_vn_claim_notify()
2630 struct fcoe_rport *new) in fcoe_ctlr_vn_claim_resp()
2646 struct fcoe_rport *new) in fcoe_ctlr_vn_beacon()
/OK3568_Linux_fs/kernel/arch/s390/kernel/
H A Dperf_cpum_cf.c336 u64 prev, new; in hw_perf_event_reset() local
359 u64 prev, new, delta; in hw_perf_event_update() local
/OK3568_Linux_fs/kernel/drivers/dma-buf/
H A Ddma-resv.c189 struct dma_resv_list *old, *new; in dma_resv_reserve_shared() local
349 struct dma_fence *old, *new; in dma_resv_copy_fences() local
/OK3568_Linux_fs/kernel/net/core/
H A Ddst.c205 unsigned long prev, new; in dst_cow_metrics_generic() local
231 unsigned long prev, new; in __dst_destroy_metrics_generic() local
/OK3568_Linux_fs/kernel/security/selinux/ss/
H A Debitmap.c55 struct ebitmap_node *n, *new, *prev; in ebitmap_cpy() local
280 struct ebitmap_node *n, *prev, *new; in ebitmap_set_bit() local
/OK3568_Linux_fs/external/mpp/mpp/hal/vpu/vp8e/
H A Dhal_vp8e_entropy.c375 RK_S32 prob, new, old; in vp8e_calc_coeff_prob() local
402 RK_S32 prob, new, old; in vp8e_calc_mv_prob() local
/OK3568_Linux_fs/kernel/fs/fat/
H A Dfatent.c155 static void fat12_ent_put(struct fat_entry *fatent, int new) in fat12_ent_put()
177 static void fat16_ent_put(struct fat_entry *fatent, int new) in fat16_ent_put()
186 static void fat32_ent_put(struct fat_entry *fatent, int new) in fat32_ent_put()
410 int new, int wait) in fat_ent_write()

12345678910>>...45