Home
last modified time | relevance | path

Searched refs:why (Results 1 – 25 of 221) sorted by relevance

123456789

/Linux-v5.4/include/trace/events/
Dcachefiles.h74 enum cachefiles_obj_ref_trace why,
77 TP_ARGS(obj, cookie, why, usage),
83 __field(enum cachefiles_obj_ref_trace, why )
91 __entry->why = why;
96 __print_symbolic(__entry->why, cachefiles_obj_ref_traces))
169 enum fscache_why_object_killed why),
171 TP_ARGS(obj, de, why),
177 __field(enum fscache_why_object_killed, why )
183 __entry->why = why;
188 __print_symbolic(__entry->why, cachefiles_obj_kill_traces))
[all …]
Drxrpc.h712 TP_PROTO(unsigned int call_nr, const char *why, u32 cid, u32 call_id,
715 TP_ARGS(call_nr, why, cid, call_id, seq, abort_code, error),
719 __array(char, why, 4 )
728 memcpy(__entry->why, why, 4);
740 __entry->abort_code, __entry->error, __entry->why)
770 TP_PROTO(struct rxrpc_call *call, enum rxrpc_transmit_trace why),
772 TP_ARGS(call, why),
776 __field(enum rxrpc_transmit_trace, why )
784 __entry->why = why;
792 __print_symbolic(__entry->why, rxrpc_transmit_traces),
[all …]
Dfscache.h368 enum fscache_page_trace why),
370 TP_ARGS(cookie, page, why),
375 __field(enum fscache_page_trace, why )
381 __entry->why = why;
386 __print_symbolic(__entry->why, fscache_page_traces),
432 enum fscache_op_trace why),
434 TP_ARGS(cookie, op, why),
439 __field(enum fscache_op_trace, why )
445 __entry->why = why;
450 __print_symbolic(__entry->why, fscache_op_traces))
/Linux-v5.4/drivers/infiniband/core/
Duverbs_std_types.c43 enum rdma_remove_reason why, in uverbs_free_ah() argument
52 enum rdma_remove_reason why, in uverbs_free_flow() argument
72 enum rdma_remove_reason why, in uverbs_free_mw() argument
79 enum rdma_remove_reason why, in uverbs_free_qp() argument
94 if (why == RDMA_REMOVE_DESTROY) { in uverbs_free_qp()
102 if (ib_is_destroy_retryable(ret, why, uobject)) in uverbs_free_qp()
113 enum rdma_remove_reason why, in uverbs_free_rwq_ind_tbl() argument
121 if (ib_is_destroy_retryable(ret, why, uobject)) in uverbs_free_rwq_ind_tbl()
129 enum rdma_remove_reason why, in uverbs_free_wq() argument
138 if (ib_is_destroy_retryable(ret, why, uobject)) in uverbs_free_wq()
[all …]
Duverbs_std_types_dm.c38 enum rdma_remove_reason why, in uverbs_free_dm() argument
44 ret = ib_destroy_usecnt(&dm->usecnt, why, uobject); in uverbs_free_dm()
Drdma_core.c513 enum rdma_remove_reason why, in destroy_hw_idr_uobject() argument
519 int ret = idr_type->destroy_object(uobj, why, attrs); in destroy_hw_idr_uobject()
526 if (ib_is_destroy_retryable(ret, why, uobj)) in destroy_hw_idr_uobject()
529 if (why == RDMA_REMOVE_ABORT) in destroy_hw_idr_uobject()
551 enum rdma_remove_reason why, in destroy_hw_fd_uobject() argument
556 int ret = fd_type->context_closed(uobj, why); in destroy_hw_fd_uobject()
558 if (ib_is_destroy_retryable(ret, why, uobj)) in destroy_hw_fd_uobject()
Duverbs_std_types_counters.c39 enum rdma_remove_reason why, in uverbs_free_counters() argument
45 ret = ib_destroy_usecnt(&counters->usecnt, why, uobject); in uverbs_free_counters()
Duverbs_std_types_cq.c38 enum rdma_remove_reason why, in uverbs_free_cq() argument
48 if (ib_is_destroy_retryable(ret, why, uobject)) in uverbs_free_cq()
/Linux-v5.4/fs/afs/
Ddir_edit.c196 enum afs_edit_dir_reason why) in afs_edit_dir_add() argument
303 trace_afs_edit_dir(vnode, why, afs_edit_dir_create_nospc, 0, 0, 0, 0, name->name); in afs_edit_dir_add()
319 trace_afs_edit_dir(vnode, why, afs_edit_dir_create, b, slot, in afs_edit_dir_add()
354 trace_afs_edit_dir(vnode, why, afs_edit_dir_create_inval, 0, 0, 0, 0, name->name); in afs_edit_dir_add()
363 trace_afs_edit_dir(vnode, why, afs_edit_dir_create_error, 0, 0, 0, 0, name->name); in afs_edit_dir_add()
376 struct qstr *name, enum afs_edit_dir_reason why) in afs_edit_dir_remove() argument
448 trace_afs_edit_dir(vnode, why, afs_edit_dir_delete_noent, in afs_edit_dir_remove()
456 trace_afs_edit_dir(vnode, why, afs_edit_dir_delete, b, slot, in afs_edit_dir_remove()
486 trace_afs_edit_dir(vnode, why, afs_edit_dir_delete_inval, in afs_edit_dir_remove()
497 trace_afs_edit_dir(vnode, why, afs_edit_dir_delete_error, in afs_edit_dir_remove()
/Linux-v5.4/include/rdma/
Duverbs_types.h98 enum rdma_remove_reason why,
130 enum rdma_remove_reason why,
158 enum rdma_remove_reason why);
/Linux-v5.4/arch/mips/sgi-ip27/
DTODO1 1. Need to figure out why PCI writes to the IOC3 hang, and if it is okay
4 3. Need to figure out why address swaizzling is needed in inw/outw for
10 6. Investigate why things do not work without the setup_test() call
/Linux-v5.4/include/linux/
Djbd2.h381 #define J_EXPECT(expr, why...) J_ASSERT(expr) argument
382 #define J_EXPECT_BH(bh, expr, why...) J_ASSERT_BH(bh, expr) argument
383 #define J_EXPECT_JH(jh, expr, why...) J_ASSERT_JH(jh, expr) argument
385 #define __journal_expect(expr, why...) \ argument
392 printk(KERN_ERR why "\n"); \
396 #define J_EXPECT(expr, why...) __journal_expect(expr, ## why) argument
397 #define J_EXPECT_BH(bh, expr, why...) __journal_expect(expr, ## why) argument
398 #define J_EXPECT_JH(jh, expr, why...) __journal_expect(expr, ## why) argument
Dfscache-cache.h243 enum fscache_obj_ref_trace why);
267 enum fscache_obj_ref_trace why);
563 enum fscache_why_object_killed why);
/Linux-v5.4/fs/cachefiles/
Dnamei.c86 enum fscache_why_object_killed why) in cachefiles_mark_object_buried() argument
107 trace_cachefiles_mark_buried(NULL, dentry, why); in cachefiles_mark_object_buried()
118 trace_cachefiles_mark_buried(object, dentry, why); in cachefiles_mark_object_buried()
125 if (why != FSCACHE_OBJECT_IS_STALE) in cachefiles_mark_object_buried()
126 fscache_object_mark_killed(&object->fscache, why); in cachefiles_mark_object_buried()
292 enum fscache_why_object_killed why) in cachefiles_bury_object() argument
313 trace_cachefiles_unlink(object, rep, why); in cachefiles_bury_object()
317 cachefiles_mark_object_buried(cache, rep, why); in cachefiles_bury_object()
415 trace_cachefiles_rename(object, rep, grave, why); in cachefiles_bury_object()
423 cachefiles_mark_object_buried(cache, rep, why); in cachefiles_bury_object()
/Linux-v5.4/arch/unicore32/kernel/
Dptrace.c113 asmlinkage int syscall_trace(int why, struct pt_regs *regs, int scno) in syscall_trace() argument
127 regs->UCreg_ip = why; in syscall_trace()
/Linux-v5.4/sound/core/
Dpcm_trace.h84 TP_PROTO(struct snd_pcm_substream *substream, const char *why),
85 TP_ARGS(substream, why),
98 __entry->reason = (why);
/Linux-v5.4/drivers/fpga/
Dzynq-fpga.c387 const char *why; in zynq_fpga_ops_write() local
448 why = "DMA reported error"; in zynq_fpga_ops_write()
456 why = "DMA timed out"; in zynq_fpga_ops_write()
458 why = "DMA did not complete"; in zynq_fpga_ops_write()
469 why, in zynq_fpga_ops_write()
/Linux-v5.4/net/rxrpc/
Dar-internal.h764 enum rxrpc_timer_trace why) in rxrpc_reduce_call_timer() argument
766 trace_rxrpc_timer(call, why, now); in rxrpc_reduce_call_timer()
861 static inline bool __rxrpc_abort_call(const char *why, struct rxrpc_call *call, in __rxrpc_abort_call() argument
865 trace_rxrpc_abort(call->debug_id, why, call->cid, call->call_id, seq, in __rxrpc_abort_call()
871 static inline bool rxrpc_abort_call(const char *why, struct rxrpc_call *call, in rxrpc_abort_call() argument
877 ret = __rxrpc_abort_call(why, call, seq, abort_code, error); in rxrpc_abort_call()
888 const char *why, in __rxrpc_abort_eproto() argument
894 return rxrpc_abort_call(why, call, sp->hdr.seq, abort_code, -EPROTO); in __rxrpc_abort_eproto()
Dcall_event.c47 enum rxrpc_propose_ack_trace why) in __rxrpc_propose_ACK() argument
129 trace_rxrpc_propose_ack(call, why, ack_reason, serial, immediate, in __rxrpc_propose_ACK()
138 enum rxrpc_propose_ack_trace why) in rxrpc_propose_ACK() argument
142 immediate, background, why); in rxrpc_propose_ACK()
/Linux-v5.4/Documentation/driver-api/firmware/
Dbuilt-in-fw.rst14 There are a few reasons why you might want to consider building your firmware
21 Even if you have these needs there are a few reasons why you may not be
/Linux-v5.4/arch/arm/kernel/
Dentry-common.S105 mov r2, why @ 'syscall'
263 mov why, #0 @ no longer a real syscall
384 mov why, #0 @ prevent syscall restart handling
390 mov why, #0 @ prevent syscall restart handling
/Linux-v5.4/Documentation/admin-guide/
Dtainted-kernels.rst8 cause might be the event that got the kernel tainted. That's why bug reports
14 trustworthy. That's also why the kernel will print the tainted state when it
25 why the kernel was tainted is shown after the Process ID ('PID:') and a shortened
52 tainted; any other number indicates the reasons why it is. The easiest way to
132 there should be other information in the log indicating why this tainting
/Linux-v5.4/Documentation/ABI/testing/
Dsysfs-class-net-statistics154 See the driver for the exact reasons as to why the packets were
164 why the packets were dropped.
172 FIFO error. See the driver for the exact reasons as to why the
182 reasons as to why the packets were dropped.
/Linux-v5.4/fs/pstore/
Dplatform.c392 const char *why; in pstore_dump() local
396 why = get_reason_str(reason); in pstore_dump()
402 in_nmi() ? "NMI" : why); in pstore_dump()
436 header_size = snprintf(dst, dst_size, "%s#%d Part%u\n", why, in pstore_dump()
/Linux-v5.4/scripts/
DKbuild.include183 echo ' $(call escsq,$($(quiet)cmd_$(1)))$(echo-why)';)
236 # why - tell why a target got built
255 why = \
272 echo-why = $(call escsq, $(strip $(why)))

123456789