Home
last modified time | relevance | path

Searched defs:new (Results 2576 - 2600 of 2693) sorted by relevance

1...<<101102103104105106107108

/kernel/linux/linux-6.6/sound/soc/codecs/
H A Dmadera.c1015 unsigned int cur, new; in madera_set_adsp_clk() local
/kernel/linux/linux-6.6/kernel/trace/
H A Dring_buffer.c1458 rb_head_page_replace(struct buffer_page *old, struct buffer_page *new) rb_head_page_replace() argument
[all...]
/kernel/linux/linux-6.6/lib/
H A Dmaple_tree.c1625 mas_parent_gap(struct ma_state *mas, unsigned char offset, unsigned long new) mas_parent_gap() argument
[all...]
/kernel/linux/linux-6.6/mm/
H A Dshmem.c1733 struct folio *old, *new; in shmem_replace_folio() local
[all...]
H A Dmemory.c439 pgtable_t new = pte_alloc_one(mm); in __pte_alloc() local
451 pte_t *new = pte_alloc_one_kernel(&init_mm); in __pte_alloc_kernel() local
5542 p4d_t *new = p4d_alloc_one(mm, address); __p4d_alloc() local
5565 pud_t *new = pud_alloc_one(mm, address); __pud_alloc() local
5589 pmd_t *new = pmd_alloc_one(mm, address); __pmd_alloc() local
[all...]
/kernel/linux/linux-6.6/net/mac80211/
H A Dutil.c3662 struct cfg80211_chan_def new = *chandef; in ieee80211_chandef_vht_oper() local
[all...]
/kernel/linux/linux-6.6/net/core/
H A Dsock.c827 static void __sock_set_timestamps(struct sock *sk, bool val, bool new, bool ns) in __sock_set_timestamps() argument
/kernel/linux/linux-6.6/net/xfrm/
H A Dxfrm_policy.c903 xfrm_policy_inexact_node_reinsert(struct net *net, struct xfrm_pol_inexact_node *n, struct rb_root *new, u16 family) xfrm_policy_inexact_node_reinsert() argument
1422 xfrm_policy_requeue(struct xfrm_policy *old, struct xfrm_policy *new) xfrm_policy_requeue() argument
[all...]
/third_party/ffmpeg/fftools/
H A Dffmpeg.c2171 void *new = av_realloc_array(ist->dts_buffer, ist->nb_dts_buffer + 1, sizeof(ist->dts_buffer[0])); in decode_video() local
/third_party/alsa-lib/src/
H A Dconf.c5523 const char *new = str; parse_args() local
[all...]
/third_party/backends/backend/
H A Dhp-option.c334 _HpOption new; in hp_option_descriptor_probe() local
1021 _HpChoice new = sanei_hp_memdup(choice, sizeof(*new)); _make_choice_list() local
1043 _HpChoice new = sanei_hp_memdup(choice, sizeof(*new)); _make_probed_choice_list() local
[all...]
/third_party/mbedtls/programs/ssl/
H A Dssl_server2.c791 sni_entry *cur = NULL, *new = NULL; in sni_parse() local
990 psk_entry *cur = NULL, *new = NULL; psk_parse() local
[all...]
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
H A Dlibcpuset.c2013 static int cr_or_mod(const char *relpath, const struct cpuset *cp, int new) in cr_or_mod() argument
/third_party/ltp/tools/sparse/sparse-src/
H A Dparse.c1454 static void specifier_conflict(struct position pos, int what, struct ident *new) in specifier_conflict() argument
/third_party/mesa3d/src/gallium/auxiliary/nir/
H A Dnir_to_tgsi.c3307 nir_ssa_def *new = nir_vec_scalars(b, channels, instr->num_components); in nir_to_tgsi_lower_64bit_intrinsic() local
3399 nir_ssa_def *new = nir_vec(b, channels, num_components); in nir_to_tgsi_lower_64bit_load_const() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DInstructions.h[all...]
/third_party/python/Objects/
H A Ddictobject.c3081 PyDictObject *new = (PyDictObject *)new_dict(keys, NULL, 0, 0); PyDict_Copy() local
3611 PyObject *new = PyDict_Copy(self); dict_or() local
[all...]
/third_party/selinux/libsepol/cil/src/
H A Dcil_binary.c145 static int __cil_expand_user(struct cil_symtab_datum *datum, ebitmap_t *new) in __cil_expand_user() argument
173 static int __cil_expand_role(struct cil_symtab_datum *datum, ebitmap_t *new) in __cil_expand_role() argument
199 __cil_expand_type(struct cil_symtab_datum *datum, ebitmap_t *new) __cil_expand_type() argument
227 ocontext_t *new = cil_malloc(sizeof(ocontext_t)); cil_add_ocontext() local
2422 role_trans_t *new = NULL; cil_roletrans_to_policydb() local
[all...]
H A Dcil_resolve_ast.c1292 static int __cil_ordered_lists_merge(struct cil_list *old, struct cil_list *new) in __cil_ordered_lists_merge() argument
1483 struct cil_list *new in cil_resolve_classorder() local
1533 struct cil_list *new = NULL; cil_resolve_sidorder() local
1587 struct cil_list *new = NULL; cil_resolve_catorder() local
1630 struct cil_list *new = NULL; cil_resolve_sensitivityorder() local
[all...]
/third_party/rust/crates/rust-openssl/openssl/src/ssl/
H A Dmod.rs711 pub fn new(method: SslMethod) -> Result<SslContextBuilder, ErrorStack> { new() functions
2253 pub fn new(ctx: &SslContextRef) -> Result<Ssl, ErrorStack> { fmt() functions
3492 pub fn new(ssl: Ssl, stream: S) -> Result<Self, ErrorStack> { fmt() functions
3853 pub fn new(ssl: Ssl, stream: S) -> Self { new() functions
[all...]
/kernel/linux/linux-5.10/drivers/crypto/hisilicon/
H A Dqm.c390 static bool qm_avail_state(struct hisi_qm *qm, enum qm_state new) in qm_avail_state() argument
422 qm_qp_avail_state(struct hisi_qm *qm, struct hisi_qp *qp, enum qp_state new) qm_qp_avail_state() argument
[all...]
/kernel/linux/linux-5.10/arch/x86/kvm/mmu/
H A Dmmu.c4871 static bool need_remote_flush(u64 old, u64 new) in need_remote_flush() argument
4986 kvm_mmu_pte_write(struct kvm_vcpu *vcpu, gpa_t gpa, const u8 *new, int bytes, struct kvm_page_track_notifier_node *node) kvm_mmu_pte_write() argument
[all...]
/kernel/linux/linux-5.10/drivers/ata/
H A Dsata_mv.c962 static inline void mv_write_cached_reg(void __iomem *addr, u32 *old, u32 new) in mv_write_cached_reg() argument
1510 u32 old, new; mv_60x1_errata_sata25() local
1537 u32 new, *old = &pp->cached.unknown_rsvd; mv_bmdma_enable_iie() local
[all...]
/kernel/linux/linux-5.10/virt/kvm/
H A Dkvm_main.c1258 kvm_set_memslot(struct kvm *kvm, const struct kvm_userspace_memory_region *mem, struct kvm_memory_slot *old, struct kvm_memory_slot *new, int as_id, enum kvm_mr_change change) kvm_set_memslot() argument
1322 struct kvm_memory_slot new; kvm_delete_memslot() local
1355 struct kvm_memory_slot old, new; __kvm_set_memory_region() local
[all...]
/kernel/linux/linux-5.10/drivers/md/
H A Dmd.c742 struct mddev *mddev, *new = NULL; in mddev_find_or_alloc() local
3411 sector_t new; strict_blocks_to_sectors() local
5213 unsigned long long new; suspend_lo_store() local
5250 unsigned long long new; suspend_hi_store() local
5292 unsigned long long new; reshape_position_store() local
[all...]

Completed in 111 milliseconds

1...<<101102103104105106107108