commit | ee0f65d2d810897bb3aef324c2a04389f4b9b764 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Fri Sep 15 10:06:17 2017 +0200 |
committer | Alexander Graf <agraf@suse.de> | Mon Sep 18 23:53:57 2017 +0200 |
tree | 5f8485994dcf693ab1f516ebad83a480c7ff247d | |
parent | 0c150caf0df863014ee32da8bab9e4cb0521fe57 [diff] |
efi_selftest: test task priority levels Run a 10 ms periodic timer and check that it is called 10 times while waiting for 100 ms single shot timer. Raise the TPL level to the level of the 10 ms timer and observe that the notification function is not called again. Lower the TPL level and check that the queued notification function is called. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: Alexander Graf <agraf@suse.de>