Symbol: _err
arch/x86/include/asm/paravirt.h
184
int _err = paravirt_read_msr_safe((msr), &_l); \
arch/x86/include/asm/paravirt.h
187
_err; \
drivers/cpufreq/powernow-k8.c
1111
static void query_values_on_cpu(void *_err)
drivers/cpufreq/powernow-k8.c
1113
int *err = _err;
drivers/gpu/drm/i915/i915_gem_ww.h
37
#define for_i915_gem_ww(_ww, _err, _intr) \
drivers/gpu/drm/i915/i915_gem_ww.h
38
for (i915_gem_ww_ctx_init(_ww, _intr), (_err) = -EDEADLK; \
drivers/gpu/drm/i915/i915_gem_ww.h
39
(_err) == -EDEADLK; \
drivers/gpu/drm/i915/i915_gem_ww.h
40
(_err) = __i915_gem_ww_fini(_ww, _err))
drivers/gpu/drm/imagination/pvr_test.c
22
int _err; \
drivers/gpu/drm/imagination/pvr_test.c
23
_err = pvr_gpuid_decode_string(NULL, str_, &_gpuid_out); \
drivers/gpu/drm/imagination/pvr_test.c
24
KUNIT_EXPECT_EQ(test, _err, err_); \
drivers/gpu/drm/xe/xe_pcode.c
39
#define CASE_ERR(_err, _err_decode, _err_str) \
drivers/gpu/drm/xe/xe_pcode.c
40
case _err: \
drivers/infiniband/core/cm_trace.h
219
icm_##name##_err, \
fs/nfsd/trace.h
242
DEFINE_EVENT(nfsd_compound_err_class, nfsd_compound_##name##_err, \
fs/nfsd/trace.h
87
DEFINE_EVENT(nfsd_xdr_err_class, nfsd_##name##_err, \
fs/ocfs2/dlmglue.c
358
#define ocfs2_log_dlm_error(_func, _err, _lockres) do { \
fs/ocfs2/dlmglue.c
361
_err, _func, _lockres->l_name); \
fs/ocfs2/dlmglue.c
364
_err, _func, OCFS2_DENTRY_LOCK_INO_START - 1, (_lockres)->l_name, \
include/trace/events/rpcrdma.h
1511
DEFINE_EVENT(svcrdma_accept_class, svcrdma_##name##_err, \
include/trace/events/rpcrdma.h
1631
svcrdma_decode_##name##_err, \
include/trace/events/rpcrdma.h
319
xprtrdma_reply_##name##_err, \
include/trace/events/sunrpc.h
2404
DEFINE_EVENT(svcsock_accept_class, svcsock_##name##_err, \
include/trace/events/sunrpc.h
547
DEFINE_EVENT(rpc_reply_event, rpcb_##name##_err, \
sound/hda/core/regmap.c
438
int _err = func_call; \
sound/hda/core/regmap.c
439
if (_err == -EAGAIN) { \
sound/hda/core/regmap.c
440
_err = snd_hdac_power_up_pm(codec); \
sound/hda/core/regmap.c
441
if (_err >= 0) \
sound/hda/core/regmap.c
442
_err = func_call; \
sound/hda/core/regmap.c
445
_err;})
sound/pci/ca0106/ca0106_mixer.c
721
int i, _err; \
sound/pci/ca0106/ca0106_mixer.c
723
_err = snd_ctl_add(card, snd_ctl_new1(&ctls[i], emu)); \
sound/pci/ca0106/ca0106_mixer.c
724
if (_err < 0) \
sound/pci/ca0106/ca0106_mixer.c
725
return _err; \
sound/sparc/dbri.c
2620
goto _err;
sound/sparc/dbri.c
2624
goto _err;
sound/sparc/dbri.c
2632
goto _err;
sound/sparc/dbri.c
2641
_err:
tools/testing/selftests/mm/uffd-common.h
53
_err(fmt, ##__VA_ARGS__); \
tools/testing/selftests/mm/uffd-stress.c
498
_err("invalid bounces");