| /linux/drivers/gpu/drm/i915/ |
| H A D | i915_gem_ww.h | 37 #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 D | regmap.c | 438 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 D | uffd-common.h | 43 #define _err(fmt, ...) \ macro 53 _err(fmt, ##__VA_ARGS__); \
|
| H A D | uffd-stress.c | 494 _err("pages_per_cpu = 0, cannot test (%lu / %lu / %lu)", in main() 501 _err("invalid bounces"); in main()
|
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_pcode.c | 39 #define CASE_ERR(_err, _err_decode, _err_str) \ in pcode_mailbox_status() argument 40 case _err: \ in pcode_mailbox_status()
|
| /linux/sound/pci/ca0106/ |
| H A D | ca0106_mixer.c | 721 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 D | redirect.rst | 64 'tracepoint:xdp:xdp_redirect*_err {@redir_errno[-args->err] = count();}
|
| /linux/arch/x86/include/asm/ |
| H A D | paravirt.h | 195 int _err = paravirt_read_msr_safe((msr), &_l); \ 198 _err; \
|
| /linux/drivers/infiniband/core/ |
| H A D | cm_trace.h | 219 icm_##name##_err, \
|
| /linux/drivers/gpu/nova-core/gsp/ |
| H A D | sequencer.rs | 319 |_err| { in next()
|
| /linux/drivers/android/binder/ |
| H A D | freeze.rs | 331 KVVec::with_capacity(8, GFP_KERNEL).unwrap_or_else(|_err| KVVec::new()); in find_freeze_recipients()
|
| H A D | rust_binder_main.rs | 343 Err(_err) => core::ptr::null_mut(), in rust_binder_new_context()
|
| H A D | node.rs | 573 Err((_err, work)) => { in pending_oneway_finished()
|
| /linux/sound/sparc/ |
| H A D | dbri.c | 2619 goto _err; in dbri_probe() 2623 goto _err; in dbri_probe() 2631 goto _err; in dbri_probe() 2640 _err: in dbri_probe()
|
| /linux/drivers/cpufreq/ |
| H A D | powernow-k8.c | 1109 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 D | rpcrdma.h | 319 xprtrdma_reply_##name##_err, \ 1511 DEFINE_EVENT(svcrdma_accept_class, svcrdma_##name##_err, \ 1631 svcrdma_decode_##name##_err, \
|
| H A D | sunrpc.h | 547 DEFINE_EVENT(rpc_reply_event, rpcb_##name##_err, \ 2402 DEFINE_EVENT(svcsock_accept_class, svcsock_##name##_err, \
|
| /linux/fs/ocfs2/ |
| H A D | dlmglue.c | 358 #define ocfs2_log_dlm_error(_func, _err, _lockres) do { \ argument 361 _err, _func, _lockres->l_name); \ 364 _err, _func, OCFS2_DENTRY_LOCK_INO_START - 1, (_lockres)->l_name, \
|
| /linux/fs/nfsd/ |
| H A D | trace.h | 87 DEFINE_EVENT(nfsd_xdr_err_class, nfsd_##name##_err, \ 242 DEFINE_EVENT(nfsd_compound_err_class, nfsd_compound_##name##_err, \
|