Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/livepatch/
H A Dfunctions.sh121 function loop_until() { function
156 loop_until '[[ -e "/sys/module/$mod" ]]' ||
186 loop_until '[[ -e "/sys/kernel/livepatch/$mod" ]]' ||
199 loop_until 'grep -q '^0$' /sys/kernel/livepatch/$mod/transition' ||
224 loop_until '[[ $(cat "/sys/module/$mod/refcnt") == "0" ]]' ||
234 loop_until '[[ ! -e "/sys/module/$mod" ]]' ||
254 loop_until '[[ ! -e "/sys/kernel/livepatch/$mod" ]]' ||
269 loop_until '[[ $(cat "/sys/module/$mod/parameters/pre_patch_ret") == "$ret" ]]' ||
281 loop_until 'dmesg | grep -q "$last_dmesg_msg"' ||
H A Dtest-syscall.sh30 loop_until 'grep -q '^0$' /sys/kernel/test_klp_syscall/npids'
H A Dtest-livepatch.sh142 loop_until 'mods=(/sys/kernel/livepatch/*); nmods=${#mods[@]}; [[ "$nmods" -eq 1 ]]' ||
H A Dtest-callbacks.sh415 loop_until 'grep -q '^1$' /sys/kernel/livepatch/$MOD_LIVEPATCH/transition' ||