Home
last modified time | relevance | path

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

/linux/drivers/char/mwave/
H A Dtp3780i.c236 goto exit_cleanup; in tp3780I_EnableDSP()
241 goto exit_cleanup; in tp3780I_EnableDSP()
251 goto exit_cleanup; in tp3780I_EnableDSP()
260 goto exit_cleanup; in tp3780I_EnableDSP()
269 goto exit_cleanup; in tp3780I_EnableDSP()
281 goto exit_cleanup; in tp3780I_EnableDSP()
310 goto exit_cleanup; in tp3780I_EnableDSP()
317 goto exit_cleanup; in tp3780I_EnableDSP()
326 goto exit_cleanup; in tp3780I_EnableDSP()
333 goto exit_cleanup; in tp3780I_EnableDSP()
[all …]
/linux/tools/testing/selftests/net/
H A Damt.sh84 exit_cleanup() function
100 ip netns add "${LISTENER}" || exit_cleanup
101 ip netns add "${GATEWAY}" || exit_cleanup "${LISTENER}"
102 ip netns add "${RELAY}" || exit_cleanup "${LISTENER}" "${GATEWAY}"
103 ip netns add "${SOURCE}" || exit_cleanup "${LISTENER}" "${GATEWAY}" \
111 exit_cleanup "${LISTENER}" "${GATEWAY}" "${RELAY}" "${SOURCE}"
219 exit_cleanup
H A Dbareudp.sh116 exit_cleanup() function
133 setup_ns NS0 NS1 NS2 NS3 || exit_cleanup
469 exit_cleanup
493 trap exit_cleanup EXIT
/linux/drivers/mailbox/
H A Dbcm-flexrm-mailbox.c983 bool exit_cleanup = false; in flexrm_new_request() local
1037 exit_cleanup = true; in flexrm_new_request()
1048 exit_cleanup = true; in flexrm_new_request()
1063 if (exit_cleanup) { in flexrm_new_request()