/kernel/linux/linux-6.6/fs/exfat/ |
H A D | namei.c | 27 * If new entry was created in the parent, it could create the 8.3 alias (the 44 * Note, rename() to existing directory entry will have ->d_inode, and in exfat_d_revalidate() 324 /* find empty directory entry. 489 return ((loff_t) info->dir.dir << 32) | (info->entry & 0xffffffff); in exfat_make_i_pos() 529 /* update the directory entry */ in exfat_add_entry() 530 /* fill the dos name directory entry information of the created file. in exfat_add_entry() 543 info->entry = dentry; in exfat_add_entry() 618 /* for optimized dir & entry to prevent long traverse of cluster chain */ in exfat_find() 643 info->entry = dentry; in exfat_find() 687 "non-zero size file starts with zero cluster (size : %llu, p_dir : %u, entry in exfat_find() 794 int num_entries, entry, err = 0; exfat_unlink() local 946 int num_entries, entry, err; exfat_rmdir() local [all...] |
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_insert_waitcnt.cpp | 217 for (const auto& entry : other->gpr_map) { in join() 218 if (entry.second.logical != logical) in join() 222 const std::pair<iterator, bool> insert_pair = gpr_map.insert(entry); in join() 226 changed |= insert_pair.first->second.join(entry.second); in join() 239 void wait_and_remove_from_entry(PhysReg reg, wait_entry& entry, counter_type counter) in wait_and_remove_from_entry() 241 entry.remove_counter(counter); in wait_and_remove_from_entry() 537 wait_entry& entry = e.second; in update_counters() local 539 if (entry.events & ctx.unordered_events) in update_counters() 542 assert(entry.events); in update_counters() 544 if ((counters & counter_exp) && (entry in update_counters() [all...] |
/third_party/icu/icu4c/source/tools/makeconv/ |
H A D | genmbcs.cpp | 264 * 64-entry all-unassigned first block followed by ASCII (128 entries). in MBCSStartMappings() 267 * 64-entry all-unassigned first block followed by preallocated in MBCSStartMappings() 271 /* Preallocate ASCII as a linear 128-entry stage 3 block. */ in MBCSStartMappings() 313 * Allocate a 64-entry all-unassigned first stage 3 block, in MBCSStartMappings() 357 /* copy the last fallback entry here to keep the list contiguous */ in removeFallback() 380 int32_t i=0, entry, old; in MBCSAddToUnicode() local 399 entry=mbcsData->ucm->states.stateTable[state][bytes[i++]]; in MBCSAddToUnicode() 400 if(MBCS_ENTRY_IS_TRANSITION(entry)) { in MBCSAddToUnicode() 406 state=(uint8_t)MBCS_ENTRY_TRANSITION_STATE(entry); in MBCSAddToUnicode() 407 offset+=MBCS_ENTRY_TRANSITION_OFFSET(entry); in MBCSAddToUnicode() [all...] |
/third_party/skia/third_party/externals/icu/source/tools/makeconv/ |
H A D | genmbcs.cpp | 264 * 64-entry all-unassigned first block followed by ASCII (128 entries). in MBCSStartMappings() 267 * 64-entry all-unassigned first block followed by preallocated in MBCSStartMappings() 271 /* Preallocate ASCII as a linear 128-entry stage 3 block. */ in MBCSStartMappings() 313 * Allocate a 64-entry all-unassigned first stage 3 block, in MBCSStartMappings() 357 /* copy the last fallback entry here to keep the list contiguous */ in removeFallback() 380 int32_t i=0, entry, old; in MBCSAddToUnicode() local 399 entry=mbcsData->ucm->states.stateTable[state][bytes[i++]]; in MBCSAddToUnicode() 400 if(MBCS_ENTRY_IS_TRANSITION(entry)) { in MBCSAddToUnicode() 406 state=(uint8_t)MBCS_ENTRY_TRANSITION_STATE(entry); in MBCSAddToUnicode() 407 offset+=MBCS_ENTRY_TRANSITION_OFFSET(entry); in MBCSAddToUnicode() [all...] |
/third_party/skia/third_party/externals/angle2/util/windows/third_party/StackWalker/src/ |
H A D | StackWalker.cpp | 1385 void StackWalker::OnCallstackEntry(CallstackEntryType eType, CallstackEntry& entry) in OnCallstackEntry() argument 1392 if ((eType != lastEntry) && (entry.offset != 0)) in OnCallstackEntry() 1394 if (entry.name[0] == 0) in OnCallstackEntry() 1395 MyStrCpy(entry.name, STACKWALK_MAX_NAMELEN, "(function-name not available)"); in OnCallstackEntry() 1396 if (entry.undName[0] != 0) in OnCallstackEntry() 1397 MyStrCpy(entry.name, STACKWALK_MAX_NAMELEN, entry.undName); in OnCallstackEntry() 1398 if (entry.undFullName[0] != 0) in OnCallstackEntry() 1399 MyStrCpy(entry.name, STACKWALK_MAX_NAMELEN, entry in OnCallstackEntry() [all...] |
/kernel/linux/linux-6.6/arch/arm64/kvm/ |
H A D | pmu-emul.c | 678 struct arm_pmu_entry *entry; in kvm_host_pmu_init() local 689 entry = kmalloc(sizeof(*entry), GFP_KERNEL); in kvm_host_pmu_init() 690 if (!entry) in kvm_host_pmu_init() 693 entry->arm_pmu = pmu; in kvm_host_pmu_init() 694 list_add_tail(&entry->entry, &arm_pmus); in kvm_host_pmu_init() 706 struct arm_pmu_entry *entry; in kvm_pmu_probe_armpmu() local 730 list_for_each_entry(entry, &arm_pmus, entry) { in kvm_pmu_probe_armpmu() 880 struct arm_pmu_entry *entry; kvm_arm_pmu_v3_set_pmu() local [all...] |
/kernel/linux/linux-5.10/fs/hfsplus/ |
H A D | inode.c | 490 hfsplus_cat_entry entry; in hfsplus_cat_read_inode() local 498 struct hfsplus_cat_folder *folder = &entry.folder; in hfsplus_cat_read_inode() 501 pr_err("bad catalog folder entry\n"); in hfsplus_cat_read_inode() 505 hfs_bnode_read(fd->bnode, &entry, fd->entryoffset, in hfsplus_cat_read_inode() 522 struct hfsplus_cat_file *file = &entry.file; in hfsplus_cat_read_inode() 525 pr_err("bad catalog file entry\n"); in hfsplus_cat_read_inode() 529 hfs_bnode_read(fd->bnode, &entry, fd->entryoffset, in hfsplus_cat_read_inode() 556 pr_err("bad catalog entry used to create inode\n"); in hfsplus_cat_read_inode() 567 hfsplus_cat_entry entry; in hfsplus_cat_write_inode() local 585 struct hfsplus_cat_folder *folder = &entry in hfsplus_cat_write_inode() [all...] |
/kernel/linux/linux-6.6/fs/hfsplus/ |
H A D | inode.c | 504 hfsplus_cat_entry entry; in hfsplus_cat_read_inode() local 512 struct hfsplus_cat_folder *folder = &entry.folder; in hfsplus_cat_read_inode() 515 pr_err("bad catalog folder entry\n"); in hfsplus_cat_read_inode() 519 hfs_bnode_read(fd->bnode, &entry, fd->entryoffset, in hfsplus_cat_read_inode() 537 struct hfsplus_cat_file *file = &entry.file; in hfsplus_cat_read_inode() 540 pr_err("bad catalog file entry\n"); in hfsplus_cat_read_inode() 544 hfs_bnode_read(fd->bnode, &entry, fd->entryoffset, in hfsplus_cat_read_inode() 572 pr_err("bad catalog entry used to create inode\n"); in hfsplus_cat_read_inode() 583 hfsplus_cat_entry entry; in hfsplus_cat_write_inode() local 601 struct hfsplus_cat_folder *folder = &entry in hfsplus_cat_write_inode() [all...] |
/kernel/linux/linux-6.6/net/devlink/ |
H A D | dpipe.c | 397 struct devlink_dpipe_entry *entry) in devlink_dpipe_entry_put() 406 if (nla_put_u64_64bit(skb, DEVLINK_ATTR_DPIPE_ENTRY_INDEX, entry->index, in devlink_dpipe_entry_put() 409 if (entry->counter_valid) in devlink_dpipe_entry_put() 411 entry->counter, DEVLINK_ATTR_PAD)) in devlink_dpipe_entry_put() 419 err = devlink_dpipe_match_values_put(skb, entry->match_values, in devlink_dpipe_entry_put() 420 entry->match_values_count); in devlink_dpipe_entry_put() 432 err = devlink_dpipe_action_values_put(skb, entry->action_values, in devlink_dpipe_entry_put() 433 entry->action_values_count); in devlink_dpipe_entry_put() 499 struct devlink_dpipe_entry *entry) in devlink_dpipe_entry_ctx_append() 501 return devlink_dpipe_entry_put(dump_ctx->skb, entry); in devlink_dpipe_entry_ctx_append() 396 devlink_dpipe_entry_put(struct sk_buff *skb, struct devlink_dpipe_entry *entry) devlink_dpipe_entry_put() argument 498 devlink_dpipe_entry_ctx_append(struct devlink_dpipe_dump_ctx *dump_ctx, struct devlink_dpipe_entry *entry) devlink_dpipe_entry_ctx_append() argument 513 devlink_dpipe_entry_clear(struct devlink_dpipe_entry *entry) devlink_dpipe_entry_clear() argument [all...] |
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/ |
H A D | vid_dec_h265.c | 653 struct dpb_list *entry, *result = NULL; in vid_dec_h265_Flush() local 657 LIST_FOR_EACH_ENTRY(entry, &priv->codec_data.h265.dpb_list, list) { in vid_dec_h265_Flush() 659 if (result && entry->poc == 0) in vid_dec_h265_Flush() 662 if (!result || entry->poc < result->poc) in vid_dec_h265_Flush() 663 result = entry; in vid_dec_h265_Flush() 682 struct dpb_list *entry = NULL; in vid_dec_h265_EndFrame() local 710 LIST_FOR_EACH_ENTRY(entry, &priv->codec_data.h265.dpb_list, list) { in vid_dec_h265_EndFrame() 711 if (entry->poc == priv->picture.h265.PicOrderCntVal[i]) { in vid_dec_h265_EndFrame() 712 priv->picture.h265.ref[i] = entry->buffer; in vid_dec_h265_EndFrame() 732 entry in vid_dec_h265_EndFrame() [all...] |
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
H A D | lvp_descriptor_set.c | 680 VkDescriptorUpdateTemplateEntry *entry = &templ->entry[i]; in lvp_UpdateDescriptorSetWithTemplate() local 681 const uint8_t *pSrc = ((const uint8_t *) pData) + entry->offset; in lvp_UpdateDescriptorSetWithTemplate() 683 &set->layout->binding[entry->dstBinding]; in lvp_UpdateDescriptorSetWithTemplate() 686 if (entry->descriptorType == VK_DESCRIPTOR_TYPE_INLINE_UNIFORM_BLOCK) { in lvp_UpdateDescriptorSetWithTemplate() 688 memcpy(desc->info.uniform + entry->dstArrayElement, pSrc, entry->descriptorCount); in lvp_UpdateDescriptorSetWithTemplate() 691 for (j = 0; j < entry->descriptorCount; ++j) { in lvp_UpdateDescriptorSetWithTemplate() 692 unsigned idx = j + entry->dstArrayElement; in lvp_UpdateDescriptorSetWithTemplate() 693 switch (entry in lvp_UpdateDescriptorSetWithTemplate() [all...] |
/kernel/linux/linux-5.10/arch/microblaze/kernel/ |
H A D | syscall_table.S | 3 #define __SYSCALL(nr, entry, nargs) .long entry
|
/kernel/linux/linux-5.10/arch/sparc/kernel/ |
H A D | systbls_32.S | 2 /* systbls.S: System call entry point tables for OS compatibility. 12 #define __SYSCALL(nr, entry, nargs) .long entry
|
/kernel/linux/linux-6.6/arch/alpha/kernel/ |
H A D | systbls.S | 10 #define __SYSCALL(nr, entry) .quad entry
|
/third_party/node/test/fixtures/wpt/encoding/streams/resources/ |
H A D | readable-stream-from-array.js | 6 for (let entry of array) { 7 controller.enqueue(entry);
|
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/netxen/ |
H A D | netxen_nic_hw.c | 2308 * as much data as we expect from the entry. 2312 struct netxen_minidump_entry *entry, int esize) in netxen_md_entry_err_chk() 2315 entry->hdr.driver_flags |= NX_DUMP_SKIP; in netxen_md_entry_err_chk() 2318 if (esize != entry->hdr.entry_capture_size) { in netxen_md_entry_err_chk() 2319 entry->hdr.entry_capture_size = esize; in netxen_md_entry_err_chk() 2320 entry->hdr.driver_flags |= NX_DUMP_SIZE_ERR; in netxen_md_entry_err_chk() 2323 entry->hdr.entry_type, entry->hdr.entry_capture_mask, in netxen_md_entry_err_chk() 2324 esize, entry->hdr.entry_capture_size); in netxen_md_entry_err_chk() 2339 struct netxen_minidump_entry *entry; in netxen_parse_md_template() local 2311 netxen_md_entry_err_chk(struct netxen_adapter *adapter, struct netxen_minidump_entry *entry, int esize) netxen_md_entry_err_chk() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/netxen/ |
H A D | netxen_nic_hw.c | 2308 * as much data as we expect from the entry. 2312 struct netxen_minidump_entry *entry, int esize) in netxen_md_entry_err_chk() 2315 entry->hdr.driver_flags |= NX_DUMP_SKIP; in netxen_md_entry_err_chk() 2318 if (esize != entry->hdr.entry_capture_size) { in netxen_md_entry_err_chk() 2319 entry->hdr.entry_capture_size = esize; in netxen_md_entry_err_chk() 2320 entry->hdr.driver_flags |= NX_DUMP_SIZE_ERR; in netxen_md_entry_err_chk() 2323 entry->hdr.entry_type, entry->hdr.entry_capture_mask, in netxen_md_entry_err_chk() 2324 esize, entry->hdr.entry_capture_size); in netxen_md_entry_err_chk() 2339 struct netxen_minidump_entry *entry; in netxen_parse_md_template() local 2311 netxen_md_entry_err_chk(struct netxen_adapter *adapter, struct netxen_minidump_entry *entry, int esize) netxen_md_entry_err_chk() argument [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
H A D | driver_ndis.c | 861 * entry with an invalid IELength in scan results and in wpa_driver_ndis_get_scan_results() 1192 struct ndis_pmkid_entry *entry; in wpa_driver_ndis_set_pmkid() local 1196 entry = drv->pmkid; in wpa_driver_ndis_set_pmkid() 1197 while (entry) { in wpa_driver_ndis_set_pmkid() 1201 entry = entry->next; in wpa_driver_ndis_set_pmkid() 1210 entry = drv->pmkid; in wpa_driver_ndis_set_pmkid() 1212 os_memcpy(&p->BSSIDInfo[i].BSSID, entry->bssid, ETH_ALEN); in wpa_driver_ndis_set_pmkid() 1213 os_memcpy(&p->BSSIDInfo[i].PMKID, entry->pmkid, 16); in wpa_driver_ndis_set_pmkid() 1214 entry in wpa_driver_ndis_set_pmkid() 1227 struct ndis_pmkid_entry *entry, *prev; wpa_driver_ndis_add_pmkid() local 1272 struct ndis_pmkid_entry *entry, *prev; wpa_driver_ndis_remove_pmkid() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
H A D | driver_ndis.c | 861 * entry with an invalid IELength in scan results and in wpa_driver_ndis_get_scan_results() 1204 struct ndis_pmkid_entry *entry; in wpa_driver_ndis_set_pmkid() local 1208 entry = drv->pmkid; in wpa_driver_ndis_set_pmkid() 1209 while (entry) { in wpa_driver_ndis_set_pmkid() 1213 entry = entry->next; in wpa_driver_ndis_set_pmkid() 1222 entry = drv->pmkid; in wpa_driver_ndis_set_pmkid() 1224 os_memcpy(&p->BSSIDInfo[i].BSSID, entry->bssid, ETH_ALEN); in wpa_driver_ndis_set_pmkid() 1225 os_memcpy(&p->BSSIDInfo[i].PMKID, entry->pmkid, 16); in wpa_driver_ndis_set_pmkid() 1226 entry in wpa_driver_ndis_set_pmkid() 1239 struct ndis_pmkid_entry *entry, *prev; wpa_driver_ndis_add_pmkid() local 1284 struct ndis_pmkid_entry *entry, *prev; wpa_driver_ndis_remove_pmkid() local [all...] |
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/src/ |
H A D | distributed_test_tools.cpp | 125 Entry entry = { putKey, putValue }; in PutUniqueKey() local 127 entryVec.push_back(entry); in PutUniqueKey() 177 for (const auto &entry : entries) { in PutEntries() 178 if (delegate->Put(entry.key, entry.value) != OK) { in PutEntries() 197 for (auto entry = entries.begin(); entry != entries.end(); ++entry) { in GetKeysFromEntries() 198 result.push_back(entry->key); in GetKeysFromEntries() 245 for (auto entry in GetGroupEntries() [all...] |
/kernel/linux/linux-6.6/arch/s390/include/asm/ |
H A D | pgtable.h | 110 * A 64 bit pagetable entry of S390 has following format: 119 * A 64 bit segmenttable entry of S390 has following format: 129 * A 64 bit region table entry of S390 has following format: 160 /* Hardware bits in the page table entry */ 166 /* Software bits in the page table entry */ 245 /* Bits in the region table entry */ 250 #define _REGION_ENTRY_INVALID 0x20 /* invalid region table entry */ 279 /* Bits in the segment table entry */ 287 #define _SEGMENT_ENTRY_INVALID 0x20 /* invalid segment table entry */ 354 * Segment table and region3 table entry encodin 1260 ptep_set_access_flags(struct vm_area_struct *vma, unsigned long addr, pte_t *ptep, pte_t entry, int dirty) ptep_set_access_flags() argument 1321 set_ptes(struct mm_struct *mm, unsigned long addr, pte_t *ptep, pte_t entry, unsigned int nr) set_ptes() argument 1688 pmdp_set_access_flags(struct vm_area_struct *vma, unsigned long addr, pmd_t *pmdp, pmd_t entry, int dirty) pmdp_set_access_flags() argument 1721 set_pmd_at(struct mm_struct *mm, unsigned long addr, pmd_t *pmdp, pmd_t entry) set_pmd_at() argument 1837 __swp_type(swp_entry_t entry) __swp_type() argument 1842 __swp_offset(swp_entry_t entry) __swp_offset() argument [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/stmicro/stmmac/ |
H A D | dwxgmac2_core.c | 983 struct stmmac_tc_entry *entry, in dwxgmac3_rxp_update_single_entry() 988 for (i = 0; i < (sizeof(entry->val) / sizeof(u32)); i++) { in dwxgmac3_rxp_update_single_entry() 989 int real_pos = pos * (sizeof(entry->val) / sizeof(u32)) + i; in dwxgmac3_rxp_update_single_entry() 999 val = *((u32 *)&entry->val + i); in dwxgmac3_rxp_update_single_entry() 1028 struct stmmac_tc_entry *entry; in dwxgmac3_rxp_get_next_entry() local 1034 entry = &entries[i]; in dwxgmac3_rxp_get_next_entry() 1037 if (!entry->in_use) in dwxgmac3_rxp_get_next_entry() 1040 if (entry->in_hw) in dwxgmac3_rxp_get_next_entry() 1042 /* Let last entry be updated last */ in dwxgmac3_rxp_get_next_entry() 1043 if (entry in dwxgmac3_rxp_get_next_entry() 982 dwxgmac3_rxp_update_single_entry(void __iomem *ioaddr, struct stmmac_tc_entry *entry, int pos) dwxgmac3_rxp_update_single_entry() argument 1068 struct stmmac_tc_entry *entry, *frag; dwxgmac3_rxp_config() local [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/admtek/ |
H A D | adm8211.c | 311 unsigned int entry = dirty_tx % priv->tx_ring_size; in adm8211_interrupt_tci() local 312 u32 status = le32_to_cpu(priv->tx_ring[entry].status); in adm8211_interrupt_tci() 321 info = &priv->tx_buffers[entry]; in adm8211_interrupt_tci() 354 unsigned int entry = priv->cur_rx % priv->rx_ring_size; in adm8211_interrupt_rci() local 361 while (!(priv->rx_ring[entry].status & cpu_to_le32(RDES0_STATUS_OWN))) { in adm8211_interrupt_rci() 365 status = le32_to_cpu(priv->rx_ring[entry].status); in adm8211_interrupt_rci() 367 rssi = le32_to_cpu(priv->rx_ring[entry].length) & in adm8211_interrupt_rci() 386 priv->rx_buffers[entry].mapping, in adm8211_interrupt_rci() 390 skb_tail_pointer(priv->rx_buffers[entry].skb), in adm8211_interrupt_rci() 393 priv->rx_buffers[entry] in adm8211_interrupt_rci() 1629 unsigned int entry; adm8211_tx_raw() local [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
H A D | intel_uncore.c | 860 static int fw_range_cmp(u32 offset, const struct intel_forcewake_range *entry) in fw_range_cmp() argument 862 if (offset < entry->start) in fw_range_cmp() 864 else if (offset > entry->end) in fw_range_cmp() 892 const struct intel_forcewake_range *entry; in find_fw_domain() local 894 entry = BSEARCH(offset, in find_fw_domain() 899 if (!entry) in find_fw_domain() 907 if (entry->domains == FORCEWAKE_ALL) in find_fw_domain() 910 drm_WARN(&uncore->i915->drm, entry->domains & ~uncore->fw_domains, in find_fw_domain() 912 entry->domains & ~uncore->fw_domains, offset); in find_fw_domain() 914 return entry in find_fw_domain() 1955 struct reg_whitelist const *entry; i915_reg_read_ioctl() local [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/stmicro/stmmac/ |
H A D | dwxgmac2_core.c | 1029 struct stmmac_tc_entry *entry, in dwxgmac3_rxp_update_single_entry() 1034 for (i = 0; i < (sizeof(entry->val) / sizeof(u32)); i++) { in dwxgmac3_rxp_update_single_entry() 1035 int real_pos = pos * (sizeof(entry->val) / sizeof(u32)) + i; in dwxgmac3_rxp_update_single_entry() 1045 val = *((u32 *)&entry->val + i); in dwxgmac3_rxp_update_single_entry() 1074 struct stmmac_tc_entry *entry; in dwxgmac3_rxp_get_next_entry() local 1080 entry = &entries[i]; in dwxgmac3_rxp_get_next_entry() 1083 if (!entry->in_use) in dwxgmac3_rxp_get_next_entry() 1086 if (entry->in_hw) in dwxgmac3_rxp_get_next_entry() 1088 /* Let last entry be updated last */ in dwxgmac3_rxp_get_next_entry() 1089 if (entry in dwxgmac3_rxp_get_next_entry() 1028 dwxgmac3_rxp_update_single_entry(void __iomem *ioaddr, struct stmmac_tc_entry *entry, int pos) dwxgmac3_rxp_update_single_entry() argument 1114 struct stmmac_tc_entry *entry, *frag; dwxgmac3_rxp_config() local [all...] |