/kernel/linux/linux-5.10/drivers/platform/x86/ |
H A D | eeepc-laptop.c | 565 bool absent; in eeepc_rfkill_hotplug() local 595 absent = (l == 0xffffffff); in eeepc_rfkill_hotplug() 597 if (blocked != absent) { in eeepc_rfkill_hotplug() 600 absent ? "absent" : "present"); in eeepc_rfkill_hotplug()
|
H A D | asus-wmi.c | 934 bool absent; in asus_rfkill_hotplug() local 958 absent = (l == 0xffffffff); in asus_rfkill_hotplug() 960 if (blocked != absent) { in asus_rfkill_hotplug() 964 absent ? "absent" : "present"); in asus_rfkill_hotplug()
|
/kernel/linux/linux-6.6/drivers/platform/x86/ |
H A D | eeepc-laptop.c | 565 bool absent; in eeepc_rfkill_hotplug() local 595 absent = (l == 0xffffffff); in eeepc_rfkill_hotplug() 597 if (blocked != absent) { in eeepc_rfkill_hotplug() 600 absent ? "absent" : "present"); in eeepc_rfkill_hotplug()
|
H A D | asus-wmi.c | 1644 bool absent; in asus_rfkill_hotplug() local 1668 absent = (l == 0xffffffff); in asus_rfkill_hotplug() 1670 if (blocked != absent) { in asus_rfkill_hotplug() 1673 absent ? "absent" : "present"); in asus_rfkill_hotplug()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/ |
H A D | channel.c | 1440 if (!avp->noa.absent) in ath9k_update_p2p_ps_timer() 1448 ath_dbg(common, CHAN_CTX, "%s absent %d tsf 0x%08X next_tsf 0x%08X (%dms)\n", in ath9k_update_p2p_ps_timer() 1449 __func__, avp->noa.absent, tsf, target_tsf, in ath9k_update_p2p_ps_timer() 1572 if (!avp->noa.absent) in ath9k_p2p_ps_timer() 1591 if (an->sleeping == !!avp->noa.absent) in ath9k_p2p_ps_timer() 1594 an->sleeping = avp->noa.absent; in ath9k_p2p_ps_timer()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/ |
H A D | channel.c | 1440 if (!avp->noa.absent) in ath9k_update_p2p_ps_timer() 1448 ath_dbg(common, CHAN_CTX, "%s absent %d tsf 0x%08X next_tsf 0x%08X (%dms)\n", in ath9k_update_p2p_ps_timer() 1449 __func__, avp->noa.absent, tsf, target_tsf, in ath9k_update_p2p_ps_timer() 1572 if (!avp->noa.absent) in ath9k_p2p_ps_timer() 1591 if (an->sleeping == !!avp->noa.absent) in ath9k_p2p_ps_timer() 1594 an->sleeping = avp->noa.absent; in ath9k_p2p_ps_timer()
|
/kernel/linux/linux-6.6/mm/ |
H A D | mm_init.c | 1183 /* zone is empty, we don't have any absent pages */ in zone_absent_pages_in_node() 1191 * Treat pages to be ZONE_MOVABLE in ZONE_NORMAL as absent pages in zone_absent_pages_in_node() 1277 unsigned long spanned, absent; in calculate_node_totalpages() local 1285 absent = zone_absent_pages_in_node(pgdat->node_id, i, in calculate_node_totalpages() 1289 real_size = spanned - absent; in calculate_node_totalpages()
|
/kernel/linux/linux-5.10/net/mac80211/ |
H A D | util.c | 4150 data->absent = 0; in ieee80211_update_p2p_noa() 4161 data->absent |= BIT(i); in ieee80211_update_p2p_noa() 4169 if (data->absent) in ieee80211_update_p2p_noa()
|
/kernel/linux/linux-5.10/mm/ |
H A D | hugetlb.c | 4866 int absent; in follow_hugetlb_page() local 4889 absent = !pte || huge_pte_none(huge_ptep_get(pte)); in follow_hugetlb_page() 4898 if (absent && (flags & FOLL_DUMP) && in follow_hugetlb_page() 4916 if (absent || is_swap_pte(huge_ptep_get(pte)) || in follow_hugetlb_page()
|
H A D | page_alloc.c | 6860 * Treat pages to be ZONE_MOVABLE in ZONE_NORMAL as absent pages in zone_absent_pages_in_node() 6896 unsigned long spanned, absent; in calculate_node_totalpages() local 6904 absent = zone_absent_pages_in_node(pgdat->node_id, i, in calculate_node_totalpages() 6909 real_size = size - absent; in calculate_node_totalpages()
|
/kernel/linux/linux-6.6/net/mac80211/ |
H A D | util.c | 4670 data->absent = 0; in ieee80211_update_p2p_noa() 4681 data->absent |= BIT(i); in ieee80211_update_p2p_noa() 4689 if (data->absent) in ieee80211_update_p2p_noa()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | mac80211.h | 6353 * @next_tsf: TSF timestamp of the next absent state change 6354 * @has_next_tsf: next absent state change event pending 6356 * @absent: descriptor bitmask, set if GO is currently absent 6367 u8 absent; member 6390 * ieee80211_update_p2p_noa - get next pending P2P GO absent state change
|
/kernel/linux/linux-6.6/include/net/ |
H A D | mac80211.h | 7021 * @next_tsf: TSF timestamp of the next absent state change 7022 * @has_next_tsf: next absent state change event pending 7024 * @absent: descriptor bitmask, set if GO is currently absent 7035 u8 absent; member 7058 * ieee80211_update_p2p_noa - get next pending P2P GO absent state change
|