| /kernel/linux/linux-5.10/tools/perf/ |
| H A D | builtin-kmem.c | 439 __page_stat__findnew_page(struct page_stat *pstat, bool create) in __page_stat__findnew_page() argument 451 cmp = data->page - pstat->page; in __page_stat__findnew_page() 465 data->page = pstat->page; in __page_stat__findnew_page() 466 data->order = pstat->order; in __page_stat__findnew_page() 467 data->gfp_flags = pstat->gfp_flags; in __page_stat__findnew_page() 468 data->migrate_type = pstat->migrate_type; in __page_stat__findnew_page() 477 static struct page_stat *page_stat__find_page(struct page_stat *pstat) in page_stat__find_page() argument 479 return __page_stat__findnew_page(pstat, false); in page_stat__find_page() 482 static struct page_stat *page_stat__findnew_page(struct page_stat *pstat) in page_stat__findnew_page() argument 484 return __page_stat__findnew_page(pstat, tru in page_stat__findnew_page() 488 __page_stat__findnew_alloc(struct page_stat *pstat, bool create) __page_stat__findnew_alloc() argument 532 page_stat__find_alloc(struct page_stat *pstat) page_stat__find_alloc() argument 537 page_stat__findnew_alloc(struct page_stat *pstat) page_stat__findnew_alloc() argument 543 __page_stat__findnew_caller(struct page_stat *pstat, bool create) __page_stat__findnew_caller() argument 587 page_stat__find_caller(struct page_stat *pstat) page_stat__find_caller() argument 592 page_stat__findnew_caller(struct page_stat *pstat) page_stat__findnew_caller() argument 793 struct page_stat *pstat; evsel__process_page_alloc_event() local 861 struct page_stat *pstat; evsel__process_page_free_event() local [all...] |
| /kernel/linux/linux-6.6/tools/perf/ |
| H A D | builtin-kmem.c | 462 __page_stat__findnew_page(struct page_stat *pstat, bool create) in __page_stat__findnew_page() argument 474 cmp = data->page - pstat->page; in __page_stat__findnew_page() 488 data->page = pstat->page; in __page_stat__findnew_page() 489 data->order = pstat->order; in __page_stat__findnew_page() 490 data->gfp_flags = pstat->gfp_flags; in __page_stat__findnew_page() 491 data->migrate_type = pstat->migrate_type; in __page_stat__findnew_page() 500 static struct page_stat *page_stat__find_page(struct page_stat *pstat) in page_stat__find_page() argument 502 return __page_stat__findnew_page(pstat, false); in page_stat__find_page() 505 static struct page_stat *page_stat__findnew_page(struct page_stat *pstat) in page_stat__findnew_page() argument 507 return __page_stat__findnew_page(pstat, tru in page_stat__findnew_page() 511 __page_stat__findnew_alloc(struct page_stat *pstat, bool create) __page_stat__findnew_alloc() argument 555 page_stat__find_alloc(struct page_stat *pstat) page_stat__find_alloc() argument 560 page_stat__findnew_alloc(struct page_stat *pstat) page_stat__findnew_alloc() argument 566 __page_stat__findnew_caller(struct page_stat *pstat, bool create) __page_stat__findnew_caller() argument 610 page_stat__find_caller(struct page_stat *pstat) page_stat__find_caller() argument 615 page_stat__findnew_caller(struct page_stat *pstat) page_stat__findnew_caller() argument 815 struct page_stat *pstat; evsel__process_page_alloc_event() local 883 struct page_stat *pstat; evsel__process_page_free_event() local [all...] |
| /kernel/linux/linux-5.10/drivers/staging/rtl8723bs/core/ |
| H A D | rtw_mlme_ext.c | 892 struct sta_info *pstat = NULL; in OnAuth() local 953 pstat = rtw_get_stainfo(pstapriv, sa); in OnAuth() 954 if (pstat == NULL) { in OnAuth() 958 pstat = rtw_alloc_stainfo(pstapriv, sa); in OnAuth() 959 if (pstat == NULL) { in OnAuth() 965 pstat->state = WIFI_FW_AUTH_NULL; in OnAuth() 966 pstat->auth_seq = 0; in OnAuth() 968 /* pstat->flags = 0; */ in OnAuth() 969 /* pstat->capability = 0; */ in OnAuth() 973 if (list_empty(&pstat in OnAuth() 1175 struct sta_info *pstat; OnAssocReq() local 3095 issue_asocrsp(struct adapter *padapter, unsigned short status, struct sta_info *pstat, int pkt_type) issue_asocrsp() argument [all...] |
| /kernel/linux/linux-6.6/drivers/staging/rtl8723bs/core/ |
| H A D | rtw_mlme_ext.c | 684 struct sta_info *pstat = NULL; in OnAuth() local 739 pstat = rtw_get_stainfo(pstapriv, sa); in OnAuth() 740 if (!pstat) { in OnAuth() 743 pstat = rtw_alloc_stainfo(pstapriv, sa); in OnAuth() 744 if (!pstat) { in OnAuth() 749 pstat->state = WIFI_FW_AUTH_NULL; in OnAuth() 750 pstat->auth_seq = 0; in OnAuth() 752 /* pstat->flags = 0; */ in OnAuth() 753 /* pstat->capability = 0; */ in OnAuth() 757 if (list_empty(&pstat in OnAuth() 940 struct sta_info *pstat; OnAssocReq() local 2713 issue_asocrsp(struct adapter *padapter, unsigned short status, struct sta_info *pstat, int pkt_type) issue_asocrsp() argument [all...] |
| /kernel/linux/linux-5.10/drivers/staging/rtl8188eu/core/ |
| H A D | rtw_mlme_ext.c | 874 struct sta_info *pstat, int pkt_type) in issue_asocrsp() 908 ether_addr_copy((void *)GetAddr1Ptr(pwlanhdr), pstat->hwaddr); in issue_asocrsp() 933 leval = cpu_to_le16(pstat->aid | BIT(14) | BIT(15)); in issue_asocrsp() 936 if (pstat->bssratelen <= 8) { in issue_asocrsp() 937 pframe = rtw_set_ie(pframe, _SUPPORTEDRATES_IE_, pstat->bssratelen, pstat->bssrateset, &pattrib->pktlen); in issue_asocrsp() 939 pframe = rtw_set_ie(pframe, _SUPPORTEDRATES_IE_, 8, pstat->bssrateset, &pattrib->pktlen); in issue_asocrsp() 940 pframe = rtw_set_ie(pframe, _EXT_SUPPORTEDRATES_IE_, pstat->bssratelen - 8, pstat->bssrateset + 8, &pattrib->pktlen); in issue_asocrsp() 943 if ((pstat in issue_asocrsp() 873 issue_asocrsp(struct adapter *padapter, unsigned short status, struct sta_info *pstat, int pkt_type) issue_asocrsp() argument 2648 struct sta_info *pstat = NULL; OnAuth() local 2889 struct sta_info *pstat; OnAssocReq() local [all...] |
| /kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/ |
| H A D | vmwgfx_mksstat.h | 121 MKSGuestStatCounterTime *pstat; \ 125 pstat = vmw_mksstat_get_kern_pstat(page_address(dev_priv->mksstat_kern_pages[_##kern_cntr.slot])); \ 127 atomic64_inc(&pstat[kern_cntr].counter.count); \ 128 atomic64_add(dt, &pstat[kern_cntr].selfCycles); \ 129 atomic64_add(dt, &pstat[kern_cntr].totalCycles); \ 132 atomic64_sub(dt, &pstat[_##kern_cntr.old_top].selfCycles); \
|
| H A D | vmwgfx_msg.c | 710 * @pstat: Pointer to array of MKSGuestStatCounterTime. 717 MKSGuestStatCounterTime *pstat, MKSGuestStatInfoEntry *pinfo, char *pstrs) in mksstat_init_record_time() 726 pinfo[stat_idx].stat.counterTime = &pstat[stat_idx]; in mksstat_init_record_time() 746 MKSGuestStatCounterTime *pstat; in mksstat_init_kern_id() local 757 pstat = vmw_mksstat_get_kern_pstat(pdesc); in mksstat_init_kern_id() 763 pstrs_acc = mksstat_init_record_time(MKSSTAT_KERN_EXECBUF, pstat, pinfo, pstrs_acc); in mksstat_init_kern_id() 764 pstrs_acc = mksstat_init_record_time(MKSSTAT_KERN_COTABLE_RESIZE, pstat, pinfo, pstrs_acc); in mksstat_init_kern_id() 772 pdesc->statStartVA = (uintptr_t)pstat; in mksstat_init_kern_id() 774 pdesc->statLength = sizeof(*pstat) * MKSSTAT_KERN_COUNT; in mksstat_init_kern_id() 780 pdesc->statPPNs[0] = page_to_pfn(virt_to_page(pstat)); in mksstat_init_kern_id() 716 mksstat_init_record_time(mksstat_kern_stats_t stat_idx, MKSGuestStatCounterTime *pstat, MKSGuestStatInfoEntry *pinfo, char *pstrs) mksstat_init_record_time() argument [all...] |
| /kernel/linux/linux-5.10/drivers/input/misc/ |
| H A D | pcap_keys.c | 27 u32 pstat; in pcap_keys_handler() local 29 ezx_pcap_read(pcap_keys->pcap, PCAP_REG_PSTAT, &pstat); in pcap_keys_handler() 30 pstat &= 1 << pirq; in pcap_keys_handler() 34 input_report_key(pcap_keys->input, KEY_POWER, !pstat); in pcap_keys_handler() 37 input_report_key(pcap_keys->input, KEY_HP, !pstat); in pcap_keys_handler()
|
| /kernel/linux/linux-6.6/drivers/input/misc/ |
| H A D | pcap_keys.c | 27 u32 pstat; in pcap_keys_handler() local 29 ezx_pcap_read(pcap_keys->pcap, PCAP_REG_PSTAT, &pstat); in pcap_keys_handler() 30 pstat &= 1 << pirq; in pcap_keys_handler() 34 input_report_key(pcap_keys->input, KEY_POWER, !pstat); in pcap_keys_handler() 37 input_report_key(pcap_keys->input, KEY_HP, !pstat); in pcap_keys_handler()
|
| /third_party/mesa3d/src/gallium/winsys/svga/drm/ |
| H A D | vmw_screen_svga.c | 220 MKSGuestStatCounter *pstat; in vmw_svga_winsys_add_stats() local 235 pstat = vmw_mksstat_get_pstat(area, pg_size); in vmw_svga_winsys_add_stats() 255 pinfo->stat.counter = pstat + i; in vmw_svga_winsys_add_stats() 279 .stat = (uintptr_t)pstat, in vmw_svga_winsys_add_stats() 782 MKSGuestStatCounter *pstat; in vmw_svga_winsys_stats_inc() local 786 pstat = vmw_mksstat_get_pstat(vws->mksstat_tls[slot].stat_pages, getpagesize()); in vmw_svga_winsys_stats_inc() 788 __atomic_fetch_add(&pstat[index].count.value, 1, __ATOMIC_ACQ_REL); in vmw_svga_winsys_stats_inc()
|
| /kernel/linux/linux-5.10/drivers/staging/rtl8723bs/hal/ |
| H A D | odm.c | 1112 PSTA_INFO_T pstat = pDM_Odm->pODM_StaInfo[i]; in odm_RefreshRateAdaptiveMaskCE() local 1114 if (IS_STA_VALID(pstat)) { in odm_RefreshRateAdaptiveMaskCE() 1115 if (IS_MCAST(pstat->hwaddr)) /* if (psta->mac_id == 1) */ in odm_RefreshRateAdaptiveMaskCE() 1117 if (IS_MCAST(pstat->hwaddr)) in odm_RefreshRateAdaptiveMaskCE() 1120 if (true == ODM_RAStateCheck(pDM_Odm, pstat->rssi_stat.UndecoratedSmoothedPWDB, false, &pstat->rssi_level)) { in odm_RefreshRateAdaptiveMaskCE() 1121 ODM_RT_TRACE(pDM_Odm, ODM_COMP_RA_MASK, ODM_DBG_LOUD, ("RSSI:%d, RSSI_LEVEL:%d\n", pstat->rssi_stat.UndecoratedSmoothedPWDB, pstat->rssi_level)); in odm_RefreshRateAdaptiveMaskCE() 1122 /* printk("RSSI:%d, RSSI_LEVEL:%d\n", pstat->rssi_stat.UndecoratedSmoothedPWDB, pstat in odm_RefreshRateAdaptiveMaskCE() [all...] |
| /third_party/ltp/testcases/open_posix_testsuite/include/ |
| H A D | ncpu.h | 32 # include <sys/pstat.h>
|
| /kernel/linux/linux-5.10/drivers/staging/rtl8188eu/hal/ |
| H A D | odm.c | 789 struct sta_info *pstat = pDM_Odm->pODM_StaInfo[i]; in odm_RefreshRateAdaptiveMaskCE() local 791 if (IS_STA_VALID(pstat)) { in odm_RefreshRateAdaptiveMaskCE() 792 if (ODM_RAStateCheck(pDM_Odm, pstat->rssi_stat.UndecoratedSmoothedPWDB, false, &pstat->rssi_level)) { in odm_RefreshRateAdaptiveMaskCE() 795 pstat->rssi_stat.UndecoratedSmoothedPWDB, pstat->rssi_level)); in odm_RefreshRateAdaptiveMaskCE() 796 rtw_hal_update_ra_mask(pAdapter, i, pstat->rssi_level); in odm_RefreshRateAdaptiveMaskCE()
|
| /kernel/linux/linux-5.10/arch/x86/platform/uv/ |
| H A D | uv_nmi.c | 466 int *pstat = PCH_PCR_GPIO_ADDRESS(GPI_NMI_STS_GPP_D_0); in uv_nmi_test_hubless() local 467 int status = *pstat; in uv_nmi_test_hubless() 475 *pstat = STS_GPP_D_0_MASK; /* Is a UV NMI: clear GPP_D_0 status */ in uv_nmi_test_hubless() 476 (void)*pstat; /* Flush write */ in uv_nmi_test_hubless()
|
| /kernel/linux/linux-5.10/fs/overlayfs/ |
| H A D | copy_up.c | 440 struct kstat pstat; member 476 ovl_set_timestamps(upperdir, &c->pstat); in ovl_link_up() 762 ovl_set_timestamps(c->destdir, &c->pstat); in ovl_do_copy_up() 894 err = vfs_getattr(&parentpath, &ctx.pstat, in ovl_copy_up_one()
|
| /kernel/linux/linux-6.6/arch/x86/platform/uv/ |
| H A D | uv_nmi.c | 466 int *pstat = PCH_PCR_GPIO_ADDRESS(GPI_NMI_STS_GPP_D_0); in uv_nmi_test_hubless() local 467 int status = *pstat; in uv_nmi_test_hubless() 475 *pstat = STS_GPP_D_0_MASK; /* Is a UV NMI: clear GPP_D_0 status */ in uv_nmi_test_hubless() 476 (void)*pstat; /* Flush write */ in uv_nmi_test_hubless()
|
| /kernel/linux/linux-6.6/drivers/staging/rtl8723bs/hal/ |
| H A D | odm.c | 429 PSTA_INFO_T pstat = pDM_Odm->pODM_StaInfo[i]; in odm_RefreshRateAdaptiveMaskCE() local 431 if (IS_STA_VALID(pstat)) { in odm_RefreshRateAdaptiveMaskCE() 432 if (is_multicast_ether_addr(pstat->hwaddr)) /* if (psta->mac_id == 1) */ in odm_RefreshRateAdaptiveMaskCE() 435 if (true == ODM_RAStateCheck(pDM_Odm, pstat->rssi_stat.UndecoratedSmoothedPWDB, false, &pstat->rssi_level)) { in odm_RefreshRateAdaptiveMaskCE() 436 /* printk("RSSI:%d, RSSI_LEVEL:%d\n", pstat->rssi_stat.UndecoratedSmoothedPWDB, pstat->rssi_level); */ in odm_RefreshRateAdaptiveMaskCE() 437 rtw_hal_update_ra_mask(pstat, pstat->rssi_level); in odm_RefreshRateAdaptiveMaskCE()
|
| /kernel/linux/linux-6.6/fs/overlayfs/ |
| H A D | copy_up.c | 539 struct kstat pstat; member 577 ovl_set_timestamps(ofs, upperdir, &c->pstat); in ovl_link_up() 920 ovl_set_timestamps(ofs, c->destdir, &c->pstat); in ovl_do_copy_up() 1067 err = vfs_getattr(&parentpath, &ctx.pstat, in ovl_copy_up_one()
|
| /third_party/elfio/tests/elf_examples/ |
| H A D | hello_arm | ... -1.14.0/newlib/libc/reent/reent.c pstat ../../../../.. ... |
| /third_party/astc-encoder/Source/ |
| H A D | tinyexr.h | 1385 mz_zip_archive_file_stat *pStat); 5296 mz_zip_archive_file_stat *pStat) { in mz_zip_reader_file_stat() 5299 if ((!p) || (!pStat)) return MZ_FALSE; in mz_zip_reader_file_stat() 5302 pStat->m_file_index = file_index; in mz_zip_reader_file_stat() 5303 pStat->m_central_dir_ofs = MZ_ZIP_ARRAY_ELEMENT( in mz_zip_reader_file_stat() 5305 pStat->m_version_made_by = MZ_READ_LE16(p + MZ_ZIP_CDH_VERSION_MADE_BY_OFS); in mz_zip_reader_file_stat() 5306 pStat->m_version_needed = MZ_READ_LE16(p + MZ_ZIP_CDH_VERSION_NEEDED_OFS); in mz_zip_reader_file_stat() 5307 pStat->m_bit_flag = MZ_READ_LE16(p + MZ_ZIP_CDH_BIT_FLAG_OFS); in mz_zip_reader_file_stat() 5308 pStat->m_method = MZ_READ_LE16(p + MZ_ZIP_CDH_METHOD_OFS); in mz_zip_reader_file_stat() 5310 pStat in mz_zip_reader_file_stat() 5295 mz_zip_reader_file_stat(mz_zip_archive *pZip, mz_uint file_index, mz_zip_archive_file_stat *pStat) mz_zip_reader_file_stat() argument [all...] |
| /kernel/linux/linux-5.10/drivers/staging/rtl8723bs/include/ |
| H A D | rtw_mlme_ext.h | 650 void issue_asocrsp(struct adapter *padapter, unsigned short status, struct sta_info *pstat, int pkt_type);
|
| /kernel/linux/linux-6.6/drivers/staging/rtl8723bs/include/ |
| H A D | rtw_mlme_ext.h | 590 void issue_asocrsp(struct adapter *padapter, unsigned short status, struct sta_info *pstat, int pkt_type);
|
| /kernel/linux/linux-6.6/drivers/scsi/ |
| H A D | dc395x.c | 1042 u16 pstat; in dump_register_info() local 1044 pci_read_config_word(dev, PCI_STATUS, &pstat); in dump_register_info() 1101 pstat); in dump_register_info()
|
| /kernel/linux/linux-5.10/drivers/scsi/ |
| H A D | dc395x.c | 1058 u16 pstat; in dump_register_info() local 1060 pci_read_config_word(dev, PCI_STATUS, &pstat); in dump_register_info() 1117 pstat); in dump_register_info()
|
| /third_party/toybox/toys/pending/ |
| H A D | bc.c | 1094 struct stat pstat; in bc_read_file() local 1098 if (fstat(fileno(f), &pstat) == -1) goto malloc_err; in bc_read_file() 1100 if (S_ISDIR(pstat.st_mode)) { in bc_read_file()
|