Home
last modified time | relevance | path

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

123456789

/Linux-v4.19/include/trace/events/
Dcachefiles.h78 enum cachefiles_obj_ref_trace why,
81 TP_ARGS(obj, cookie, why, usage),
87 __field(enum cachefiles_obj_ref_trace, why )
95 __entry->why = why;
100 __print_symbolic(__entry->why, cachefiles_obj_ref_traces))
173 enum fscache_why_object_killed why),
175 TP_ARGS(obj, de, why),
181 __field(enum fscache_why_object_killed, why )
187 __entry->why = why;
192 __print_symbolic(__entry->why, cachefiles_obj_kill_traces))
[all …]
Drxrpc.h715 TP_PROTO(unsigned int call_nr, const char *why, u32 cid, u32 call_id,
718 TP_ARGS(call_nr, why, cid, call_id, seq, abort_code, error),
722 __array(char, why, 4 )
731 memcpy(__entry->why, why, 4);
743 __entry->abort_code, __entry->error, __entry->why)
773 TP_PROTO(struct rxrpc_call *call, enum rxrpc_transmit_trace why),
775 TP_ARGS(call, why),
779 __field(enum rxrpc_transmit_trace, why )
787 __entry->why = why;
795 __print_symbolic(__entry->why, rxrpc_transmit_traces),
[all …]
Dfscache.h372 enum fscache_page_trace why),
374 TP_ARGS(cookie, page, why),
379 __field(enum fscache_page_trace, why )
385 __entry->why = why;
390 __print_symbolic(__entry->why, fscache_page_traces),
436 enum fscache_op_trace why),
438 TP_ARGS(cookie, op, why),
443 __field(enum fscache_op_trace, why )
449 __entry->why = why;
454 __print_symbolic(__entry->why, fscache_op_traces))
Dafs.h511 enum afs_edit_dir_reason why,
519 TP_ARGS(dvnode, why, op, block, slot, f_vnode, f_unique, name),
524 __field(enum afs_edit_dir_reason, why )
538 __entry->why = why;
550 __print_symbolic(__entry->why, afs_edit_dir_reasons),
/Linux-v4.19/drivers/infiniband/core/
Duverbs_std_types.c43 enum rdma_remove_reason why) in uverbs_free_ah() argument
49 enum rdma_remove_reason why) in uverbs_free_flow() argument
68 enum rdma_remove_reason why) in uverbs_free_mw() argument
74 enum rdma_remove_reason why) in uverbs_free_qp() argument
88 if (why == RDMA_REMOVE_DESTROY) { in uverbs_free_qp()
96 if (ib_is_destroy_retryable(ret, why, uobject)) in uverbs_free_qp()
107 enum rdma_remove_reason why) in uverbs_free_rwq_ind_tbl() argument
114 if (ib_is_destroy_retryable(ret, why, uobject)) in uverbs_free_rwq_ind_tbl()
122 enum rdma_remove_reason why) in uverbs_free_wq() argument
130 if (ib_is_destroy_retryable(ret, why, uobject)) in uverbs_free_wq()
[all …]
Duverbs_std_types_dm.c37 enum rdma_remove_reason why) in uverbs_free_dm() argument
42 ret = ib_destroy_usecnt(&dm->usecnt, why, uobject); in uverbs_free_dm()
Duverbs_std_types_counters.c38 enum rdma_remove_reason why) in uverbs_free_counters() argument
43 ret = ib_destroy_usecnt(&counters->usecnt, why, uobject); in uverbs_free_counters()
Drdma_core.c523 enum rdma_remove_reason why) in destroy_hw_idr_uobject() argument
528 int ret = idr_type->destroy_object(uobj, why); in destroy_hw_idr_uobject()
535 if (ib_is_destroy_retryable(ret, why, uobj)) in destroy_hw_idr_uobject()
538 if (why == RDMA_REMOVE_ABORT) in destroy_hw_idr_uobject()
562 enum rdma_remove_reason why) in destroy_hw_fd_uobject() argument
566 int ret = fd_type->context_closed(uobj, why); in destroy_hw_fd_uobject()
568 if (ib_is_destroy_retryable(ret, why, uobj)) in destroy_hw_fd_uobject()
Duverbs_std_types_cq.c38 enum rdma_remove_reason why) in uverbs_free_cq() argument
47 if (ib_is_destroy_retryable(ret, why, uobject)) in uverbs_free_cq()
/Linux-v4.19/fs/afs/
Ddir_edit.c200 enum afs_edit_dir_reason why) in afs_edit_dir_add() argument
307 trace_afs_edit_dir(vnode, why, afs_edit_dir_create_nospc, 0, 0, 0, 0, name->name); in afs_edit_dir_add()
323 trace_afs_edit_dir(vnode, why, afs_edit_dir_create, b, slot, in afs_edit_dir_add()
358 trace_afs_edit_dir(vnode, why, afs_edit_dir_create_inval, 0, 0, 0, 0, name->name); in afs_edit_dir_add()
367 trace_afs_edit_dir(vnode, why, afs_edit_dir_create_error, 0, 0, 0, 0, name->name); in afs_edit_dir_add()
380 struct qstr *name, enum afs_edit_dir_reason why) in afs_edit_dir_remove() argument
452 trace_afs_edit_dir(vnode, why, afs_edit_dir_delete_noent, in afs_edit_dir_remove()
460 trace_afs_edit_dir(vnode, why, afs_edit_dir_delete, b, slot, in afs_edit_dir_remove()
490 trace_afs_edit_dir(vnode, why, afs_edit_dir_delete_inval, in afs_edit_dir_remove()
501 trace_afs_edit_dir(vnode, why, afs_edit_dir_delete_error, in afs_edit_dir_remove()
/Linux-v4.19/include/rdma/
Duverbs_types.h98 enum rdma_remove_reason why);
129 enum rdma_remove_reason why);
152 enum rdma_remove_reason why);
/Linux-v4.19/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-v4.19/include/linux/
Djbd2.h384 #define J_EXPECT(expr, why...) J_ASSERT(expr) argument
385 #define J_EXPECT_BH(bh, expr, why...) J_ASSERT_BH(bh, expr) argument
386 #define J_EXPECT_JH(jh, expr, why...) J_ASSERT_JH(jh, expr) argument
388 #define __journal_expect(expr, why...) \ argument
395 printk(KERN_ERR why "\n"); \
399 #define J_EXPECT(expr, why...) __journal_expect(expr, ## why) argument
400 #define J_EXPECT_BH(bh, expr, why...) __journal_expect(expr, ## why) argument
401 #define J_EXPECT_JH(jh, expr, why...) __journal_expect(expr, ## why) argument
Dfscache-cache.h248 enum fscache_obj_ref_trace why);
272 enum fscache_obj_ref_trace why);
568 enum fscache_why_object_killed why);
/Linux-v4.19/fs/cachefiles/
Dnamei.c91 enum fscache_why_object_killed why) in cachefiles_mark_object_buried() argument
112 trace_cachefiles_mark_buried(NULL, dentry, why); in cachefiles_mark_object_buried()
123 trace_cachefiles_mark_buried(object, dentry, why); in cachefiles_mark_object_buried()
130 if (why != FSCACHE_OBJECT_IS_STALE) in cachefiles_mark_object_buried()
131 fscache_object_mark_killed(&object->fscache, why); in cachefiles_mark_object_buried()
295 enum fscache_why_object_killed why) in cachefiles_bury_object() argument
316 trace_cachefiles_unlink(object, rep, why); in cachefiles_bury_object()
320 cachefiles_mark_object_buried(cache, rep, why); in cachefiles_bury_object()
418 trace_cachefiles_rename(object, rep, grave, why); in cachefiles_bury_object()
426 cachefiles_mark_object_buried(cache, rep, why); in cachefiles_bury_object()
/Linux-v4.19/arch/unicore32/kernel/
Dptrace.c116 asmlinkage int syscall_trace(int why, struct pt_regs *regs, int scno) in syscall_trace() argument
130 regs->UCreg_ip = why; in syscall_trace()
/Linux-v4.19/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-v4.19/drivers/fpga/
Dzynq-fpga.c395 const char *why; in zynq_fpga_ops_write() local
456 why = "DMA reported error"; in zynq_fpga_ops_write()
464 why = "DMA timed out"; in zynq_fpga_ops_write()
466 why = "DMA did not complete"; in zynq_fpga_ops_write()
477 why, in zynq_fpga_ops_write()
/Linux-v4.19/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-v4.19/net/rxrpc/
Dar-internal.h742 enum rxrpc_timer_trace why) in rxrpc_reduce_call_timer() argument
744 trace_rxrpc_timer(call, why, now); in rxrpc_reduce_call_timer()
845 static inline bool __rxrpc_abort_call(const char *why, struct rxrpc_call *call, in __rxrpc_abort_call() argument
849 trace_rxrpc_abort(call->debug_id, why, call->cid, call->call_id, seq, in __rxrpc_abort_call()
855 static inline bool rxrpc_abort_call(const char *why, struct rxrpc_call *call, in rxrpc_abort_call() argument
861 ret = __rxrpc_abort_call(why, call, seq, abort_code, error); in rxrpc_abort_call()
872 const char *why, in __rxrpc_abort_eproto() argument
878 return rxrpc_abort_call(why, call, sp->hdr.seq, abort_code, -EPROTO); in __rxrpc_abort_eproto()
Dcall_event.c52 enum rxrpc_propose_ack_trace why) in __rxrpc_propose_ACK() argument
135 trace_rxrpc_propose_ack(call, why, ack_reason, serial, immediate, in __rxrpc_propose_ACK()
144 enum rxrpc_propose_ack_trace why) in rxrpc_propose_ACK() argument
148 immediate, background, why); in rxrpc_propose_ACK()
/Linux-v4.19/arch/arm/kernel/
Dentry-common.S108 mov r2, why @ 'syscall'
266 mov why, #0 @ no longer a real syscall
388 mov why, #0 @ prevent syscall restart handling
394 mov why, #0 @ prevent syscall restart handling
/Linux-v4.19/fs/pstore/
Dplatform.c359 const char *why; in pstore_dump() local
365 why = get_reason_str(reason); in pstore_dump()
371 , in_nmi() ? "NMI" : why); in pstore_dump()
403 header_size = snprintf(dst, dst_size, "%s#%d Part%u\n", why, in pstore_dump()
/Linux-v4.19/kernel/
Dsignal.c855 unsigned int why; in prepare_signal() local
878 why = 0; in prepare_signal()
880 why |= SIGNAL_CLD_CONTINUED; in prepare_signal()
882 why |= SIGNAL_CLD_STOPPED; in prepare_signal()
884 if (why) { in prepare_signal()
890 signal_set_stop_flags(signal, why | SIGNAL_STOP_CONTINUED); in prepare_signal()
1868 bool for_ptracer, int why) in do_notify_parent_cldstop() argument
1898 info.si_code = why; in do_notify_parent_cldstop()
1899 switch (why) { in do_notify_parent_cldstop()
1970 static void ptrace_stop(int exit_code, int why, int clear_code, siginfo_t *info) in ptrace_stop() argument
[all …]
/Linux-v4.19/drivers/infiniband/hw/mlx5/
Dflow.c117 enum rdma_remove_reason why) in flow_matcher_cleanup() argument
122 ret = ib_destroy_usecnt(&obj->usecnt, why, uobject); in flow_matcher_cleanup()

123456789