Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/livepatch/
H A Dfunctions.sh147 function loop_until() { function
182 loop_until '[[ -e "/sys/module/$mod" ]]' ||
212 loop_until '[[ -e "$SYSFS_KLP_DIR/$mod" ]]' ||
225 loop_until 'grep -q '^0$' $SYSFS_KLP_DIR/$mod/transition' ||
250 loop_until '[[ $(cat "/sys/module/$mod/refcnt") == "0" ]]' ||
260 loop_until '[[ ! -e "/sys/module/$mod" ]]' ||
280 loop_until '[[ ! -e "$SYSFS_KLP_DIR/$mod" ]]' ||
295 loop_until '[[ $(cat "/sys/module/$mod/parameters/pre_patch_ret") == "$ret" ]]' ||
307 loop_until 'dmesg | grep -q "$last_dmesg_msg"' ||
H A Dtest-livepatch.sh142 loop_until 'mods=($SYSFS_KLP_DIR/*); nmods=${#mods[@]}; [[ "$nmods" -eq 1 ]]' ||
H A Dtest-callbacks.sh415 loop_until 'grep -q '^1$' $SYSFS_KLP_DIR/$MOD_LIVEPATCH/transition' ||