mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 10:15:57 +01:00
Poll works!
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
"wait_event" works a bit like:
|
||||
|
||||
if (!cond)
|
||||
while (!cond)
|
||||
sleep_until_event
|
||||
|
||||
Outcome:
|
||||
|
||||
Reference in New Issue
Block a user