Home
last modified time | relevance | path

Searched refs:_err (Results 1 – 18 of 18) 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))
H A Di915_utils.h52 #define i915_inject_probe_error(_i915, _err) \
53 __i915_inject_probe_error((_i915), (_err), __func__, __LINE__)
59 i915_inject_probe_error(_i915,_err) global() argument
/linux/sound/hda/
H A Dhdac_regmap.c442 int _err = func_call; \
443 if (_err == -EAGAIN) { \
444 _err = snd_hdac_power_up_pm(codec); \
445 if (_err >= 0) \
446 _err = func_call; \
449 _err;})
/linux/tools/testing/selftests/mm/
H A Duffd-common.h43 #define _err(fmt, ...) \
53 _err(fmt, ##__VA_ARGS__); \
42 #define _err( global() macro
H A Duffd-stress.c459 _err("invalid MiB"); in main()
465 _err("invalid bounces"); in main()
/linux/fs/bcachefs/
H A Derror.h112 #define fsck_err_count(_c, _err) bch2_sb_err_count(_c, BCH_FSCK_ERR_##_err) argument
H A Derrcode.h279 #define bch2_err_matches(_err, _class) \ argument
282 unlikely(_bch2_err_matches(_err, _class)); \
H A Djournal_io.c295 #define journal_entry_err(c, version, jset, entry, _err, msg, ...) \ argument
304 mustfix_fsck_err(c, _err, "%s", _buf.buf); \
307 bch2_sb_error_count(c, BCH_FSCK_ERR_##_err); \
/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/arch/x86/include/asm/
H A Dparavirt.h239 int _err; \
240 u64 _l = paravirt_read_msr_safe(msr, &_err); \
243 _err; \
/linux/Documentation/bpf/
H A Dredirect.rst64 'tracepoint:xdp:xdp_redirect*_err {@redir_errno[-args->err] = count();}
/linux/drivers/infiniband/core/
H A Dcm_trace.h219 icm_##name##_err, \
/linux/sound/sparc/
H A Ddbri.c2632 goto _err; in dbri_probe()
2636 goto _err; in dbri_probe()
2644 goto _err; in dbri_probe()
2653 _err: in dbri_probe()
/linux/drivers/cpufreq/
H A Dpowernow-k8.c1109 static void query_values_on_cpu(void *_err) in query_values_on_cpu() argument
1111 int *err = _err; in query_values_on_cpu()
/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, \
H A Dsunrpc.h549 DEFINE_EVENT(rpc_reply_event, rpcb_##name##_err, \
2392 DEFINE_EVENT(svcsock_accept_class, svcsock_##name##_err, \
/linux/fs/ocfs2/
H A Ddlmglue.c357 #define ocfs2_log_dlm_error(_func, _err, _lockres) do { \ argument
360 _err, _func, _lockres->l_name); \
363 _err, _func, OCFS2_DENTRY_LOCK_INO_START - 1, (_lockres)->l_name, \
/linux/fs/nfsd/
H A Dtrace.h68 DEFINE_EVENT(nfsd_xdr_err_class, nfsd_##name##_err, \