Searched refs:EXIT (Results 1 – 25 of 125) sorted by relevance
12345
| /Linux-v5.4/scripts/ |
| D | headers_install.sh | 24 trap 'rm -f $OUTFILE $TMPFILE' EXIT 117 trap - EXIT
|
| D | tools-support-relr.sh | 5 trap "rm -f $tmp_file.o $tmp_file $tmp_file.bin" EXIT
|
| /Linux-v5.4/drivers/hwmon/ |
| D | vt1211.c | 570 goto EXIT; in set_fan() 581 EXIT: in set_fan() 674 goto EXIT; in set_pwm() 701 goto EXIT; in set_pwm() 707 goto EXIT; in set_pwm() 721 EXIT: in set_pwm() 1248 goto EXIT; in vt1211_device_add() 1272 EXIT: in vt1211_device_add() 1288 goto EXIT; in vt1211_find() 1294 goto EXIT; in vt1211_find() [all …]
|
| D | amc6821.c | 531 goto EXIT; in temp_auto_point_temp_store() 543 goto EXIT; in temp_auto_point_temp_store() 549 EXIT: in temp_auto_point_temp_store() 572 goto EXIT; in pwm1_auto_point_pwm_store() 578 goto EXIT; in pwm1_auto_point_pwm_store() 583 goto EXIT; in pwm1_auto_point_pwm_store() 586 EXIT: in pwm1_auto_point_pwm_store() 630 goto EXIT; in fan_store() 637 EXIT: in fan_store() 666 goto EXIT; in fan1_div_store() [all …]
|
| /Linux-v5.4/tools/perf/arch/x86/tests/ |
| D | gen-insn-x86-dat.sh | 16 trap 'echo "Might need a more recent version of binutils"' EXIT 34 trap - EXIT
|
| /Linux-v5.4/drivers/scsi/aic94xx/ |
| D | aic94xx.h | 26 #define EXIT printk(KERN_NOTICE "%s: --EXIT %s\n", ASD_DRIVER_NAME, \ macro 30 #define EXIT macro
|
| /Linux-v5.4/drivers/i2c/busses/ |
| D | i2c-ali1535.c | 425 goto EXIT; in ali1535_access() 430 goto EXIT; in ali1535_access() 434 goto EXIT; in ali1535_access() 461 EXIT: in ali1535_access()
|
| /Linux-v5.4/sound/soc/mediatek/mt8183/ |
| D | mt8183-afe-clk.c | 274 goto EXIT; in apll1_mux_setting() 284 goto EXIT; in apll1_mux_setting() 301 EXIT: in apll1_mux_setting() 348 goto EXIT; in apll2_mux_setting() 358 goto EXIT; in apll2_mux_setting() 375 EXIT: in apll2_mux_setting()
|
| /Linux-v5.4/tools/testing/selftests/net/ |
| D | in_netns.sh | 19 trap cleanup EXIT
|
| D | tcp_fastopen_backup_key.sh | 23 trap cleanup EXIT
|
| /Linux-v5.4/tools/testing/selftests/bpf/ |
| D | test_xdp_veth.sh | 78 trap cleanup_skip EXIT 114 trap cleanup EXIT
|
| D | with_tunnels.sh | 32 trap cleanup EXIT
|
| D | test_sock_addr.sh | 46 trap cleanup EXIT 2 3 6 15
|
| D | with_addr.sh | 50 trap cleanup EXIT
|
| D | test_skb_cgroup_id.sh | 48 trap cleanup EXIT 2 3 6 15
|
| /Linux-v5.4/samples/bpf/ |
| D | run_cookie_uid_helper_example.sh | 13 trap on_exit EXIT
|
| /Linux-v5.4/tools/time/ |
| D | udelay_test.sh | 37 trap cleanup EXIT
|
| /Linux-v5.4/tools/testing/selftests/net/forwarding/ |
| D | ipip_flat_gre.sh | 57 trap cleanup EXIT
|
| D | ipip_hier_gre.sh | 57 trap cleanup EXIT
|
| D | ipip_flat_gre_key.sh | 57 trap cleanup EXIT
|
| D | ipip_flat_gre_keys.sh | 57 trap cleanup EXIT
|
| D | ipip_hier_gre_key.sh | 57 trap cleanup EXIT
|
| D | ipip_hier_gre_keys.sh | 57 trap cleanup EXIT
|
| /Linux-v5.4/tools/testing/selftests/drivers/net/mlxsw/spectrum/ |
| D | resource_scale.sh | 23 trap cleanup EXIT
|
| /Linux-v5.4/drivers/rapidio/devices/ |
| D | rio_mport_cdev.c | 556 rmcd_debug(EXIT, "DMA_%d", md->dma_chan->chan_id); in mport_release_def_dma() 566 rmcd_debug(EXIT, "DMA_%d", priv->dmach->chan_id); in mport_release_dma() 1148 rmcd_debug(EXIT, "filp=%p", filp); in rio_mport_free_dma() 1946 rmcd_debug(EXIT, "from filp=%p %s(%d)", in mport_cdev_release_dma() 1950 rmcd_debug(EXIT, "No DMA channel for filp=%p", filp); in mport_cdev_release_dma() 1958 rmcd_debug(EXIT, "async list not empty filp=%p %s(%d)", in mport_cdev_release_dma() 1965 rmcd_debug(EXIT, "temp list not empty"); in mport_cdev_release_dma() 1967 rmcd_debug(EXIT, "free req->filp=%p cookie=%d compl=%s", in mport_cdev_release_dma() 1984 rmcd_debug(EXIT, "Release DMA channel for filp=%p %s(%d)", in mport_cdev_release_dma() 1988 rmcd_debug(EXIT, "Adjust default DMA channel refcount"); in mport_cdev_release_dma() [all …]
|
12345