Cette page de documentation est issue d'une conversion automatique de developpez.com.
Les traductions proviennent des sites Debian, Linux Kernel et du projet Perkamon.
N'hésitez pas à laisser vos suggestions, avis ou commentaires : 12 commentaires .
Kill off a pending delayed_work. Returns true if dwork was pending and canceled; false if wasnAqt pending. Note that the work callback function may still be running on return, unless it returns true and the work doesnAqt re-arm itself. Explicitly flush or use cancel_delayed_work_sync to wait on it.
This function is safe to call from any context including IRQ handler.