Home
last modified time | relevance | path

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

/Linux-v6.1/tools/perf/
Dbuiltin-kmem.c439 __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, true); in page_stat__findnew_page()
[all …]
/Linux-v6.1/drivers/staging/rtl8723bs/core/
Drtw_mlme_ext.c686 struct sta_info *pstat = NULL; in OnAuth() local
741 pstat = rtw_get_stainfo(pstapriv, sa); in OnAuth()
742 if (!pstat) { in OnAuth()
745 pstat = rtw_alloc_stainfo(pstapriv, sa); in OnAuth()
746 if (!pstat) { in OnAuth()
751 pstat->state = WIFI_FW_AUTH_NULL; in OnAuth()
752 pstat->auth_seq = 0; in OnAuth()
759 if (list_empty(&pstat->asoc_list) == false) { in OnAuth()
760 list_del_init(&pstat->asoc_list); in OnAuth()
762 if (pstat->expire_to > 0) { in OnAuth()
[all …]
/Linux-v6.1/drivers/gpu/drm/vmwgfx/
Dvmwgfx_mksstat.h119 …MKSGuestStatCounterTime *pstat; …
123pstat = vmw_mksstat_get_kern_pstat(page_address(dev_priv->mksstat_kern_pages[_##kern_cntr.slot]));…
125 …atomic64_inc(&pstat[kern_cntr].counter.count); …
126 …atomic64_add(dt, &pstat[kern_cntr].selfCycles); …
127 …atomic64_add(dt, &pstat[kern_cntr].totalCycles); …
130 …atomic64_sub(dt, &pstat[_##kern_cntr.old_top].selfCycles); …
Dvmwgfx_msg.c716 MKSGuestStatCounterTime *pstat, MKSGuestStatInfoEntry *pinfo, char *pstrs) in mksstat_init_record() argument
725 pinfo[stat_idx].stat.counter = (MKSGuestStatCounter *)&pstat[stat_idx]; in mksstat_init_record()
742 MKSGuestStatCounterTime *pstat, MKSGuestStatInfoEntry *pinfo, char *pstrs) in mksstat_init_record_time() argument
751 pinfo[stat_idx].stat.counterTime = &pstat[stat_idx]; in mksstat_init_record_time()
771 MKSGuestStatCounterTime *pstat; in mksstat_init_kern_id() local
782 pstat = vmw_mksstat_get_kern_pstat(pdesc); in mksstat_init_kern_id()
788 pstrs_acc = mksstat_init_record_time(MKSSTAT_KERN_EXECBUF, pstat, pinfo, pstrs_acc); in mksstat_init_kern_id()
796 pdesc->statStartVA = (uintptr_t)pstat; in mksstat_init_kern_id()
798 pdesc->statLength = sizeof(*pstat) * MKSSTAT_KERN_COUNT; in mksstat_init_kern_id()
804 pdesc->statPPNs[0] = page_to_pfn(virt_to_page(pstat)); in mksstat_init_kern_id()
/Linux-v6.1/drivers/input/misc/
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-v6.1/drivers/staging/r8188eu/core/
Drtw_mlme_ext.c721 struct sta_info *pstat = NULL; in OnAuth() local
755 pstat = rtw_get_stainfo(pstapriv, sa); in OnAuth()
756 if (!pstat) { in OnAuth()
758 pstat = rtw_alloc_stainfo(pstapriv, sa); in OnAuth()
759 if (!pstat) { in OnAuth()
764 pstat->state = WIFI_FW_AUTH_NULL; in OnAuth()
765 pstat->auth_seq = 0; in OnAuth()
768 if (!list_empty(&pstat->asoc_list)) { in OnAuth()
769 list_del_init(&pstat->asoc_list); in OnAuth()
780 if (list_empty(&pstat->auth_list)) { in OnAuth()
[all …]
/Linux-v6.1/drivers/staging/rtl8723bs/hal/
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-v6.1/drivers/staging/r8188eu/hal/
Dodm.c307 struct sta_info *pstat = pDM_Odm->pODM_StaInfo[i]; in odm_RefreshRateAdaptiveMask() local
309 if (IS_STA_VALID(pstat)) { in odm_RefreshRateAdaptiveMask()
310 …if (ODM_RAStateCheck(pDM_Odm, pstat->rssi_stat.UndecoratedSmoothedPWDB, false, &pstat->rssi_level)) in odm_RefreshRateAdaptiveMask()
311 rtw_hal_update_ra_mask(pAdapter, i, pstat->rssi_level); in odm_RefreshRateAdaptiveMask()
/Linux-v6.1/arch/x86/platform/uv/
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-v6.1/fs/overlayfs/
Dcopy_up.c502 struct kstat pstat; member
539 ovl_set_timestamps(ofs, upperdir, &c->pstat); in ovl_link_up()
856 ovl_set_timestamps(ofs, c->destdir, &c->pstat); in ovl_do_copy_up()
983 err = vfs_getattr(&parentpath, &ctx.pstat, in ovl_copy_up_one()
/Linux-v6.1/drivers/staging/r8188eu/include/
Drtw_mlme_ext.h511 struct sta_info *pstat, int pkt_type);
/Linux-v6.1/drivers/staging/rtl8723bs/include/
Drtw_mlme_ext.h590 void issue_asocrsp(struct adapter *padapter, unsigned short status, struct sta_info *pstat, int pkt…
/Linux-v6.1/drivers/scsi/
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()