Home
last modified time | relevance | path

Searched refs:loop_until (Results 1 – 1 of 1) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/livepatch/
Dfunctions.sh87 function loop_until() { function
124 loop_until '[[ -e "/sys/module/$mod" ]]' ||
160 loop_until '[[ -e "/sys/kernel/livepatch/$mod" ]]' ||
173 loop_until 'grep -q '^0$' /sys/kernel/livepatch/$mod/transition' ||
198 loop_until '[[ $(cat "/sys/module/$mod/refcnt") == "0" ]]' ||
208 loop_until '[[ ! -e "/sys/module/$mod" ]]' ||
228 loop_until '[[ ! -e "/sys/kernel/livepatch/$mod" ]]' ||
243 loop_until '[[ $(cat "/sys/module/$mod/parameters/pre_patch_ret") == "$ret" ]]' ||