Home
last modified time | relevance | path

Searched defs:new (Results 101 – 125 of 1195) sorted by relevance

12345678910>>...48

/openbmc/linux/scripts/dtc/
H A Dlivetree.c15 struct label *new; in add_label() local
42 struct property *new = xmalloc(sizeof(*new)); in build_property() local
55 struct property *new = xmalloc(sizeof(*new)); in build_property_delete() local
91 struct node *new = xmalloc(sizeof(*new)); in build_node() local
109 struct node *new = xmalloc(sizeof(*new)); in build_node_delete() local
360 struct reserve_info *new = xmalloc(sizeof(*new)); in build_reserve_entry() local
380 struct reserve_info *new) in add_reserve_entry()
/openbmc/qemu/util/
H A Dinterval-tree.c178 static inline void rb_change_child(RBNode *old, RBNode *new, in rb_change_child()
190 static inline void rb_rotate_set_parents(RBNode *old, RBNode *new, in rb_rotate_set_parents()
690 IntervalTreeNode *new = rb_to_itree(rb_new); in interval_tree_copy() local
698 IntervalTreeNode *new = rb_to_itree(rb_new); in interval_tree_rotate() local
/openbmc/linux/arch/alpha/kernel/
H A Derr_common.c280 cdl_register_subpacket_annotation(struct el_subpacket_annotation *new) in cdl_register_subpacket_annotation()
302 cdl_register_subpacket_handler(struct el_subpacket_handler *new) in cdl_register_subpacket_handler()
/openbmc/linux/security/selinux/ss/
H A Dhashtab.c134 int hashtab_duplicate(struct hashtab *new, struct hashtab *orig, in hashtab_duplicate()
135 int (*copy)(struct hashtab_node *new, in hashtab_duplicate()
/openbmc/u-boot/fs/jffs2/
H A Djffs2_nand_1pass.c94 insert_node(struct b_list *list, struct b_node *new) in insert_node()
138 struct b_inode *new; in insert_inode() local
156 struct b_dirent *new; in insert_dirent() local
177 static int compare_inodes(struct b_node *new, struct b_node *old) in compare_inodes()
194 static int compare_dirents(struct b_node *new, struct b_node *old) in compare_dirents()
/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_stats.c561 struct bmac1_stats *new = bnx2x_sp(bp, mac_stats.bmac1_stats); in bnx2x_bmac_stats_update() local
596 struct bmac2_stats *new = bnx2x_sp(bp, mac_stats.bmac2_stats); in bnx2x_bmac_stats_update() local
662 struct mstat_stats *new = bnx2x_sp(bp, mac_stats.mstat_stats); in bnx2x_mstat_stats_update() local
749 struct emac_stats *new = bnx2x_sp(bp, mac_stats.emac_stats); in bnx2x_emac_stats_update() local
806 struct nig_stats *new = bnx2x_sp(bp, nig_stats); in bnx2x_hw_stats_update() local
/openbmc/linux/mm/
H A Dmempolicy.c374 void mpol_rebind_task(struct task_struct *tsk, const nodemask_t *new) in mpol_rebind_task()
385 void mpol_rebind_mm(struct mm_struct *mm, nodemask_t *new) in mpol_rebind_mm()
784 struct mempolicy *new; in vma_replace_policy() local
865 struct mempolicy *new, *old; in do_set_mempolicy() local
1272 struct mempolicy *new; in do_mbind() local
1513 struct mempolicy *new, *old; in SYSCALL_DEFINE4() local
1617 nodemask_t *new; in kernel_migrate_pages() local
2717 unsigned long end, struct sp_node *new) in shared_policy_replace()
2801 struct mempolicy *new; in mpol_shared_policy_init() local
2835 struct sp_node *new = NULL; in mpol_set_shared_policy() local
[all …]
/openbmc/linux/include/linux/
H A Dllist.h219 static inline bool llist_add(struct llist_node *new, struct llist_head *head) in llist_add()
224 static inline bool __llist_add(struct llist_node *new, struct llist_head *head) in __llist_add()
H A Dvt.h21 static inline int vt_kmsg_redirect(int new) in vt_kmsg_redirect()
/openbmc/linux/drivers/input/joystick/iforce/
H A Diforce-ff.c183 struct ff_effect *new) in need_condition_modifier()
259 struct ff_effect *new) in need_period_modifier()
276 static int need_core(struct ff_effect *old, struct ff_effect *new) in need_core()
/openbmc/linux/drivers/watchdog/
H A Dmachzwd.c145 static inline void zf_set_status(unsigned char new) in zf_set_status()
158 static inline void zf_set_control(unsigned short new) in zf_set_control()
169 static inline void zf_set_timer(unsigned short new, unsigned char n) in zf_set_timer()
/openbmc/linux/net/sunrpc/
H A Dbackchannel_rqst.c238 struct rpc_rqst *new) in xprt_get_bc_request()
327 struct rpc_rqst *req, *new = NULL; in xprt_lookup_bc_request() local
/openbmc/linux/arch/powerpc/mm/nohash/
H A D8xx.c64 pgprot_t prot, int psize, bool new) in __early_map_kernel_hugepage()
121 pgprot_t prot, bool new) in mmu_mapin_ram_chunk()
/openbmc/linux/lib/
H A Dmemcat_p.c12 void **p = a, **new; in __memcat_p() local
H A Dlist_debug.c22 bool __list_add_valid_or_report(struct list_head *new, struct list_head *prev, in __list_add_valid_or_report()
/openbmc/linux/arch/riscv/lib/
H A Dclear_page.S14 #define CBOZ_ALT(order, old, new) \ argument
/openbmc/u-boot/include/linux/
H A Dlist.h43 static inline void __list_add(struct list_head *new, in __list_add()
61 static inline void list_add(struct list_head *new, struct list_head *head) in list_add()
74 static inline void list_add_tail(struct list_head *new, struct list_head *head) in list_add_tail()
113 struct list_head *new) in list_replace()
122 struct list_head *new) in list_replace_init()
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dsetget_sockopt.c29 int new; member
88 int old, tmp, new, opt = t->opt; in bpf_test_sockopt_flip() local
115 int old, tmp, new, expected, opt; in bpf_test_sockopt_int() local
/openbmc/linux/drivers/gpu/drm/msm/adreno/
H A Da5xx_preempt.c13 enum preempt_state old, enum preempt_state new) in try_preempt_state()
26 enum preempt_state new) in set_preempt_state()
/openbmc/linux/drivers/char/agp/
H A Dgeneric.c98 struct agp_memory *new; in agp_create_user_memory() local
128 struct agp_memory *new; in agp_create_memory() local
222 struct agp_memory *new; in agp_allocate_memory() local
1161 struct agp_memory *new; in agp_generic_alloc_user() local
/openbmc/qemu/host/include/generic/host/
H A Dstore-insert-al16.h24 Int128Alias old, new; in store_atom_insert_al16() local
/openbmc/linux/sound/pci/ice1712/
H A Dquartet.c507 unsigned int old, new, smute; in qtet_mute_put() local
568 unsigned int old, new, tmp, masked_old; in qtet_ain12_sw_put() local
623 unsigned int old, new; in qtet_php_put() local
699 unsigned int old, new; in qtet_sw_put() local
830 unsigned int new; in qtet_set_rate() local
854 unsigned int old, new; in qtet_set_spdif_clock() local
/openbmc/linux/arch/sh/include/asm/
H A Dcmpxchg-cas.h6 __cmpxchg_u32(volatile u32 *m, unsigned long old, unsigned long new) in __cmpxchg_u32()
/openbmc/linux/kernel/kcsan/
H A Dpermissive.h38 kcsan_ignore_data_race(size_t size, int type, u64 old, u64 new, u64 diff) in kcsan_ignore_data_race()
/openbmc/linux/fs/nfs/
H A Dnfs4client.c79 struct nfs4_ds_server *new) in nfs4_add_ds_client()
135 struct nfs4_ds_server *dss, *new; in nfs4_find_or_create_ds_client() local
529 static int nfs4_match_client(struct nfs_client *pos, struct nfs_client *new, in nfs4_match_client()
586 int nfs40_walk_client_list(struct nfs_client *new, in nfs40_walk_client_list()
753 int nfs41_walk_client_list(struct nfs_client *new, in nfs41_walk_client_list()

12345678910>>...48