Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
正在阅读“Understanding Linux Kernel”一书,其中说“微秒数由 do_fast_gettimeoffset() 计算”。它还说“计算当前秒内经过的微秒数”。
无法理解作者最后一句话的意思。有人可以对此进行更多解释吗?
如果你想了解linux内核,你应该知道那本书已经过时了很长时间,do_fast_gettimeoffset已经不复存在了。
do_fast_gettimeoffset
do_get_fast_time返回秒数,并且总是很快。 do_gettimeoffset返回自秒开始以来的微秒数,并且可能很慢。
do_get_fast_time
do_gettimeoffset