Home
last modified time | relevance | path

Searched refs:pstat (Results 1 – 10 of 10) sorted by relevance

/linux-6.3-rc2/tools/perf/
A Dbuiltin-kmem.c838 if (pstat == NULL) in evsel__process_page_alloc_event()
841 pstat->nr_alloc++; in evsel__process_page_alloc_event()
847 if (pstat == NULL) in evsel__process_page_alloc_event()
850 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()
903 free(pstat); in evsel__process_page_free_event()
912 pstat->nr_free++; in evsel__process_page_free_event()
917 if (pstat == NULL) in evsel__process_page_free_event()
920 pstat->nr_free++; in evsel__process_page_free_event()
[all …]
/linux-6.3-rc2/drivers/staging/rtl8723bs/core/
A Drtw_mlme_ext.c742 if (!pstat) { in OnAuth()
746 if (!pstat) { in OnAuth()
847 if (pstat) in OnAuth()
850 pstat = &stat; in OnAuth()
973 if (!pstat) { in OnAssocReq()
1068 memset(pstat->wpa_ie, 0, sizeof(pstat->wpa_ie)); in OnAssocReq()
1198 pstat->max_sp_len = (pstat->qos_info>>5)&0x3; in OnAssocReq()
1290 for (pstat->aid = 1; pstat->aid <= NUM_STA; pstat->aid++) in OnAssocReq()
1305 pstapriv->sta_aid[pstat->aid - 1] = pstat; in OnAssocReq()
1351 report_add_sta_event(padapter, pstat->hwaddr, pstat->aid); in OnAssocReq()
[all …]
/linux-6.3-rc2/drivers/gpu/drm/vmwgfx/
A Dvmwgfx_mksstat.h121 …MKSGuestStatCounterTime *pstat; …
125pstat = 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); …
A Dvmwgfx_msg.c717 MKSGuestStatCounterTime *pstat, MKSGuestStatInfoEntry *pinfo, char *pstrs) in mksstat_init_record() argument
726 pinfo[stat_idx].stat.counter = (MKSGuestStatCounter *)&pstat[stat_idx]; in mksstat_init_record()
743 MKSGuestStatCounterTime *pstat, MKSGuestStatInfoEntry *pinfo, char *pstrs) in mksstat_init_record_time() argument
752 pinfo[stat_idx].stat.counterTime = &pstat[stat_idx]; in mksstat_init_record_time()
772 MKSGuestStatCounterTime *pstat; in mksstat_init_kern_id() local
783 pstat = vmw_mksstat_get_kern_pstat(pdesc); in mksstat_init_kern_id()
789 pstrs_acc = mksstat_init_record_time(MKSSTAT_KERN_EXECBUF, pstat, pinfo, pstrs_acc); in mksstat_init_kern_id()
790 pstrs_acc = mksstat_init_record_time(MKSSTAT_KERN_COTABLE_RESIZE, pstat, pinfo, pstrs_acc); in mksstat_init_kern_id()
798 pdesc->statStartVA = (uintptr_t)pstat; in mksstat_init_kern_id()
800 pdesc->statLength = sizeof(*pstat) * MKSSTAT_KERN_COUNT; in mksstat_init_kern_id()
[all …]
/linux-6.3-rc2/drivers/input/misc/
A Dpcap_keys.c27 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()
/linux-6.3-rc2/drivers/staging/rtl8723bs/hal/
A Dodm.c429 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_MCAST(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()
/linux-6.3-rc2/arch/x86/platform/uv/
A Duv_nmi.c470 int *pstat = PCH_PCR_GPIO_ADDRESS(GPI_NMI_STS_GPP_D_0); in uv_nmi_test_hubless() local
471 int status = *pstat; in uv_nmi_test_hubless()
479 *pstat = STS_GPP_D_0_MASK; /* Is a UV NMI: clear GPP_D_0 status */ in uv_nmi_test_hubless()
480 (void)*pstat; /* Flush write */ in uv_nmi_test_hubless()
/linux-6.3-rc2/fs/overlayfs/
A Dcopy_up.c540 struct kstat pstat; member
577 ovl_set_timestamps(ofs, upperdir, &c->pstat); in ovl_link_up()
894 ovl_set_timestamps(ofs, c->destdir, &c->pstat); in ovl_do_copy_up()
1025 err = vfs_getattr(&parentpath, &ctx.pstat, in ovl_copy_up_one()
/linux-6.3-rc2/drivers/staging/rtl8723bs/include/
A Drtw_mlme_ext.h590 void issue_asocrsp(struct adapter *padapter, unsigned short status, struct sta_info *pstat, int pkt…
/linux-6.3-rc2/drivers/scsi/
A Ddc395x.c1042 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()

Completed in 58 milliseconds