Searched refs:boot (Results 1 – 4 of 4) sorted by relevance
159 struct timespec64 boot; in seconds_since_boot() local160 getboottime64(&boot); in seconds_since_boot()161 return ktime_get_real_seconds() - boot.tv_sec; in seconds_since_boot()166 struct timespec64 boot; in convert_to_wallclock() local167 getboottime64(&boot); in convert_to_wallclock()168 return boot.tv_sec + sinceboot; in convert_to_wallclock()306 struct timespec64 boot; in get_expiry() local312 getboottime64(&boot); in get_expiry()313 return rv - boot.tv_sec; in get_expiry()
233 u64 boot; member
603 bool boot; /* This is the flash the SoC boots from */ member
1043 int mlx5_satisfy_startup_pages(struct mlx5_core_dev *dev, int boot);