Home
last modified time | relevance | path

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

1234567891011

/linux-5.19.10/include/trace/events/
Dcachefiles.h214 enum cachefiles_obj_ref_trace why),
216 TP_ARGS(object_debug_id, cookie_debug_id, usage, why),
222 __field(enum cachefiles_obj_ref_trace, why )
230 __entry->why = why;
235 __print_symbolic(__entry->why, cachefiles_obj_ref_traces))
327 enum fscache_why_object_killed why),
329 TP_ARGS(obj, ino, why),
335 __field(enum fscache_why_object_killed, why )
341 __entry->why = why;
346 __print_symbolic(__entry->why, cachefiles_obj_kill_traces))
[all …]
Dfscache.h283 enum fscache_active_trace why),
285 TP_ARGS(cookie_debug_id, ref, n_active, n_accesses, why),
292 __field(enum fscache_active_trace, why )
300 __entry->why = why;
305 __print_symbolic(__entry->why, fscache_active_traces),
315 enum fscache_access_trace why),
317 TP_ARGS(cache_debug_id, ref, n_accesses, why),
323 __field(enum fscache_access_trace, why )
330 __entry->why = why;
335 __print_symbolic(__entry->why, fscache_access_traces),
[all …]
Drxrpc.h524 TP_PROTO(unsigned int call_nr, const char *why, u32 cid, u32 call_id,
527 TP_ARGS(call_nr, why, cid, call_id, seq, abort_code, error),
531 __array(char, why, 4 )
540 memcpy(__entry->why, why, 4);
552 __entry->abort_code, __entry->error, __entry->why)
582 TP_PROTO(struct rxrpc_call *call, enum rxrpc_transmit_trace why),
584 TP_ARGS(call, why),
588 __field(enum rxrpc_transmit_trace, why )
596 __entry->why = why;
604 __print_symbolic(__entry->why, rxrpc_transmit_traces),
[all …]
/linux-5.19.10/fs/cachefiles/
Dxattr.c100 enum cachefiles_coherency_trace why; in cachefiles_check_auxdata() local
120 why = cachefiles_coherency_check_xattr; in cachefiles_check_auxdata()
122 why = cachefiles_coherency_check_type; in cachefiles_check_auxdata()
124 why = cachefiles_coherency_check_aux; in cachefiles_check_auxdata()
126 why = cachefiles_coherency_check_objsize; in cachefiles_check_auxdata()
130 why = cachefiles_coherency_check_dirty; in cachefiles_check_auxdata()
132 why = cachefiles_coherency_check_ok; in cachefiles_check_auxdata()
137 buf->content, why); in cachefiles_check_auxdata()
239 enum cachefiles_coherency_trace why; in cachefiles_check_volume_xattr() local
262 why = cachefiles_coherency_vol_check_xattr; in cachefiles_check_volume_xattr()
[all …]
Dio.c395 enum cachefiles_prepare_read_trace why; in cachefiles_prepare_read() local
412 why = cachefiles_trace_read_after_eof; in cachefiles_prepare_read()
418 why = cachefiles_trace_read_no_data; in cachefiles_prepare_read()
425 why = cachefiles_trace_read_no_file; in cachefiles_prepare_read()
443 why = cachefiles_trace_read_seek_nxio; in cachefiles_prepare_read()
448 why = cachefiles_trace_read_seek_error; in cachefiles_prepare_read()
453 why = cachefiles_trace_read_found_hole; in cachefiles_prepare_read()
460 why = cachefiles_trace_read_found_part; in cachefiles_prepare_read()
470 why = cachefiles_trace_read_seek_error; in cachefiles_prepare_read()
482 why = cachefiles_trace_read_have_data; in cachefiles_prepare_read()
[all …]
Dinterface.c52 enum cachefiles_obj_ref_trace why) in cachefiles_see_object() argument
55 refcount_read(&object->ref), why); in cachefiles_see_object()
62 enum cachefiles_obj_ref_trace why) in cachefiles_grab_object() argument
67 trace_cachefiles_ref(object->debug_id, object->cookie->debug_id, r, why); in cachefiles_grab_object()
75 enum cachefiles_obj_ref_trace why) in cachefiles_put_object() argument
84 trace_cachefiles_ref(object_debug_id, cookie_debug_id, r, why); in cachefiles_put_object()
Dinternal.h223 enum cachefiles_obj_ref_trace why);
225 enum cachefiles_obj_ref_trace why);
227 enum cachefiles_obj_ref_trace why);
264 enum fscache_why_object_killed why);
266 enum fscache_why_object_killed why);
Dnamei.c240 enum fscache_why_object_killed why) in cachefiles_unlink() argument
248 trace_cachefiles_unlink(object, d_inode(dentry)->i_ino, why); in cachefiles_unlink()
277 enum fscache_why_object_killed why) in cachefiles_bury_object() argument
297 ret = cachefiles_unlink(cache, object, dir, rep, why); in cachefiles_bury_object()
401 trace_cachefiles_rename(object, d_inode(rep)->i_ino, why); in cachefiles_bury_object()
424 enum fscache_why_object_killed why) in cachefiles_delete_object() argument
437 ret = cachefiles_unlink(volume->cache, object, fan, dentry, why); in cachefiles_delete_object()
/linux-5.19.10/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_rwq_ind_tbl() argument
103 enum rdma_remove_reason why, in uverbs_free_xrcd() argument
115 ret = ib_uverbs_dealloc_xrcd(uobject, xrcd, why, attrs); in uverbs_free_xrcd()
122 enum rdma_remove_reason why, in uverbs_free_pd() argument
159 enum rdma_remove_reason why) in uverbs_completion_event_file_destroy_uobj() argument
Duverbs_std_types_async_fd.c23 enum rdma_remove_reason why) in uverbs_async_event_destroy_uobj() argument
30 if (why == RDMA_REMOVE_DRIVER_REMOVE) in uverbs_async_event_destroy_uobj()
/linux-5.19.10/fs/afs/
Ddir_edit.c207 enum afs_edit_dir_reason why) in afs_edit_dir_add() argument
300 trace_afs_edit_dir(vnode, why, afs_edit_dir_create_nospc, 0, 0, 0, 0, name->name); in afs_edit_dir_add()
316 trace_afs_edit_dir(vnode, why, afs_edit_dir_create, b, slot, in afs_edit_dir_add()
351 trace_afs_edit_dir(vnode, why, afs_edit_dir_create_inval, 0, 0, 0, 0, name->name); in afs_edit_dir_add()
361 trace_afs_edit_dir(vnode, why, afs_edit_dir_create_error, 0, 0, 0, 0, name->name); in afs_edit_dir_add()
374 struct qstr *name, enum afs_edit_dir_reason why) in afs_edit_dir_remove() argument
440 trace_afs_edit_dir(vnode, why, afs_edit_dir_delete_noent, in afs_edit_dir_remove()
448 trace_afs_edit_dir(vnode, why, afs_edit_dir_delete, b, slot, in afs_edit_dir_remove()
478 trace_afs_edit_dir(vnode, why, afs_edit_dir_delete_inval, in afs_edit_dir_remove()
489 trace_afs_edit_dir(vnode, why, afs_edit_dir_delete_error, in afs_edit_dir_remove()
/linux-5.19.10/tools/testing/selftests/wireguard/qemu/
Dinit.c202 const char *why = "unknown cause"; in launch_tests() local
206 why = "exit code"; in launch_tests()
209 why = "signal"; in launch_tests()
212 printf("\x1b[31m\x1b[1m[-] Tests failed with %s %d! \u2639\x1b[0m\n", why, what); in launch_tests()
/linux-5.19.10/include/rdma/
Duverbs_types.h71 enum rdma_remove_reason why,
104 enum rdma_remove_reason why,
147 enum rdma_remove_reason why);
/linux-5.19.10/fs/fscache/
Dinternal.h26 bool fscache_begin_cache_access(struct fscache_cache *cache, enum fscache_access_trace why);
27 void fscache_end_cache_access(struct fscache_cache *cache, enum fscache_access_trace why);
66 enum fscache_access_trace why);
152 enum fscache_access_trace why);
Dvolume.c43 enum fscache_access_trace why) in __fscache_begin_volume_access() argument
51 n_accesses, why); in __fscache_begin_volume_access()
85 enum fscache_access_trace why) in fscache_begin_volume_access() argument
89 __fscache_begin_volume_access(volume, cookie, why); in fscache_begin_volume_access()
108 enum fscache_access_trace why) in fscache_end_volume_access() argument
116 n_accesses, why); in fscache_end_volume_access()
Dcache.c288 bool fscache_begin_cache_access(struct fscache_cache *cache, enum fscache_access_trace why) in fscache_begin_cache_access() argument
298 n_accesses, why); in fscache_begin_cache_access()
314 void fscache_end_cache_access(struct fscache_cache *cache, enum fscache_access_trace why) in fscache_end_cache_access() argument
321 n_accesses, why); in fscache_end_cache_access()
/linux-5.19.10/include/linux/
Djbd2.h367 #define J_EXPECT(expr, why...) J_ASSERT(expr) argument
368 #define J_EXPECT_BH(bh, expr, why...) J_ASSERT_BH(bh, expr) argument
369 #define J_EXPECT_JH(jh, expr, why...) J_ASSERT_JH(jh, expr) argument
371 #define __journal_expect(expr, why...) \ argument
378 printk(KERN_ERR why "\n"); \
382 #define J_EXPECT(expr, why...) __journal_expect(expr, ## why) argument
383 #define J_EXPECT_BH(bh, expr, why...) __journal_expect(expr, ## why) argument
384 #define J_EXPECT_JH(jh, expr, why...) __journal_expect(expr, ## why) argument
Dfscache-cache.h102 enum fscache_access_trace why);
109 enum fscache_access_trace why);
/linux-5.19.10/fs/xfs/
Dxfs_fsops.c512 const char *why; in xfs_do_force_shutdown() local
527 why = "Log I/O Error"; in xfs_do_force_shutdown()
530 why = "Corruption of in-memory data"; in xfs_do_force_shutdown()
533 why = "Metadata I/O Error"; in xfs_do_force_shutdown()
540 why, flags, __return_address, fname, lnnum); in xfs_do_force_shutdown()
/linux-5.19.10/scripts/
DKbuild.include96 echo ' $(call escsq,$($(quiet)cmd_$(1)))$(echo-why)';)
165 # why - tell why a target got built
184 why = \
201 echo-why = $(call escsq, $(strip $(why)))
/linux-5.19.10/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-5.19.10/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-5.19.10/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-5.19.10/net/rxrpc/
Drtt.c147 void rxrpc_peer_add_rtt(struct rxrpc_call *call, enum rxrpc_rtt_rx_trace why, in rxrpc_peer_add_rtt() argument
165 trace_rxrpc_rtt_rx(call, why, rtt_slot, send_serial, resp_serial, in rxrpc_peer_add_rtt()
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()

1234567891011