Home
last modified time | relevance | path

Searched defs:new (Results 376 – 400 of 1200) sorted by relevance

1...<<11121314151617181920>>...48

/openbmc/linux/include/linux/
H A Dsecurity.h568 static inline int security_capset(struct cred *new, in security_capset()
765 struct cred *new) in security_dentry_create_files_as()
957 static inline int security_inode_copy_up(struct dentry *src, struct cred **new) in security_inode_copy_up()
1072 static inline int security_prepare_creds(struct cred *new, in security_prepare_creds()
1079 static inline void security_transfer_creds(struct cred *new, in security_transfer_creds()
1131 static inline int security_task_fix_setuid(struct cred *new, in security_task_fix_setuid()
1138 static inline int security_task_fix_setgid(struct cred *new, in security_task_fix_setgid()
1145 static inline int security_task_fix_setgroups(struct cred *new, in security_task_fix_setgroups()
2121 static inline int security_uring_override_creds(const struct cred *new) in security_uring_override_creds()
/openbmc/linux/security/selinux/
H A Dnetif.c136 struct sel_netif *new; in sel_netif_sid_slow() local
/openbmc/u-boot/cmd/
H A Dsetexpr.c85 const char *new,/* new (replacement) string */ in substitute()
/openbmc/qemu/hw/intc/
H A Dimx_avic.c63 uint64_t new = s->pending & s->enabled; in imx_avic_update() local
/openbmc/linux/fs/afs/
H A Dsecurity.c146 struct afs_permits *permits, *xpermits, *replacement, *zap, *new = NULL; in afs_cache_permit() local
/openbmc/linux/fs/ceph/
H A Dmetric.c319 #define METRIC_UPDATE_MIN_MAX(min, max, new) \ argument
/openbmc/linux/drivers/pci/pcie/
H A Derr.c25 enum pci_ers_result new) in merge_result()
/openbmc/linux/arch/um/drivers/
H A Dport_user.c170 int new, err; in port_connection() local
/openbmc/linux/lib/
H A Datomic64.c161 s64 generic_atomic64_xchg(atomic64_t *v, s64 new) in generic_atomic64_xchg()
/openbmc/linux/drivers/input/keyboard/
H A Djornada680_kbd.c81 unsigned char new = jornadakbd->new_scan[i]; in jornada_parse_kbd() local
/openbmc/linux/virt/kvm/
H A Dirqchip.c173 struct kvm_irq_routing_table *new, *old; in kvm_set_irq_routing() local
/openbmc/u-boot/drivers/rtc/
H A Dftrtc010.c98 unsigned long new; in rtc_set() local
/openbmc/linux/lib/math/
H A Dprime_numbers.c110 struct primes *new; in expand_to_next_prime() local
/openbmc/linux/drivers/gpu/drm/arm/display/komeda/
H A Dkomeda_pipeline_state.c15 static inline bool is_switching_user(void *old, void *new) in is_switching_user()
1228 struct komeda_pipeline_state *new) in komeda_pipeline_unbound_components()
1335 struct komeda_pipeline_state *new = priv_to_pipe_st(pipe->obj.state); in komeda_pipeline_update() local
/openbmc/linux/drivers/dma/
H A Daltera-msgdma.c307 struct msgdma_sw_desc *new; in msgdma_tx_submit() local
336 struct msgdma_sw_desc *new, *first = NULL; in msgdma_prep_memcpy() local
395 struct msgdma_sw_desc *new, *first = NULL; in msgdma_prep_slave_sg() local
/openbmc/linux/fs/ocfs2/
H A Daops.c593 unsigned int to, int new) in ocfs2_map_page_blocks()
943 int new) in ocfs2_prepare_page_for_write()
1026 unsigned user_len, int new, in ocfs2_grab_pages_for_write()
1114 u32 *phys, unsigned int new, in ocfs2_write_cluster()
1325 struct ocfs2_unwritten_extent *ue = NULL, *new = NULL; in ocfs2_unwritten_check() local
/openbmc/linux/fs/nfs/
H A Dnfs4state.c434 nfs4_insert_state_owner_locked(struct nfs4_state_owner *new) in nfs4_insert_state_owner_locked()
582 struct nfs4_state_owner *sp, *new; in nfs4_get_state_owner() local
725 struct nfs4_state *state, *new; in nfs4_get_open_state() local
907 struct nfs4_lock_state *lsp, *new = NULL; in nfs4_get_lock_state() local
1079 struct nfs_seqid *new; in nfs_alloc_seqid() local
/openbmc/linux/net/sched/
H A Dsch_api.c851 struct Qdisc *new, struct Qdisc *old, in qdisc_offload_graft_helper()
897 struct Qdisc *new, struct Qdisc *old, in qdisc_offload_graft_root()
1007 struct Qdisc *old, struct Qdisc *new, in qdisc_notify()
1039 struct Qdisc *old, struct Qdisc *new, in notify_and_destroy()
1073 struct Qdisc *new, struct Qdisc *old, in qdisc_graft()
/openbmc/linux/tools/perf/util/
H A Dcallchain.c535 struct callchain_node *new; in create_child() local
642 struct callchain_node *new; in add_child() local
803 struct callchain_node *new; in split_add_child() local
1539 struct callchain_list *chain, *new; in callchain_node__make_parent_list() local
/openbmc/linux/drivers/fpga/
H A Ddfl-afu-dma-region.c147 struct rb_node **new, *parent = NULL; in afu_dma_region_add() local
/openbmc/linux/arch/arc/include/asm/
H A Datomic64-arcv2.h164 static inline s64 arch_atomic64_xchg(atomic64_t *ptr, s64 new) in arch_atomic64_xchg()
/openbmc/linux/arch/powerpc/mm/kasan/
H A Dinit_32.c39 pte_t *new; in kasan_init_shadow_page_tables() local
/openbmc/linux/mm/
H A Dswap_cgroup.c98 unsigned short old, unsigned short new) in swap_cgroup_cmpxchg()
/openbmc/qemu/tests/unit/
H A Dtest-resv-mem.c63 Range *new = g_new0(Range, 1); in insert_sorted_range() local
/openbmc/qemu/linux-user/
H A Dvm86.c33 #define set_flags(X,new,mask) \ argument

1...<<11121314151617181920>>...48