Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LibertyOS-Development/kernel
/ wait
Method
wait
src/fs/ata.rs:339–342 ·
view source on GitHub ↗
WAIT
(&mut self, nsec: u64)
Source
from the content-addressed store, hash-verified
337
338
// WAIT
339
fn wait(&mut self, nsec: u64)
340
{
341
crate::time::nwait(nsec);
342
}
343
344
345
// WRITE
Callers
2
reset
Method · 0.80
writecmd
Method · 0.80
Calls
1
nwait
Function · 0.85
Tested by
no test coverage detected