/openbmc/linux/arch/powerpc/include/asm/ |
H A D | qspinlock.h | 94 u32 new = queued_spin_encode_locked_val(); in __queued_spin_trylock_nosteal() local 116 u32 new = queued_spin_encode_locked_val(); in __queued_spin_trylock_steal() local
|
/openbmc/linux/tools/usb/usbip/libsrc/ |
H A D | list.h | 40 static inline void __list_add(struct list_head *new, in __list_add() 58 static inline void list_add(struct list_head *new, struct list_head *head) in list_add()
|
/openbmc/linux/scripts/dtc/ |
H A D | livetree.c | 15 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 D | interval-tree.c | 178 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 D | err_common.c | 280 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/u-boot/fs/jffs2/ |
H A D | jffs2_nand_1pass.c | 94 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 D | bnx2x_stats.c | 561 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/security/selinux/ss/ |
H A D | hashtab.c | 134 int hashtab_duplicate(struct hashtab *new, struct hashtab *orig, in hashtab_duplicate() 135 int (*copy)(struct hashtab_node *new, in hashtab_duplicate()
|
/openbmc/linux/mm/ |
H A D | mempolicy.c | 375 void mpol_rebind_task(struct task_struct *tsk, const nodemask_t *new) in mpol_rebind_task() 386 void mpol_rebind_mm(struct mm_struct *mm, nodemask_t *new) in mpol_rebind_mm() 771 struct mempolicy *new; in vma_replace_policy() local 852 struct mempolicy *new, *old; in do_set_mempolicy() local 1265 struct mempolicy *new; in do_mbind() local 1497 struct mempolicy *new, *old; in SYSCALL_DEFINE4() local 1601 nodemask_t *new; in kernel_migrate_pages() local 2401 struct mempolicy *new = kmem_cache_alloc(policy_cache, GFP_KERNEL); in __mpol_dup() local 2498 static void sp_insert(struct shared_policy *sp, struct sp_node *new) in sp_insert() 2690 unsigned long end, struct sp_node *new) in shared_policy_replace() [all …]
|
/openbmc/linux/drivers/watchdog/ |
H A D | machzwd.c | 145 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/drivers/input/joystick/iforce/ |
H A D | iforce-ff.c | 183 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/include/linux/ |
H A D | llist.h | 219 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 D | vt.h | 21 static inline int vt_kmsg_redirect(int new) in vt_kmsg_redirect()
|
/openbmc/linux/net/sunrpc/ |
H A D | backchannel_rqst.c | 238 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 D | 8xx.c | 64 pgprot_t prot, int psize, bool new) in __early_map_kernel_hugepage() 122 pgprot_t prot, bool new) in mmu_mapin_ram_chunk()
|
/openbmc/u-boot/include/linux/ |
H A D | list.h | 43 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 D | setget_sockopt.c | 29 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/lib/ |
H A D | memcat_p.c | 12 void **p = a, **new; in __memcat_p() local
|
H A D | list_debug.c | 22 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 D | clear_page.S | 14 #define CBOZ_ALT(order, old, new) \ argument
|
/openbmc/linux/drivers/char/agp/ |
H A D | generic.c | 98 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/linux/sound/pci/ice1712/ |
H A D | quartet.c | 507 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/drivers/gpu/drm/msm/adreno/ |
H A D | a5xx_preempt.c | 13 enum preempt_state old, enum preempt_state new) in try_preempt_state() 26 enum preempt_state new) in set_preempt_state()
|
/openbmc/linux/fs/nfs/ |
H A D | nfs4client.c | 79 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 528 static int nfs4_match_client(struct nfs_client *pos, struct nfs_client *new, in nfs4_match_client() 585 int nfs40_walk_client_list(struct nfs_client *new, in nfs40_walk_client_list() 752 int nfs41_walk_client_list(struct nfs_client *new, in nfs41_walk_client_list()
|
/openbmc/linux/arch/sh/include/asm/ |
H A D | cmpxchg-cas.h | 6 __cmpxchg_u32(volatile u32 *m, unsigned long old, unsigned long new) in __cmpxchg_u32()
|