Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/char/mwave/
Dtp3780i.c288 goto exit_cleanup; in tp3780I_EnableDSP()
293 goto exit_cleanup; in tp3780I_EnableDSP()
303 goto exit_cleanup; in tp3780I_EnableDSP()
311 goto exit_cleanup; in tp3780I_EnableDSP()
320 goto exit_cleanup; in tp3780I_EnableDSP()
331 goto exit_cleanup; in tp3780I_EnableDSP()
360 goto exit_cleanup; in tp3780I_EnableDSP()
367 goto exit_cleanup; in tp3780I_EnableDSP()
379 goto exit_cleanup; in tp3780I_EnableDSP()
386 goto exit_cleanup; in tp3780I_EnableDSP()
[all …]
/Linux-v5.15/tools/testing/selftests/net/
Dbareudp.sh124 exit_cleanup() function
143 ip netns add "${NS0}" || exit_cleanup
144 ip netns add "${NS1}" || exit_cleanup "${NS0}"
145 ip netns add "${NS2}" || exit_cleanup "${NS0}" "${NS1}"
146 ip netns add "${NS3}" || exit_cleanup "${NS0}" "${NS1}" "${NS2}"
153 exit_cleanup "${NS0}" "${NS1}" "${NS2}" "${NS3}"
501 exit_cleanup
/Linux-v5.15/drivers/mailbox/
Dbcm-flexrm-mailbox.c993 bool exit_cleanup = false; in flexrm_new_request() local
1047 exit_cleanup = true; in flexrm_new_request()
1058 exit_cleanup = true; in flexrm_new_request()
1073 if (exit_cleanup) { in flexrm_new_request()