Home
last modified time | relevance | path

Searched refs:entry (Results 5526 - 5550 of 7754) sorted by relevance

1...<<221222223224225226227228229230>>...311

/kernel/linux/linux-6.6/kernel/
H A Dptrace.c941 unsigned long args[ARRAY_SIZE(info->entry.args)]; in ptrace_get_syscall_info_entry()
945 info->entry.nr = syscall_get_nr(child, regs); in ptrace_get_syscall_info_entry()
948 info->entry.args[i] = args[i]; in ptrace_get_syscall_info_entry()
950 /* args is the last field in struct ptrace_syscall_info.entry */ in ptrace_get_syscall_info_entry()
951 return offsetofend(struct ptrace_syscall_info, entry.args); in ptrace_get_syscall_info_entry()
959 * As struct ptrace_syscall_info.entry is currently a subset in ptrace_get_syscall_info_seccomp()
998 unsigned long actual_size = offsetof(struct ptrace_syscall_info, entry); in ptrace_get_syscall_info()
/third_party/ffmpeg/libavcodec/
H A Dpngenc.c352 const AVDictionaryEntry *entry; in png_write_iccp() local
367 entry = av_dict_get(sd->metadata, "name", NULL, 0); in png_write_iccp()
368 name = (entry && entry->value[0]) ? entry->value : "icc"; in png_write_iccp()
/third_party/backends/backend/
H A Ddll.c385 struct dirent *entry; in find_libname_by_drivername() local
387 while ((entry = readdir(backends_dir)) != NULL) { in find_libname_by_drivername()
389 if (strcmp(entry->d_name, ".") != 0 && strcmp(entry->d_name, "..") != 0) { in find_libname_by_drivername()
391 snprintf(full_path, PATH_MAX, "%s/" "%s", dir, entry->d_name); in find_libname_by_drivername()
1182 /* create a new device entry with a device name that is the in sane_get_devices()
1206 /* terminate device list with NULL entry: */ in sane_get_devices()
/third_party/mesa3d/src/amd/compiler/
H A Daco_instruction_selection_setup.cpp60 set_foreach (block->predecessors, entry) { in is_block_reachable()
61 if (is_block_reachable(impl, known_reachable, (nir_block*)entry->key)) in is_block_reachable()
764 nir_foreach_parallel_copy_entry (entry, nir_instr_as_parallel_copy(instr)) { in init_context()
765 regclasses[entry->dest.ssa.index] = regclasses[entry->src.ssa->index]; in init_context()
/third_party/node/lib/internal/debugger/
H A Dinspect_repl.js233 const values = ArrayPrototypeMap(this.entries, (entry) =>
234 utilInspect(new ObjectPreview(entry.value), opts));
241 const mappings = ArrayPrototypeMap(this.entries, (entry) => {
242 const key = utilInspect(new ObjectPreview(entry.key), opts);
243 const value = utilInspect(new ObjectPreview(entry.value), opts);
/third_party/node/deps/v8/src/wasm/
H A Dwasm-module-builder.cc600 // Every rec. group counts as one type entry. in WriteTo()
802 for (const WasmElemSegment::Entry entry : segment.entries) { in WriteTo()
804 entry.kind == WasmElemSegment::Entry::kGlobalGetEntry in WriteTo()
806 : entry.kind == WasmElemSegment::Entry::kRefFuncEntry in WriteTo()
812 entry.kind == WasmElemSegment::Entry::kRefFuncEntry; in WriteTo()
814 entry.index + (needs_function_offset in WriteTo()
/third_party/mesa3d/src/panfrost/lib/genxml/
H A Ddecode.c1220 pan_unpack(cl + i * MALI_RESOURCE_LENGTH, RESOURCE, entry); in pandecode_resource_tables()
1221 DUMP_UNPACKED(RESOURCE, entry, "Entry %u:\n", i); in pandecode_resource_tables()
1224 if (entry.address) in pandecode_resource_tables()
1225 pandecode_resources(entry.address, entry.size); in pandecode_resource_tables()
/third_party/node/deps/v8/src/compiler/
H A Djs-heap-broker.cc85 Address* entry = *it.entry(); in CopyCanonicalHandlesForTesting() local
87 canonical_handles_->Insert(key, entry); in CopyCanonicalHandlesForTesting()
846 for (auto entry : transition_groups) { in ProcessFeedbackMapsForElementAccess()
847 result->AddGroup(std::move(entry.second)); in ProcessFeedbackMapsForElementAccess()
/third_party/node/deps/v8/src/ast/
H A Dast.cc343 ZoneHashMap::Entry* entry = table.LookupOrInsert(literal, hash); in CalculateEmitStore() local
344 if (entry->value == nullptr) { in CalculateEmitStore()
345 entry->value = property; in CalculateEmitStore()
362 static_cast<ObjectLiteral::Property*>(entry->value)->kind(); in CalculateEmitStore()
369 entry->value = property; in CalculateEmitStore()
/third_party/node/deps/v8/src/ic/
H A Dkeyed-store-generic.cc702 TNode<IntPtrT> entry = var_entry.value(); in LookupPropertyOnPrototypeChain() local
703 TNode<Uint32T> details = LoadDetailsByKeyIndex(dictionary, entry); in LookupPropertyOnPrototypeChain()
708 *var_accessor_pair = LoadValueByKeyIndex(dictionary, entry); in LookupPropertyOnPrototypeChain()
719 TNode<IntPtrT> entry = var_entry.value(); in LookupPropertyOnPrototypeChain() local
721 CAST(LoadValueByKeyIndex(dictionary, entry)); in LookupPropertyOnPrototypeChain()
/third_party/node/deps/v8/src/execution/riscv64/
H A Dsimulator-riscv64.h47 // forwards to the real entry on a RISC-V HW platform.
472 Return Call(Address entry, Args... args) { in Call() argument
473 return VariadicCall<Return>(this, &Simulator::CallImpl, entry, args...); in Call()
477 double CallFP(Address entry, double d0, double d1);
515 V8_EXPORT_PRIVATE intptr_t CallImpl(Address entry, int argument_count,
937 void CallInternal(Address entry);
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_string.cpp2102 for (uint32 entry = 0; entry < kTableEntrys; entry++) in ForceASCII()
2105 if (kUnicodeToLowASCII [entry] . unicode == x) in ForceASCII()
2108 ascii = kUnicodeToLowASCII [entry] . ascii; in ForceASCII()
/kernel/linux/linux-5.10/drivers/scsi/hisi_sas/
H A Dhisi_sas_v3_hw.c858 list_for_each_entry_safe(slot, slot2, &sas_dev->list, entry) { in dereg_device_v3_hw()
1095 struct hisi_sas_sge *entry = &sge_page->sge[i]; in prep_prd_sge_v3_hw() local
1097 entry->addr = cpu_to_le64(sg_dma_address(sg)); in prep_prd_sge_v3_hw()
1098 entry->page_ctrl_0 = entry->page_ctrl_1 = 0; in prep_prd_sge_v3_hw()
1099 entry->data_len = cpu_to_le32(sg_dma_len(sg)); in prep_prd_sge_v3_hw()
1100 entry->data_off = 0; in prep_prd_sge_v3_hw()
1121 struct hisi_sas_sge *entry = &sge_dif_page->sge[i]; in prep_prd_sge_dif_v3_hw() local
1123 entry->addr = cpu_to_le64(sg_dma_address(sg)); in prep_prd_sge_dif_v3_hw()
1124 entry in prep_prd_sge_dif_v3_hw()
[all...]
/kernel/linux/linux-6.6/drivers/infiniband/core/
H A Dmad.c60 struct trace_event_raw_ib_mad_send_template *entry) in create_mad_addr_info()
68 entry->sl = attr.sl; in create_mad_addr_info()
69 entry->rqpn = wr->remote_qpn; in create_mad_addr_info()
70 entry->rqkey = wr->remote_qkey; in create_mad_addr_info()
71 entry->dlid = rdma_ah_get_dlid(&attr); in create_mad_addr_info()
118 struct ib_mad_port_private *entry; in __ib_get_mad_port() local
120 list_for_each_entry(entry, &ib_mad_port_list, port_list) { in __ib_get_mad_port()
121 if (entry->device == device && entry->port_num == port_num) in __ib_get_mad_port()
122 return entry; in __ib_get_mad_port()
58 create_mad_addr_info(struct ib_mad_send_wr_private *mad_send_wr, struct ib_mad_qp_info *qp_info, struct trace_event_raw_ib_mad_send_template *entry) create_mad_addr_info() argument
134 struct ib_mad_port_private *entry; ib_get_mad_port() local
[all...]
/kernel/linux/linux-5.10/fs/btrfs/
H A Dinode.c469 * entry onto the work queue to write the uncompressed bytes. This
3006 * This creates an orphan entry for the given inode in case something goes wrong
3100 "Error removing orphan entry, stopping orphan cleanup"); in btrfs_orphan_cleanup()
3433 * try to precache a NULL acl entry for files that don't have in btrfs_read_locked_inode()
3834 * Instead simply lookup the dir_index_item for this entry so we can in btrfs_unlink_subvol()
3942 struct btrfs_inode *entry; in btrfs_prune_dentries() local
3955 entry = rb_entry(node, struct btrfs_inode, rb_node); in btrfs_prune_dentries()
3957 if (objectid < btrfs_ino(entry)) in btrfs_prune_dentries()
3959 else if (objectid > btrfs_ino(entry)) in btrfs_prune_dentries()
3966 entry in btrfs_prune_dentries()
5333 struct btrfs_inode *entry; inode_tree_add() local
5642 struct dir_entry *entry = addr; btrfs_filldir() local
5703 struct dir_entry *entry; btrfs_real_readdir() local
10035 struct btrfs_swapfile_pin *sp, *entry; btrfs_add_swapfile_pin() local
[all...]
/kernel/linux/linux-6.6/fs/btrfs/
H A Dinode.c100 /* Output field. Stores the index number of the old directory entry. */
824 * If this code finds it can't get good compression, it puts an entry onto the
3423 * This creates an orphan entry for the given inode in case something goes wrong
3524 "Error removing orphan entry, stopping orphan cleanup"); in btrfs_orphan_cleanup()
3875 * try to precache a NULL acl entry for files that don't have in btrfs_read_locked_inode()
4287 * Instead simply lookup the dir_index_item for this entry so we can in btrfs_unlink_subvol()
4396 struct btrfs_inode *entry; in btrfs_prune_dentries() local
4409 entry = rb_entry(node, struct btrfs_inode, rb_node); in btrfs_prune_dentries()
4411 if (objectid < btrfs_ino(entry)) in btrfs_prune_dentries()
4413 else if (objectid > btrfs_ino(entry)) in btrfs_prune_dentries()
5459 struct btrfs_inode *entry; inode_tree_add() local
5862 struct dir_entry *entry = addr; btrfs_filldir() local
5916 struct dir_entry *entry; btrfs_real_readdir() local
10452 struct btrfs_swapfile_pin *sp, *entry; btrfs_add_swapfile_pin() local
[all...]
/kernel/linux/linux-6.6/mm/
H A Dmemcontrol.c2042 INIT_LIST_HEAD(&owait.wait.entry); in mem_cgroup_oom_synchronize()
3465 * @entry: swap entry to be moved
3466 * @from: mem_cgroup which the entry is moved from
3467 * @to: mem_cgroup which the entry is moved to
3469 * It succeeds only when the swap_cgroup's record for this entry is the same
3477 static int mem_cgroup_move_swap_account(swp_entry_t entry, in mem_cgroup_move_swap_account() argument
3485 if (swap_cgroup_cmpxchg(entry, old_id, new_id) == old_id) { in mem_cgroup_move_swap_account()
3493 static inline int mem_cgroup_move_swap_account(swp_entry_t entry, in mem_cgroup_move_swap_account() argument
5763 pte_t ptent, swp_entry_t *entry) in mc_handle_swap_pte()
5762 mc_handle_swap_pte(struct vm_area_struct *vma, pte_t ptent, swp_entry_t *entry) mc_handle_swap_pte() argument
5795 mc_handle_swap_pte(struct vm_area_struct *vma, pte_t ptent, swp_entry_t *entry) mc_handle_swap_pte() argument
7110 mem_cgroup_swapin_charge_folio(struct folio *folio, struct mm_struct *mm, gfp_t gfp, swp_entry_t entry) mem_cgroup_swapin_charge_folio() argument
7142 mem_cgroup_swapin_uncharge_swap(swp_entry_t entry) mem_cgroup_swapin_uncharge_swap() argument
7514 mem_cgroup_swapout(struct folio *folio, swp_entry_t entry) mem_cgroup_swapout() argument
7584 __mem_cgroup_try_charge_swap(struct folio *folio, swp_entry_t entry) __mem_cgroup_try_charge_swap() argument
7630 __mem_cgroup_uncharge_swap(swp_entry_t entry, unsigned int nr_pages) __mem_cgroup_uncharge_swap() argument
[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/mock/
H A Dgeneral_store_mock.h55 void MakeCursor(const std::map<std::string, Value> &entry);
/kernel/linux/linux-5.10/drivers/crypto/ccree/
H A Dcc_driver.h161 struct list_head entry; member
/kernel/linux/linux-5.10/arch/arm64/kernel/
H A Dvmlinux.lds.S81 *(.entry.tramp.text) \
/kernel/linux/linux-5.10/arch/csky/abiv2/
H A Dmcount.S6 #include <abi/entry.h>
/kernel/linux/linux-5.10/arch/m68k/fpsp040/
H A Dsasin.S4 | Description: The entry point sAsin computes the inverse sine of
H A Dsatanh.S4 | The entry point satanh computes the inverse
/kernel/linux/linux-5.10/arch/m68k/coldfire/
H A Dentry.S2 * entry.S -- interrupt and exception processing for ColdFire
12 * linux/arch/m68k/kernel/entry.S
36 #include <asm/entry.h>
89 movel %d2,PT_OFF_D0(%sp) /* on syscall entry */
/kernel/linux/linux-5.10/arch/arm/include/asm/
H A Dvmlinux.lds.h97 *(.entry.text) \

Completed in 55 milliseconds

1...<<221222223224225226227228229230>>...311