| /linux-6.15/net/rxrpc/ |
| H A D | skbuff.c | 22 void rxrpc_new_skb(struct sk_buff *skb, enum rxrpc_skb_trace why) in rxrpc_new_skb() argument 25 trace_rxrpc_skb(skb, refcount_read(&skb->users), n, why); in rxrpc_new_skb() 31 void rxrpc_see_skb(struct sk_buff *skb, enum rxrpc_skb_trace why) in rxrpc_see_skb() argument 35 trace_rxrpc_skb(skb, refcount_read(&skb->users), n, why); in rxrpc_see_skb() 42 void rxrpc_get_skb(struct sk_buff *skb, enum rxrpc_skb_trace why) in rxrpc_get_skb() argument 45 trace_rxrpc_skb(skb, refcount_read(&skb->users), n, why); in rxrpc_get_skb() 52 void rxrpc_eaten_skb(struct sk_buff *skb, enum rxrpc_skb_trace why) in rxrpc_eaten_skb() argument 55 trace_rxrpc_skb(skb, 0, n, why); in rxrpc_eaten_skb() 61 void rxrpc_free_skb(struct sk_buff *skb, enum rxrpc_skb_trace why) in rxrpc_free_skb() argument 65 trace_rxrpc_skb(skb, refcount_read(&skb->users), n, why); in rxrpc_free_skb()
|
| H A D | conn_object.c | 26 void rxrpc_poke_conn(struct rxrpc_connection *conn, enum rxrpc_conn_trace why) in rxrpc_poke_conn() argument 37 rxrpc_get_connection(conn, why); in rxrpc_poke_conn() 226 rxrpc_see_connection(conn, why); in rxrpc_queue_conn() 233 enum rxrpc_conn_trace why) in rxrpc_see_connection() argument 238 trace_rxrpc_conn(conn->debug_id, r, why); in rxrpc_see_connection() 246 enum rxrpc_conn_trace why) in rxrpc_get_connection() argument 251 trace_rxrpc_conn(conn->debug_id, r + 1, why); in rxrpc_get_connection() 260 enum rxrpc_conn_trace why) in rxrpc_get_connection_maybe() argument 266 trace_rxrpc_conn(conn->debug_id, r + 1, why); in rxrpc_get_connection_maybe() 355 enum rxrpc_conn_trace why) in rxrpc_put_connection() argument [all …]
|
| H A D | output.c | 270 ntohl(trailer->rwind), why); in rxrpc_send_ack_packet() 435 enum rxrpc_req_ack_trace why; in rxrpc_prepare_data_subpacket() local 467 why = rxrpc_reqack_no_srv_last; in rxrpc_prepare_data_subpacket() 469 why = rxrpc_reqack_ack_lost; in rxrpc_prepare_data_subpacket() 471 why = rxrpc_reqack_retrans; in rxrpc_prepare_data_subpacket() 473 why = rxrpc_reqack_slow_start; in rxrpc_prepare_data_subpacket() 475 why = rxrpc_reqack_small_txwin; in rxrpc_prepare_data_subpacket() 477 why = rxrpc_reqack_more_rtt; in rxrpc_prepare_data_subpacket() 479 why = rxrpc_reqack_old_rtt; in rxrpc_prepare_data_subpacket() 481 why = rxrpc_reqack_app_stall; in rxrpc_prepare_data_subpacket() [all …]
|
| H A D | local_object.c | 328 enum rxrpc_local_trace why) in rxrpc_get_local() argument 334 trace_rxrpc_local(local->debug_id, why, r + 1, u); in rxrpc_get_local() 342 enum rxrpc_local_trace why) in rxrpc_get_local_maybe() argument 348 trace_rxrpc_local(local->debug_id, why, r + 1, u); in rxrpc_get_local_maybe() 358 void rxrpc_put_local(struct rxrpc_local *local, enum rxrpc_local_trace why) in rxrpc_put_local() argument 369 trace_rxrpc_local(debug_id, why, r, u); in rxrpc_put_local() 380 enum rxrpc_local_trace why) in rxrpc_use_local() argument 386 if (!__rxrpc_use_local(local, why)) { in rxrpc_use_local() 398 void rxrpc_unuse_local(struct rxrpc_local *local, enum rxrpc_local_trace why) in rxrpc_unuse_local() argument 407 trace_rxrpc_local(debug_id, why, r, u); in rxrpc_unuse_local()
|
| H A D | peer_object.c | 224 enum rxrpc_peer_trace why) in rxrpc_alloc_peer() argument 241 trace_rxrpc_peer(peer->debug_id, 1, why); in rxrpc_alloc_peer() 390 struct rxrpc_peer *rxrpc_get_peer(struct rxrpc_peer *peer, enum rxrpc_peer_trace why) in rxrpc_get_peer() argument 395 trace_rxrpc_peer(peer->debug_id, r + 1, why); in rxrpc_get_peer() 403 enum rxrpc_peer_trace why) in rxrpc_get_peer_maybe() argument 409 trace_rxrpc_peer(peer->debug_id, r + 1, why); in rxrpc_get_peer_maybe() 436 void rxrpc_put_peer(struct rxrpc_peer *peer, enum rxrpc_peer_trace why) in rxrpc_put_peer() argument 445 trace_rxrpc_peer(debug_id, r - 1, why); in rxrpc_put_peer()
|
| H A D | ar-internal.h | 983 enum rxrpc_propose_ack_trace why); 1036 u32 abort_code, int error, enum rxrpc_abort_reason why); 1098 s32 abort_code, int err, enum rxrpc_abort_reason why); 1247 enum rxrpc_local_trace why) in __rxrpc_use_local() argument 1253 trace_rxrpc_local(local->debug_id, why, r, u); in __rxrpc_use_local() 1258 enum rxrpc_local_trace why) in rxrpc_see_local() argument 1264 trace_rxrpc_local(local->debug_id, why, r, u); in rxrpc_see_local() 1295 rxrpc_serial_t serial, enum rxrpc_propose_ack_trace why); 1347 enum rxrpc_abort_reason why) in rxrpc_abort_eproto() argument 1351 rxrpc_abort_call(call, sp->hdr.seq, abort_code, -EPROTO, why); in rxrpc_abort_eproto() [all …]
|
| H A D | call_state.c | 44 u32 abort_code, int error, enum rxrpc_abort_reason why) in rxrpc_abort_call() argument 46 trace_rxrpc_abort(call->debug_id, why, call->cid, call->call_id, seq, in rxrpc_abort_call()
|
| /linux-6.15/include/trace/events/ |
| H A D | cachefiles.h | 220 enum cachefiles_obj_ref_trace why), 236 __entry->why = why; 335 TP_ARGS(obj, ino, why), 347 __entry->why = why; 360 TP_ARGS(obj, ino, why), 372 __entry->why = why; 401 __entry->why = why; 422 TP_ARGS(volume, ino, why), 433 __entry->why = why; 469 __entry->why = why; [all …]
|
| H A D | fscache.h | 291 enum fscache_active_trace why), 300 __field(enum fscache_active_trace, why ) 308 __entry->why = why; 323 enum fscache_access_trace why), 331 __field(enum fscache_access_trace, why ) 338 __entry->why = why; 353 enum fscache_access_trace why), 362 __field(enum fscache_access_trace, why ) 370 __entry->why = why; 385 enum fscache_access_trace why), [all …]
|
| H A D | rxrpc.h | 676 __entry->why = why; 699 __entry->why = why; 722 __entry->why = why; 777 __entry->why = why; 805 __entry->why = why; 897 __entry->why = why; 955 __entry->why = why; 1367 __entry->why = why; 1397 __entry->why = why; 1425 __entry->why = why; [all …]
|
| /linux-6.15/fs/cachefiles/ |
| H A D | xattr.c | 108 enum cachefiles_coherency_trace why; in cachefiles_check_auxdata() local 130 why = cachefiles_coherency_check_xattr; in cachefiles_check_auxdata() 135 why = cachefiles_coherency_check_type; in cachefiles_check_auxdata() 137 why = cachefiles_coherency_check_aux; in cachefiles_check_auxdata() 139 why = cachefiles_coherency_check_objsize; in cachefiles_check_auxdata() 143 why = cachefiles_coherency_check_dirty; in cachefiles_check_auxdata() 145 why = cachefiles_coherency_check_ok; in cachefiles_check_auxdata() 152 buf->content, why); in cachefiles_check_auxdata() 266 enum cachefiles_coherency_trace why; in cachefiles_check_volume_xattr() local 294 why = cachefiles_coherency_vol_check_cmp; in cachefiles_check_volume_xattr() [all …]
|
| H A D | io.c | 385 enum cachefiles_prepare_read_trace why; in cachefiles_do_prepare_read() local 401 why = cachefiles_trace_read_after_eof; in cachefiles_do_prepare_read() 407 why = cachefiles_trace_read_no_data; in cachefiles_do_prepare_read() 414 why = cachefiles_trace_read_no_file; in cachefiles_do_prepare_read() 432 why = cachefiles_trace_read_seek_nxio; in cachefiles_do_prepare_read() 437 why = cachefiles_trace_read_seek_error; in cachefiles_do_prepare_read() 442 why = cachefiles_trace_read_found_hole; in cachefiles_do_prepare_read() 450 why = cachefiles_trace_read_found_part; in cachefiles_do_prepare_read() 460 why = cachefiles_trace_read_seek_error; in cachefiles_do_prepare_read() 473 why = cachefiles_trace_read_have_data; in cachefiles_do_prepare_read() [all …]
|
| H A D | interface.c | 57 enum cachefiles_obj_ref_trace why) in cachefiles_see_object() argument 60 refcount_read(&object->ref), why); in cachefiles_see_object() 67 enum cachefiles_obj_ref_trace why) in cachefiles_grab_object() argument 72 trace_cachefiles_ref(object->debug_id, object->cookie->debug_id, r, why); in cachefiles_grab_object() 80 enum cachefiles_obj_ref_trace why) in cachefiles_put_object() argument 89 trace_cachefiles_ref(object_debug_id, cookie_debug_id, r, why); in cachefiles_put_object()
|
| H A D | internal.h | 242 enum cachefiles_obj_ref_trace why); 244 enum cachefiles_obj_ref_trace why); 246 enum cachefiles_obj_ref_trace why); 283 enum fscache_why_object_killed why); 285 enum fscache_why_object_killed why);
|
| /linux-6.15/drivers/infiniband/core/ |
| H A D | uverbs_std_types.c | 43 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
|
| H A D | uverbs_std_types_async_fd.c | 23 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-6.15/drivers/md/dm-vdo/ |
| H A D | dump.c | 56 const char *why) in do_dump() argument 61 vdo_log_info("%s dump triggered via %s", VDO_LOGGING_MODULE_NAME, why); in do_dump() 130 int vdo_dump(struct vdo *vdo, unsigned int argc, char *const *argv, const char *why) in vdo_dump() argument 138 do_dump(vdo, dump_options_requested, why); in vdo_dump() 143 void vdo_dump_all(struct vdo *vdo, const char *why) in vdo_dump_all() argument 145 do_dump(vdo, ~0, why); in vdo_dump_all()
|
| H A D | dump.h | 11 int vdo_dump(struct vdo *vdo, unsigned int argc, char *const *argv, const char *why); 13 void vdo_dump_all(struct vdo *vdo, const char *why);
|
| /linux-6.15/fs/afs/ |
| H A D | dir_edit.c | 243 enum afs_edit_dir_reason why) in afs_edit_dir_add() argument 338 trace_afs_edit_dir(vnode, why, afs_edit_dir_create, b, slot, in afs_edit_dir_add() 394 struct qstr *name, enum afs_edit_dir_reason why) in afs_edit_dir_remove() argument 426 trace_afs_edit_dir(vnode, why, afs_edit_dir_delete_noent, in afs_edit_dir_remove() 447 trace_afs_edit_dir(vnode, why, afs_edit_dir_delete, b, slot, in afs_edit_dir_remove() 512 trace_afs_edit_dir(vnode, why, afs_edit_dir_delete_inval, in afs_edit_dir_remove() 519 trace_afs_edit_dir(vnode, why, afs_edit_dir_delete_error, in afs_edit_dir_remove() 529 enum afs_edit_dir_reason why) in afs_edit_dir_update_dotdot() argument 568 trace_afs_edit_dir(vnode, why, afs_edit_dir_update_nodd, in afs_edit_dir_update_dotdot() 591 trace_afs_edit_dir(vnode, why, afs_edit_dir_update_inval, in afs_edit_dir_update_dotdot() [all …]
|
| /linux-6.15/tools/testing/selftests/wireguard/qemu/ |
| H A D | init.c | 202 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-6.15/fs/xfs/ |
| H A D | xfs_fsops.c | 504 const char *why; in xfs_do_force_shutdown() local 519 why = "Log I/O Error"; in xfs_do_force_shutdown() 522 why = "Corruption of in-memory data"; in xfs_do_force_shutdown() 525 why = "Corruption of on-disk metadata"; in xfs_do_force_shutdown() 528 why = "Block device removal"; in xfs_do_force_shutdown() 531 why = "Metadata I/O Error"; in xfs_do_force_shutdown() 538 why, flags, __return_address, fname, lnnum); in xfs_do_force_shutdown()
|
| /linux-6.15/include/linux/ |
| H A D | jbd2.h | 357 #define J_EXPECT(expr, why...) J_ASSERT(expr) argument 358 #define J_EXPECT_BH(bh, expr, why...) J_ASSERT_BH(bh, expr) argument 359 #define J_EXPECT_JH(jh, expr, why...) J_ASSERT_JH(jh, expr) argument 361 #define __journal_expect(expr, why...) \ argument 368 printk(KERN_ERR why "\n"); \ 372 #define J_EXPECT(expr, why...) __journal_expect(expr, ## why) argument 373 #define J_EXPECT_BH(bh, expr, why...) __journal_expect(expr, ## why) argument 374 #define J_EXPECT_JH(jh, expr, why...) __journal_expect(expr, ## why) argument
|
| /linux-6.15/include/rdma/ |
| H A D | uverbs_types.h | 71 enum rdma_remove_reason why, 104 enum rdma_remove_reason why, 149 enum rdma_remove_reason why);
|
| /linux-6.15/fs/netfs/ |
| H A D | fscache_volume.c | 56 enum fscache_access_trace why) in __fscache_begin_volume_access() argument 64 n_accesses, why); in __fscache_begin_volume_access() 98 enum fscache_access_trace why) in fscache_begin_volume_access() argument 102 __fscache_begin_volume_access(volume, cookie, why); in fscache_begin_volume_access() 121 enum fscache_access_trace why) in fscache_end_volume_access() argument 129 n_accesses, why); in fscache_end_volume_access()
|
| /linux-6.15/drivers/gpu/drm/xe/ |
| H A D | xe_sriov_pf.c | 33 static bool pf_continue_as_native(struct xe_device *xe, const char *why) in pf_continue_as_native() argument 35 xe_sriov_dbg(xe, "%s, continuing as native\n", why); in pf_continue_as_native()
|