Home
last modified time | relevance | path

Searched defs:new (Results 51 – 75 of 1200) sorted by relevance

12345678910>>...48

/openbmc/linux/arch/ia64/include/asm/
H A Dacenv.h22 unsigned int old, new, val; in ia64_acpi_acquire_global_lock() local
34 unsigned int old, new, val; in ia64_acpi_release_global_lock() local
/openbmc/linux/arch/powerpc/kernel/trace/
H A Dftrace_64_pg.c59 ftrace_modify_code(unsigned long ip, ppc_inst_t old, ppc_inst_t new) in ftrace_modify_code()
351 ppc_inst_t old, new; in ftrace_make_nop() local
517 ppc_inst_t old, new; in ftrace_make_call() local
648 ppc_inst_t old, new; in ftrace_modify_call() local
686 ppc_inst_t old, new; in ftrace_update_ftrace_func() local
777 ppc_inst_t old, new; in ftrace_modify_ftrace_graph_caller() local
/openbmc/qemu/host/include/generic/host/
H A Datomic128-cas.h16 atomic16_cmpxchg(Int128 *ptr, Int128 cmp, Int128 new) in atomic16_cmpxchg()
29 atomic16_cmpxchg(Int128 *ptr, Int128 cmp, Int128 new) in atomic16_cmpxchg()
/openbmc/linux/arch/x86/kvm/vmx/
H A Dposted_intr.c39 static int pi_try_set_control(struct pi_desc *pi_desc, u64 *pold, u64 new) in pi_try_set_control()
57 struct pi_desc old, new; in vmx_vcpu_pi_load() local
150 struct pi_desc old, new; in pi_enable_wakeup_handler() local
/openbmc/linux/arch/xtensa/include/asm/
H A Dcmpxchg.h24 __cmpxchg_u32(volatile int *p, int old, int new) in __cmpxchg_u32()
74 __cmpxchg(volatile void *ptr, unsigned long old, unsigned long new, int size) in __cmpxchg()
94 unsigned long new, int size) in __cmpxchg_local()
/openbmc/linux/arch/arm/include/asm/
H A Dcmpxchg.h158 unsigned long new, int size) in __cmpxchg()
220 unsigned long new, int size) in __cmpxchg_local()
247 unsigned long long new) in __cmpxchg64()
/openbmc/linux/security/apparmor/
H A Dtask.c50 struct cred *new; in aa_replace_current_label() local
123 struct cred *new; in aa_set_current_hat() local
163 struct cred *new; in aa_restore_previous_label() local
H A Dlabel.c62 struct aa_proxy *new; in aa_alloc_proxy() local
73 void __aa_proxy_redirect(struct aa_label *orig, struct aa_label *new) in __aa_proxy_redirect()
88 static void __proxy_share(struct aa_label *old, struct aa_label *new) in __proxy_share()
390 static void label_free_or_put_new(struct aa_label *label, struct aa_label *new) in label_free_or_put_new()
426 struct aa_label *new; in aa_label_alloc() local
593 static bool __label_remove(struct aa_label *label, struct aa_label *new) in __label_remove()
629 static bool __label_replace(struct aa_label *old, struct aa_label *new) in __label_replace()
668 struct rb_node **new, *parent = NULL; in __label_insert() local
795 bool aa_label_replace(struct aa_label *old, struct aa_label *new) in aa_label_replace()
861 struct aa_label *new; in vec_create_and_insert_label() local
[all …]
H A Ddomain.c568 struct aa_label *new = NULL; in x_to_label() local
637 struct aa_label *new = NULL; in profile_transition() local
815 struct aa_label *new; in handle_onexec() local
874 struct aa_label *label, *new = NULL; in apparmor_bprm_creds_for_exec() local
1064 struct aa_label *new; in change_hat() local
1179 struct aa_label *label, *previous, *new = NULL, *target = NULL; in aa_change_hat() local
1327 struct aa_label *label, *new = NULL, *target = NULL; in aa_change_profile() local
/openbmc/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_uvmm.c77 struct nouveau_uvma_prealloc new; member
452 struct nouveau_uvma_prealloc *new, in nouveau_uvmm_sm_prepare_unwind()
553 struct nouveau_uvma_prealloc *new, in nouveau_uvmm_sm_map_prepare_unwind()
568 struct nouveau_uvma_prealloc *new, in nouveau_uvmm_sm_unmap_prepare_unwind()
609 struct nouveau_uvma_prealloc *new, in nouveau_uvmm_sm_prepare()
727 struct nouveau_uvma_prealloc *new, in nouveau_uvmm_sm_map_prepare()
744 struct nouveau_uvma_prealloc *new, in nouveau_uvmm_sm_unmap_prepare()
802 struct nouveau_uvma_prealloc *new) in op_remap()
820 struct nouveau_uvma_prealloc *new, in nouveau_uvmm_sm()
846 struct nouveau_uvma_prealloc *new, in nouveau_uvmm_sm_map()
[all …]
/openbmc/linux/arch/x86/kvm/mmu/
H A Dpage_track.h42 const u8 *new, int bytes) { } in __kvm_page_track_write()
51 const u8 *new, int bytes) in kvm_page_track_write()
/openbmc/linux/lib/
H A Derrseq.c79 errseq_t new; in errseq_set() local
178 errseq_t old, new; in errseq_check_and_advance() local
H A Drbtree_test.c34 struct rb_node **new = &root->rb_root.rb_node, *parent = NULL; in insert() local
51 struct rb_node **new = &root->rb_root.rb_node, *parent = NULL; in insert_cached() local
88 struct rb_node **new = &root->rb_root.rb_node, *rb_parent = NULL; in RB_DECLARE_CALLBACKS_MAX() local
112 struct rb_node **new = &root->rb_root.rb_node, *rb_parent = NULL; in insert_augmented_cached() local
/openbmc/linux/include/trace/events/
H A Dkvm.h373 #define trace_kvm_halt_poll_ns_grow(vcpu_id, new, old) \ argument
375 #define trace_kvm_halt_poll_ns_shrink(vcpu_id, new, old) \ argument
/openbmc/qemu/util/
H A Dqht.c526 static inline void qht_do_resize(struct qht *ht, struct qht_map *new) in qht_do_resize()
531 static inline void qht_do_resize_and_reset(struct qht *ht, struct qht_map *new) in qht_do_resize_and_reset()
538 struct qht_map *new = NULL; in qht_reset_size() local
634 struct qht_bucket *new = NULL; in qht_insert__locked() local
688 struct qht_map *new = qht_map_create(map->n_buckets * 2); in qht_grow_maybe() local
903 struct qht_map *new; member
910 struct qht_map *new = data->new; in qht_map_copy() local
921 static void qht_do_resize_reset(struct qht *ht, struct qht_map *new, bool reset) in qht_do_resize_reset()
960 struct qht_map *new; in qht_resize() local
H A Dlockcnt.c82 int new = expected - QEMU_LOCKCNT_STATE_LOCKED + QEMU_LOCKCNT_STATE_WAITING; in qemu_lockcnt_cmpxchg_or_wait() local
259 int expected, new, val; in qemu_lockcnt_inc_and_unlock() local
277 int expected, new, val; in qemu_lockcnt_unlock() local
/openbmc/linux/sound/pci/ice1712/
H A Dwtm.c67 unsigned char new, old; in stac9460_dac_mute_all() local
144 unsigned char new, old; in stac9460_dac_mute_put() local
284 unsigned char new, old; in stac9460_adc_mute_put() local
415 unsigned char new, old; in stac9460_mic_sw_put() local
440 unsigned char old, new; in stac9460_set_rate_val() local
/openbmc/linux/scripts/mod/
H A Dlist.h66 static inline void __list_add(struct list_head *new, in __list_add()
84 static inline void list_add(struct list_head *new, struct list_head *head) in list_add()
97 static inline void list_add_tail(struct list_head *new, struct list_head *head) in list_add_tail()
/openbmc/linux/kernel/
H A Dresource.c171 static struct resource * __request_resource(struct resource *root, struct resource *new) in __request_resource()
265 struct resource *request_resource_conflict(struct resource *root, struct resource *new) in request_resource_conflict()
282 int request_resource(struct resource *root, struct resource *new) in request_resource()
622 struct resource *new, in __find_resource()
680 static int find_resource(struct resource *root, struct resource *new, in find_resource()
702 struct resource new = *old; in reallocate_resource() local
748 int allocate_resource(struct resource *root, struct resource *new, in allocate_resource()
810 static struct resource * __insert_resource(struct resource *parent, struct resource *new) in __insert_resource()
875 struct resource *insert_resource_conflict(struct resource *parent, struct resource *new) in insert_resource_conflict()
895 int insert_resource(struct resource *parent, struct resource *new) in insert_resource()
[all …]
H A Ducount.c168 struct ucounts *ucounts, *new; in alloc_ucounts() local
270 long new = atomic_long_add_return(v, &iter->rlimit[type]); in inc_rlimit_ucounts() local
283 long new = -1; /* Silence compiler warning */ in dec_rlimit_ucounts() local
320 long new = atomic_long_add_return(1, &iter->rlimit[type]); in inc_rlimit_get_ucounts() local
/openbmc/linux/tools/include/nolibc/
H A Dsys.h226 int sys_dup2(int old, int new) in sys_dup2()
238 int dup2(int old, int new) in dup2()
250 int sys_dup3(int old, int new, int flags) in sys_dup3()
256 int dup3(int old, int new, int flags) in dup3()
559 int sys_link(const char *old, const char *new) in sys_link()
571 int link(const char *old, const char *new) in link()
815 int sys_pivot_root(const char *new, const char *old) in sys_pivot_root()
821 int pivot_root(const char *new, const char *old) in pivot_root()
1043 int sys_symlink(const char *old, const char *new) in sys_symlink()
1055 int symlink(const char *old, const char *new) in symlink()
/openbmc/linux/include/linux/
H A Drculist.h76 static inline void __list_add_rcu(struct list_head *new, in __list_add_rcu()
104 static inline void list_add_rcu(struct list_head *new, struct list_head *head) in list_add_rcu()
125 static inline void list_add_tail_rcu(struct list_head *new, in list_add_tail_rcu()
198 struct list_head *new) in list_replace_rcu()
525 struct hlist_node *new) in hlist_replace_rcu()
H A Dlist.h65 static __always_inline bool __list_add_valid(struct list_head *new, in __list_add_valid()
128 static inline bool __list_add_valid(struct list_head *new, in __list_add_valid()
146 static inline void __list_add(struct list_head *new, in __list_add()
167 static inline void list_add(struct list_head *new, struct list_head *head) in list_add()
181 static inline void list_add_tail(struct list_head *new, struct list_head *head) in list_add_tail()
242 struct list_head *new) in list_replace()
258 struct list_head *new) in list_replace_init()
1106 struct hlist_head *new) in hlist_move_list()
/openbmc/linux/arch/s390/kernel/
H A Djump_label.c34 struct insn *new) in jump_label_bug()
51 struct insn old, new; in jump_label_transform() local
/openbmc/linux/drivers/net/wireless/realtek/rtw88/
H A Dsar.c25 static int rtw_apply_sar(struct rtw_dev *rtwdev, const struct rtw_sar *new) in rtw_apply_sar()
77 struct rtw_sar new = {0}; in rtw_set_sar_specs() local

12345678910>>...48