Searched refs:_err (Results 1 – 14 of 14) sorted by relevance
| /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/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/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/drivers/infiniband/core/ |
| H A D | cm_trace.h | 219 icm_##name##_err, \
|
| /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 | 337 Err(_err) => core::ptr::null_mut(), in rust_binder_new_context()
|
| H A D | node.rs | 565 Err((_err, work)) => { in pending_oneway_finished()
|
| /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, \ 207 DEFINE_EVENT(nfsd_compound_err_class, nfsd_compound_##name##_err, \
|