Searched refs:fail (Results 151 - 175 of 1244) sorted by relevance

1234567891011>>

/linux-master/mm/
H A Dpage_ext.c210 int nid, fail; local
216 fail = alloc_node_page_ext(nid);
217 if (fail)
218 goto fail;
223 fail:
359 int fail = 0; local
374 for (pfn = start; !fail && pfn < end; pfn += PAGES_PER_SECTION)
375 fail = init_section_page_ext(pfn, nid);
376 if (!fail)
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dusb.c324 goto fail;
329 goto fail;
335 brcmf_err("fail %d bytes: %d\n", err, len);
337 goto fail;
344 goto fail;
348 fail:
369 goto fail;
374 goto fail;
380 brcmf_err("fail %d bytes: %d\n", err, len);
382 goto fail;
[all...]
/linux-master/drivers/media/tuners/
H A Dtda18271-fe.c37 goto fail;
43 fail:
109 goto fail;
150 goto fail;
174 goto fail;
194 fail:
255 goto fail;
289 fail:
303 goto fail;
309 goto fail;
[all...]
H A Dtda18271-common.c560 goto fail;
569 fail:
583 goto fail;
592 fail:
607 goto fail;
611 fail:
624 goto fail;
628 fail:
641 goto fail;
645 fail
[all...]
/linux-master/drivers/usb/gadget/legacy/
H A Dncm.c151 goto fail;
161 goto fail;
181 fail:
/linux-master/tools/testing/selftests/arm64/mte/
H A Dcheck_gcr_el1_cswitch.c51 goto fail;
59 goto fail;
65 fail:
/linux-master/drivers/macintosh/
H A Dwindfarm_cpufreq_clamp.c94 goto fail;
100 goto fail;
114 fail:
H A Dwindfarm_smu_sensors.c208 goto fail;
224 goto fail;
233 goto fail;
242 goto fail;
251 goto fail;
254 goto fail;
258 goto fail;
262 goto fail;
264 fail:
374 goto fail;
[all...]
/linux-master/drivers/gpu/drm/etnaviv/
H A Detnaviv_gem_prime.c132 goto fail;
137 goto fail;
143 fail:
/linux-master/drivers/soc/ti/
H A Dti_sci_inta_msi.c78 goto fail;
84 goto fail;
88 fail:
/linux-master/drivers/input/misc/
H A Dpcap_keys.c60 goto fail;
94 goto fail;
97 fail:
/linux-master/io_uring/
H A Dopdef.c495 .fail = io_rw_fail,
502 .fail = io_rw_fail,
510 .fail = io_rw_fail,
515 .fail = io_rw_fail,
532 .fail = io_sendrecv_fail,
541 .fail = io_sendrecv_fail,
588 .fail = io_rw_fail,
593 .fail = io_rw_fail,
605 .fail = io_sendrecv_fail,
612 .fail
[all...]
/linux-master/arch/x86/include/asm/
H A Dspecial_insns.h209 _ASM_EXTABLE(1b, %l[fail])
211 :: fail);
213 fail:
/linux-master/drivers/edac/
H A Dppc4xx_edac.c309 goto fail;
321 goto fail;
332 goto fail;
338 fail:
431 goto fail;
444 goto fail;
455 goto fail;
461 fail:
493 goto fail;
502 goto fail;
[all...]
/linux-master/drivers/s390/net/
H A Dsmsgiucv_app.c172 goto fail;
181 goto fail;
195 goto fail;
199 fail:
/linux-master/drivers/input/joystick/
H A Damijoy.c101 goto fail;
107 goto fail;
132 goto fail;
137 fail: while (--i >= 0)
/linux-master/tools/testing/selftests/powerpc/ptrace/
H A Dptrace.h161 goto fail;
169 goto fail;
177 goto fail;
184 fail:
209 goto fail;
216 goto fail;
223 goto fail;
228 fail:
251 goto fail;
259 goto fail;
[all...]
/linux-master/arch/arm/mach-exynos/
H A Dpm.c220 goto fail;
241 goto fail;
269 goto fail;
275 fail:
/linux-master/tools/testing/selftests/
H A Dkselftest_deps.sh26 echo "- Prints pass/fail dependency check for each tests/sub-test."
27 echo "- Prints pass/fail targets and libraries."
72 fail=$(mktemp).out
73 trap "rm -f $fail" EXIT
74 #echo $fail
266 echo "FAIL: $test dependency check: $lib" >> $fail
310 cat $fail
/linux-master/tools/testing/selftests/tc-testing/
H A DTdcResults.py9 fail = 2 variable in class:ResultState
74 return sum(1 for t in self._testsuite if t.result == ResultState.fail)
95 if t.result == ResultState.fail:
100 elif t.result == ResultState.fail:
/linux-master/drivers/gpu/drm/msm/
H A Dmsm_ringbuffer.c73 goto fail;
86 goto fail;
106 goto fail;
119 fail:
/linux-master/arch/arm64/include/asm/
H A Del2_setup.h34 /* Check if running in host at EL2 mode, i.e., (h)VHE. Jump to fail if not. */
35 .macro __check_hvhe fail, tmp
38 cbz \tmp, \fail
236 .macro __check_override idreg, fld, width, pass, fail, tmp1, tmp2 variable
238 cbz \tmp1, \fail
249 b \fail
253 .macro check_override idreg, fld, pass, fail, tmp1, tmp2 variable
255 __check_override \idreg \fld 4 \pass \fail \tmp1 \tmp2
259 .macro __check_override idreg, fld, width, pass, fail, tmp, ignore
263 b \fail
[all...]
/linux-master/drivers/usb/gadget/function/
H A Df_obex.c196 goto fail;
203 goto fail;
220 goto fail;
231 goto fail;
237 fail:
325 goto fail;
333 goto fail;
345 goto fail;
350 goto fail;
366 goto fail;
[all...]
/linux-master/drivers/staging/media/ipu3/
H A Dipu3-css-pool.c46 goto fail;
53 fail:
/linux-master/tools/testing/selftests/futex/functional/
H A Dfutex_wait_private_mapped_file.c65 fail("waiter timedout\n");
115 fail("FUTEX_WAKE didn't find the waiting thread.\n");

Completed in 287 milliseconds

1234567891011>>