Home
last modified time | relevance | path

Searched refs:last_valid (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Daperture_64.c295 int aper_enabled = 0, last_aper_enabled = 0, last_valid = 0; in early_gart_iommu_check() local
326 if (last_valid) { in early_gart_iommu_check()
338 last_valid = 1; in early_gart_iommu_check()
/OK3568_Linux_fs/kernel/net/batman-adv/
H A Dnetwork-coding.c307 return batadv_has_timed_out(nc_path->last_valid, in batadv_nc_to_purge_nc_path_coding()
328 return batadv_has_timed_out(nc_path->last_valid, in batadv_nc_to_purge_nc_path_decoding()
975 nc_path->last_valid = jiffies; in batadv_nc_get_path()
989 nc_path->last_valid = jiffies; in batadv_nc_get_path()
H A Dtypes.h2084 unsigned long last_valid; member