/openbmc/linux/tools/perf/ |
H A D | builtin-kmem.c | 848 if (pstat == NULL) in evsel__process_page_alloc_event() 851 pstat->nr_alloc++; in evsel__process_page_alloc_event() 857 if (pstat == NULL) in evsel__process_page_alloc_event() 860 pstat->nr_alloc++; in evsel__process_page_alloc_event() 867 if (pstat == NULL) in evsel__process_page_alloc_event() 870 pstat->nr_alloc++; in evsel__process_page_alloc_event() 913 free(pstat); in evsel__process_page_free_event() 922 pstat->nr_free++; in evsel__process_page_free_event() 927 if (pstat == NULL) in evsel__process_page_free_event() 930 pstat->nr_free++; in evsel__process_page_free_event() [all …]
|
/openbmc/linux/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 | 717 MKSGuestStatCounterTime *pstat, MKSGuestStatInfoEntry *pinfo, char *pstrs) in mksstat_init_record_time() argument 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()
|
/openbmc/linux/drivers/staging/rtl8723bs/core/ |
H A D | rtw_mlme_ext.c | 740 if (!pstat) { in OnAuth() 744 if (!pstat) { in OnAuth() 845 if (pstat) in OnAuth() 848 pstat = &stat; in OnAuth() 971 if (!pstat) { in OnAssocReq() 1066 memset(pstat->wpa_ie, 0, sizeof(pstat->wpa_ie)); in OnAssocReq() 1196 pstat->max_sp_len = (pstat->qos_info>>5)&0x3; in OnAssocReq() 1288 for (pstat->aid = 1; pstat->aid <= NUM_STA; pstat->aid++) in OnAssocReq() 1303 pstapriv->sta_aid[pstat->aid - 1] = pstat; in OnAssocReq() 1349 report_add_sta_event(padapter, pstat->hwaddr, pstat->aid); in OnAssocReq() [all …]
|
/openbmc/linux/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()
|
/openbmc/linux/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->rss… in odm_RefreshRateAdaptiveMaskCE() 437 rtw_hal_update_ra_mask(pstat, pstat->rssi_level); in odm_RefreshRateAdaptiveMaskCE()
|
/openbmc/linux/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()
|
/openbmc/linux/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()
|
/openbmc/u-boot/drivers/ram/stm32mp1/ |
H A D | stm32mp1_ddr_regs.h | 114 u32 pstat; /* 0x3fc Port Status*/ member
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/ |
H A D | rdist-6.1.5-cleanup.patch | 1805 struct stat *pstat; 1816 - if (mnt = findmnt(pstat, mntinfo)) 1817 + if ((mnt = findmnt(pstat, mntinfo))) 1827 - if (mnt = findmnt(pstat, mntinfo)) 1828 + if ((mnt = findmnt(pstat, mntinfo)))
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-yappi/ |
H A D | 0001-test_functionality-convert-line-endings-to-Unix.patch | 760 - stats.save("tests/a1.pstats", type="pstat") 767 - stats.save("tests/a2.pstats", type="pstat") 772 - stats.save("tests/b1.pstats", type="pstat") 778 - stats.save("tests/c1.pstats", type="pstat") 2671 + stats.save("tests/a1.pstats", type="pstat") 2678 + stats.save("tests/a2.pstats", type="pstat") 2683 + stats.save("tests/b1.pstats", type="pstat") 2689 + stats.save("tests/c1.pstats", type="pstat")
|
/openbmc/linux/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…
|
/openbmc/u-boot/arch/arm/include/asm/arch-imx8m/ |
H A D | ddr.h | 245 u32 pstat; member
|
/openbmc/linux/drivers/scsi/ |
H A D | dc395x.c | 1042 u16 pstat; in DEF_SCSI_QCMD() local 1044 pci_read_config_word(dev, PCI_STATUS, &pstat); in DEF_SCSI_QCMD() 1101 pstat); in DEF_SCSI_QCMD()
|
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/ |
H A D | 0004-ffmpeg-4.3.4-rpi_14.patch | 67371 + pstat = stats_in[t0.name] 67372 + print("---" if pstat.is_close(t0) else "<<<" if t0 < pstat else ">>>", pstat.times_str…
|