Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/
Dbuiltin-kmem.c421 __page_stat__findnew_page(struct page_stat *pstat, bool create) in __page_stat__findnew_page() argument
433 cmp = data->page - pstat->page; in __page_stat__findnew_page()
447 data->page = pstat->page; in __page_stat__findnew_page()
448 data->order = pstat->order; in __page_stat__findnew_page()
449 data->gfp_flags = pstat->gfp_flags; in __page_stat__findnew_page()
450 data->migrate_type = pstat->migrate_type; in __page_stat__findnew_page()
459 static struct page_stat *page_stat__find_page(struct page_stat *pstat) in page_stat__find_page() argument
461 return __page_stat__findnew_page(pstat, false); in page_stat__find_page()
464 static struct page_stat *page_stat__findnew_page(struct page_stat *pstat) in page_stat__findnew_page() argument
466 return __page_stat__findnew_page(pstat, true); in page_stat__findnew_page()
[all …]
/linux-4.4.14/drivers/staging/rtl8723au/core/
Drtw_mlme_ext.c69 struct sta_info *pstat, u16 pkt_type);
913 struct sta_info *pstat = NULL; in OnAuth23a() local
967 pstat = rtw_get_stainfo23a(pstapriv, sa); in OnAuth23a()
968 if (!pstat) { in OnAuth23a()
971 pstat = rtw_alloc_stainfo23a(pstapriv, sa, GFP_ATOMIC); in OnAuth23a()
972 if (!pstat) { in OnAuth23a()
979 pstat->state = WIFI_FW_AUTH_NULL; in OnAuth23a()
980 pstat->auth_seq = 0; in OnAuth23a()
986 if (!list_empty(&pstat->asoc_list)) { in OnAuth23a()
987 list_del_init(&pstat->asoc_list); in OnAuth23a()
[all …]
/linux-4.4.14/drivers/staging/rtl8188eu/core/
Drtw_mlme_ext.c901 struct sta_info *pstat, int pkt_type) in issue_asocrsp() argument
936 memcpy((void *)GetAddr1Ptr(pwlanhdr), pstat->hwaddr, ETH_ALEN); in issue_asocrsp()
961 leval = cpu_to_le16(pstat->aid | BIT(14) | BIT(15)); in issue_asocrsp()
964 if (pstat->bssratelen <= 8) { in issue_asocrsp()
965 …pframe = rtw_set_ie(pframe, _SUPPORTEDRATES_IE_, pstat->bssratelen, pstat->bssrateset, &(pattrib->… in issue_asocrsp()
967 pframe = rtw_set_ie(pframe, _SUPPORTEDRATES_IE_, 8, pstat->bssrateset, &(pattrib->pktlen)); in issue_asocrsp()
968 …pframe = rtw_set_ie(pframe, _EXT_SUPPORTEDRATES_IE_, (pstat->bssratelen-8), pstat->bssrateset+8, &… in issue_asocrsp()
971 if ((pstat->flags & WLAN_STA_HT) && (pmlmepriv->htpriv.ht_option)) { in issue_asocrsp()
992 if ((pstat->flags & WLAN_STA_WME) && (pmlmepriv->qospriv.qos_option)) { in issue_asocrsp()
2760 struct sta_info *pstat = NULL; in OnAuth() local
[all …]
/linux-4.4.14/drivers/input/misc/
Dpcap_keys.c31 u32 pstat; in pcap_keys_handler() local
33 ezx_pcap_read(pcap_keys->pcap, PCAP_REG_PSTAT, &pstat); in pcap_keys_handler()
34 pstat &= 1 << pirq; in pcap_keys_handler()
38 input_report_key(pcap_keys->input, KEY_POWER, !pstat); in pcap_keys_handler()
41 input_report_key(pcap_keys->input, KEY_HP, !pstat); in pcap_keys_handler()
/linux-4.4.14/drivers/s390/crypto/
Dzcrypt_api.c794 struct ica_z90_status *pstat; in zcrypt_ica_status() local
797 pstat = kzalloc(sizeof(*pstat), GFP_KERNEL); in zcrypt_ica_status()
798 if (!pstat) in zcrypt_ica_status()
800 pstat->totalcount = zcrypt_device_count; in zcrypt_ica_status()
801 pstat->leedslitecount = zcrypt_count_type(ZCRYPT_PCICA); in zcrypt_ica_status()
802 pstat->leeds2count = zcrypt_count_type(ZCRYPT_PCICC); in zcrypt_ica_status()
803 pstat->requestqWaitCount = zcrypt_requestq_count(); in zcrypt_ica_status()
804 pstat->pendingqWaitCount = zcrypt_pendingq_count(); in zcrypt_ica_status()
805 pstat->totalOpenCount = atomic_read(&zcrypt_open_count); in zcrypt_ica_status()
806 pstat->cryptoDomain = ap_domain_index; in zcrypt_ica_status()
[all …]
/linux-4.4.14/fs/overlayfs/
Dcopy_up.c301 struct kstat pstat; in ovl_copy_up_one() local
315 err = vfs_getattr(&parentpath, &pstat); in ovl_copy_up_one()
364 ovl_set_timestamps(upperdir, &pstat); in ovl_copy_up_one()
/linux-4.4.14/drivers/staging/rtl8188eu/hal/
Dodm.c1044 struct sta_info *pstat = pDM_Odm->pODM_StaInfo[i]; in odm_RefreshRateAdaptiveMaskCE() local
1045 if (IS_STA_VALID(pstat)) { in odm_RefreshRateAdaptiveMaskCE()
1046 …if (ODM_RAStateCheck(pDM_Odm, pstat->rssi_stat.UndecoratedSmoothedPWDB, false, &pstat->rssi_level)… in odm_RefreshRateAdaptiveMaskCE()
1049 pstat->rssi_stat.UndecoratedSmoothedPWDB, pstat->rssi_level)); in odm_RefreshRateAdaptiveMaskCE()
1050 rtw_hal_update_ra_mask(pAdapter, i, pstat->rssi_level); in odm_RefreshRateAdaptiveMaskCE()
/linux-4.4.14/drivers/staging/rtl8723au/hal/
Dodm.c1145 struct sta_info *pstat = pDM_Odm->pODM_StaInfo[i]; in odm_RefreshRateAdaptiveMask() local
1146 if (pstat) { in odm_RefreshRateAdaptiveMask()
1147 smoothed = pstat->rssi_stat.UndecoratedSmoothedPWDB; in odm_RefreshRateAdaptiveMask()
1149 &pstat->rssi_level)) { in odm_RefreshRateAdaptiveMask()
1154 pstat->rssi_level)); in odm_RefreshRateAdaptiveMask()
1155 rtw_hal_update_ra_mask23a(pstat, in odm_RefreshRateAdaptiveMask()
1156 pstat->rssi_level); in odm_RefreshRateAdaptiveMask()
/linux-4.4.14/drivers/scsi/
Ddc395x.c1194 u16 pstat; in dump_register_info() local
1196 pci_read_config_word(dev, PCI_STATUS, &pstat); in dump_register_info()
1253 pstat); in dump_register_info()