Home
last modified time | relevance | path

Searched refs:_err (Results 1 – 12 of 12) sorted by relevance

/linux/drivers/gpu/drm/i915/
H A Di915_gem_ww.h37 #define for_i915_gem_ww(_ww, _err, _intr) \ argument
38 for (i915_gem_ww_ctx_init(_ww, _intr), (_err) = -EDEADLK; \
39 (_err) == -EDEADLK; \
40 (_err) = __i915_gem_ww_fini(_ww, _err))
/linux/sound/hda/core/
H A Dregmap.c438 int _err = func_call; \
439 if (_err == -EAGAIN) { \
440 _err = snd_hdac_power_up_pm(codec); \
441 if (_err >= 0) \
442 _err = func_call; \
445 _err;})
/linux/tools/testing/selftests/mm/
H A Duffd-common.h44 #define _err(fmt, ...) \
53 _err(fmt, ##__VA_ARGS__); \
43 #define _err( global() macro
H A Duffd-stress.c498 _err("invalid bounces"); in main()
/linux/sound/pci/ca0106/
H A Dca0106_mixer.c721 int i, _err; \
723 _err = snd_ctl_add(card, snd_ctl_new1(&ctls[i], emu)); \
724 if (_err < 0) \
725 return _err; \
/linux/Documentation/bpf/
H A Dredirect.rst64 'tracepoint:xdp:xdp_redirect*_err {@redir_errno[-args->err] = count();}
/linux/rust/zerocopy-derive/
H A Drepr.rs430 fn from(_err: UnrecognizedReprError) -> FromAttrsError { in from()
440 _err @ UnsupportedReprError, in from()
663 fn try_with_or<E, F: FnOnce() -> Result<T, E>>(f: F, _err: E) -> Result<Self, E> { in try_with_or()
/linux/drivers/infiniband/core/
H A Dcm_trace.h219 icm_##name##_err, \
/linux/drivers/cpufreq/
H A Dpowernow-k8.c1112 static void query_values_on_cpu(void *_err) in query_values_on_cpu() argument
1114 int *err = _err; in query_values_on_cpu()
/linux/sound/sparc/
H A Ddbri.c2622 goto _err; in dbri_probe()
2626 goto _err; in dbri_probe()
2634 goto _err; in dbri_probe()
2643 _err: in dbri_probe()
/linux/include/trace/events/
H A Drpcrdma.h319 xprtrdma_reply_##name##_err, \
1511 DEFINE_EVENT(svcrdma_accept_class, svcrdma_##name##_err, \
1631 svcrdma_decode_##name##_err, \
/linux/fs/nfsd/
H A Dtrace.h89 DEFINE_EVENT(nfsd_xdr_err_class, nfsd_##name##_err, \
244 DEFINE_EVENT(nfsd_compound_err_class, nfsd_compound_##name##_err, \