Searched refs:exit (Results 251 - 275 of 2105) sorted by relevance

<<11121314151617181920>>

/linux-master/sound/soc/sof/
H A Dsof-client-probes-ipc3.c122 goto exit;
125 goto exit;
135 goto exit;
139 exit:
/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_vf.c312 goto exit;
347 goto exit;
356 goto exit;
371 goto exit;
377 goto exit;
416 exit:
708 goto exit;
717 exit:
774 goto exit;
778 goto exit;
[all...]
/linux-master/drivers/usb/serial/
H A Dnavman.c48 goto exit;
58 exit:
/linux-master/arch/powerpc/platforms/85xx/
H A Dt1042rdb_diu.c43 goto exit;
68 exit:
/linux-master/tools/testing/selftests/futex/functional/
H A Dfutex_requeue_pi_mismatched_ops.c67 exit(0);
73 exit(1);
H A Dfutex_requeue.c58 exit(0);
64 exit(1);
H A Dfutex_wait_wouldblock.c60 exit(0);
66 exit(1);
/linux-master/drivers/acpi/acpica/
H A Dutownerid.c100 goto exit;
121 exit:
/linux-master/drivers/mtd/maps/
H A Dpci.c24 void (*exit)(struct pci_dev *dev, struct map_pci_info *map); member in struct:mtd_pci_info
32 void (*exit)(struct pci_dev *dev, struct map_pci_info *map); member in struct:map_pci_info
146 .exit = intel_iq80310_exit,
219 .exit = intel_dc21285_exit,
275 map->exit = info->exit;
296 map->exit(dev, map);
312 map->exit(dev, map);
/linux-master/drivers/accessibility/speakup/
H A Dutils.h41 exit(1);
52 exit(1);
/linux-master/arch/sparc/kernel/
H A Dvmlinux.lds.S174 .exit.text : {
178 .exit.data : {
/linux-master/drivers/media/platform/verisilicon/
H A Dimx8m_vpu_hw.c278 .exit = hantro_mpeg2_dec_exit,
284 .exit = hantro_vp8_dec_exit,
290 .exit = hantro_h264_dec_exit,
298 .exit = hantro_mpeg2_dec_exit,
303 .exit = hantro_vp8_dec_exit,
308 .exit = hantro_h264_dec_exit,
316 .exit = hantro_hevc_dec_exit,
322 .exit = hantro_vp9_dec_exit,
/linux-master/arch/arm/kernel/
H A Dvmlinux.lds.S35 * unwind exit sections must be discarded before the rest of the
94 .exit.text : {
125 .exit.data : {
/linux-master/tools/testing/selftests/powerpc/ptrace/
H A Dptrace-tar.c47 exit(1);
48 exit(0);
121 printf("Child's exit status not captured\n");
H A Dptrace-vsx.c33 exit(1);
34 exit(0);
102 printf("Child's exit status not captured\n");
/linux-master/drivers/acpi/
H A Dprocessor_core.c226 goto exit;
229 goto exit;
234 goto exit;
249 exit:
373 goto exit;
376 goto exit;
381 goto exit;
387 exit:
/linux-master/arch/riscv/kernel/
H A Dvmlinux-xip.lds.S31 /* we have to discard exit text and such at runtime, not link time */
33 .exit.text :
88 .exit.data : {
/linux-master/tools/perf/tests/shell/coresight/unroll_loop_thread/
H A Dunroll_loop_thread.c58 exit(1);
64 exit(1);
/linux-master/drivers/net/wireless/ath/ath12k/
H A Ddebugfs.c20 goto exit;
23 exit:
/linux-master/tools/testing/selftests/powerpc/dexcr/
H A Dchdexcr.c16 exit(1);
65 exit(0);
/linux-master/drivers/hid/
H A Dhid-roccat-lua.c132 goto exit;
138 goto exit;
142 exit:
169 goto exit;
175 goto exit;
188 exit:
/linux-master/tools/testing/selftests/bpf/benchs/
H A Dbench_local_storage.c75 exit(1);
79 exit(1);
84 exit(1);
89 exit(1);
110 exit(1);
174 exit(1);
/linux-master/tools/testing/vsock/
H A Dvsock_uring_test.c72 exit(EXIT_FAILURE);
126 exit(EXIT_FAILURE);
134 exit(EXIT_FAILURE);
166 exit(EXIT_FAILURE);
174 exit(EXIT_FAILURE);
282 exit(EXIT_FAILURE);
/linux-master/drivers/clk/
H A Dclk-devres.c9 void (*exit)(struct clk *clk); member in struct:devm_clk_state
16 if (state->exit)
17 state->exit(state->clk);
25 void (*exit)(struct clk *clk))
48 state->exit = exit;
/linux-master/tools/testing/selftests/
H A Dkselftest.h32 * When all tests are finished, clean up and exit the program with one of:
40 * failed, it can instead exit with a message (this is usually done when
79 /* define kselftest exit codes */
335 exit(KSFT_PASS);
341 exit(KSFT_FAIL);
347 * @condition: if true, exit self test with success, otherwise fail.
377 exit(KSFT_FAIL);
396 exit(KSFT_XFAIL);
402 exit(KSFT_XPASS);
431 exit(KSFT_SKI
[all...]

Completed in 248 milliseconds

<<11121314151617181920>>