Home
last modified time | relevance | path

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

/openbmc/linux/drivers/char/mwave/
H A 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 …]
/openbmc/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}"
213 exit_cleanup
H A 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
/openbmc/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()