/Linux-v6.6/include/trace/events/ |
D | rxrpc.h | 587 TP_PROTO(unsigned int peer_debug_id, int ref, enum rxrpc_peer_trace why), 589 TP_ARGS(peer_debug_id, ref, why), 594 __field(enum rxrpc_peer_trace, why) 600 __entry->why = why; 605 __print_symbolic(__entry->why, rxrpc_peer_traces), 610 TP_PROTO(unsigned int bundle_debug_id, int ref, enum rxrpc_bundle_trace why), 612 TP_ARGS(bundle_debug_id, ref, why), 617 __field(int, why) 623 __entry->why = why; 628 __print_symbolic(__entry->why, rxrpc_bundle_traces), [all …]
|
D | cachefiles.h | 214 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 …]
|
D | fscache.h | 287 enum fscache_active_trace why), 289 TP_ARGS(cookie_debug_id, ref, n_active, n_accesses, why), 296 __field(enum fscache_active_trace, why ) 304 __entry->why = why; 309 __print_symbolic(__entry->why, fscache_active_traces), 319 enum fscache_access_trace why), 321 TP_ARGS(cache_debug_id, ref, n_accesses, why), 327 __field(enum fscache_access_trace, why ) 334 __entry->why = why; 339 __print_symbolic(__entry->why, fscache_access_traces), [all …]
|
/Linux-v6.6/net/rxrpc/ |
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()
|
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() 225 void rxrpc_queue_conn(struct rxrpc_connection *conn, enum rxrpc_conn_trace why) in rxrpc_queue_conn() argument 229 rxrpc_see_connection(conn, why); in rxrpc_queue_conn() 236 enum rxrpc_conn_trace why) in rxrpc_see_connection() argument 241 trace_rxrpc_conn(conn->debug_id, r, why); in rxrpc_see_connection() 249 enum rxrpc_conn_trace why) in rxrpc_get_connection() argument 254 trace_rxrpc_conn(conn->debug_id, r + 1, why); in rxrpc_get_connection() 263 enum rxrpc_conn_trace why) in rxrpc_get_connection_maybe() argument 269 trace_rxrpc_conn(conn->debug_id, r + 1, why); in rxrpc_get_connection_maybe() [all …]
|
D | local_object.c | 320 enum rxrpc_local_trace why) in rxrpc_get_local() argument 326 trace_rxrpc_local(local->debug_id, why, r + 1, u); in rxrpc_get_local() 334 enum rxrpc_local_trace why) in rxrpc_get_local_maybe() argument 340 trace_rxrpc_local(local->debug_id, why, r + 1, u); in rxrpc_get_local_maybe() 350 void rxrpc_put_local(struct rxrpc_local *local, enum rxrpc_local_trace why) in rxrpc_put_local() argument 361 trace_rxrpc_local(debug_id, why, r, u); in rxrpc_put_local() 372 enum rxrpc_local_trace why) in rxrpc_use_local() argument 378 if (!__rxrpc_use_local(local, why)) { in rxrpc_use_local() 390 void rxrpc_unuse_local(struct rxrpc_local *local, enum rxrpc_local_trace why) in rxrpc_unuse_local() argument 399 trace_rxrpc_local(debug_id, why, r, u); in rxrpc_unuse_local()
|
D | output.c | 145 enum rxrpc_rtt_tx_trace why) in rxrpc_begin_rtt_probe() argument 162 trace_rxrpc_rtt_tx(call, why, rtt_slot, serial); in rxrpc_begin_rtt_probe() 326 enum rxrpc_req_ack_trace why; in rxrpc_send_data_packet() local 363 why = rxrpc_reqack_already_on; in rxrpc_send_data_packet() 365 why = rxrpc_reqack_no_srv_last; in rxrpc_send_data_packet() 367 why = rxrpc_reqack_ack_lost; in rxrpc_send_data_packet() 369 why = rxrpc_reqack_retrans; in rxrpc_send_data_packet() 371 why = rxrpc_reqack_slow_start; in rxrpc_send_data_packet() 373 why = rxrpc_reqack_small_txwin; in rxrpc_send_data_packet() 375 why = rxrpc_reqack_more_rtt; in rxrpc_send_data_packet() [all …]
|
D | peer_object.c | 209 enum rxrpc_peer_trace why) in rxrpc_alloc_peer() argument 229 trace_rxrpc_peer(peer->debug_id, 1, why); in rxrpc_alloc_peer() 377 struct rxrpc_peer *rxrpc_get_peer(struct rxrpc_peer *peer, enum rxrpc_peer_trace why) in rxrpc_get_peer() argument 382 trace_rxrpc_peer(peer->debug_id, r + 1, why); in rxrpc_get_peer() 390 enum rxrpc_peer_trace why) in rxrpc_get_peer_maybe() argument 396 trace_rxrpc_peer(peer->debug_id, r + 1, why); in rxrpc_get_peer_maybe() 423 void rxrpc_put_peer(struct rxrpc_peer *peer, enum rxrpc_peer_trace why) in rxrpc_put_peer() argument 432 trace_rxrpc_peer(debug_id, r - 1, why); in rxrpc_put_peer()
|
D | call_object.c | 81 enum rxrpc_timer_trace why) in rxrpc_reduce_call_timer() argument 83 trace_rxrpc_timer(call, why, now); in rxrpc_reduce_call_timer() 512 void rxrpc_see_call(struct rxrpc_call *call, enum rxrpc_call_trace why) in rxrpc_see_call() argument 517 trace_rxrpc_call(call->debug_id, r, 0, why); in rxrpc_see_call() 522 enum rxrpc_call_trace why) in rxrpc_try_get_call() argument 528 trace_rxrpc_call(call->debug_id, r + 1, 0, why); in rxrpc_try_get_call() 535 void rxrpc_get_call(struct rxrpc_call *call, enum rxrpc_call_trace why) in rxrpc_get_call() argument 540 trace_rxrpc_call(call->debug_id, r + 1, 0, why); in rxrpc_get_call() 641 void rxrpc_put_call(struct rxrpc_call *call, enum rxrpc_call_trace why) in rxrpc_put_call() argument 651 trace_rxrpc_call(debug_id, r - 1, 0, why); in rxrpc_put_call()
|
D | ar-internal.h | 638 unsigned int send_abort_why; /* Why the abort [enum rxrpc_abort_reason] */ 792 u8 /*enum rxrpc_propose_ack_trace*/ ack_why; /* If ack, why */ 844 enum rxrpc_propose_ack_trace why); 854 enum rxrpc_timer_trace why); 904 u32 abort_code, int error, enum rxrpc_abort_reason why); 967 s32 abort_code, int err, enum rxrpc_abort_reason why); 985 void rxrpc_poke_conn(struct rxrpc_connection *conn, enum rxrpc_conn_trace why); 1041 bool rxrpc_direct_abort(struct sk_buff *skb, enum rxrpc_abort_reason why, 1049 static inline bool rxrpc_protocol_error(struct sk_buff *skb, enum rxrpc_abort_reason why) in rxrpc_protocol_error() argument 1051 return rxrpc_direct_abort(skb, why, RX_PROTOCOL_ERROR, -EPROTO); in rxrpc_protocol_error() [all …]
|
/Linux-v6.6/fs/cachefiles/ |
D | xattr.c | 100 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 …]
|
D | io.c | 383 enum cachefiles_prepare_read_trace why; in cachefiles_do_prepare_read() local 399 why = cachefiles_trace_read_after_eof; in cachefiles_do_prepare_read() 405 why = cachefiles_trace_read_no_data; in cachefiles_do_prepare_read() 412 why = cachefiles_trace_read_no_file; in cachefiles_do_prepare_read() 430 why = cachefiles_trace_read_seek_nxio; in cachefiles_do_prepare_read() 435 why = cachefiles_trace_read_seek_error; in cachefiles_do_prepare_read() 440 why = cachefiles_trace_read_found_hole; in cachefiles_do_prepare_read() 448 why = cachefiles_trace_read_found_part; in cachefiles_do_prepare_read() 458 why = cachefiles_trace_read_seek_error; in cachefiles_do_prepare_read() 471 why = cachefiles_trace_read_have_data; in cachefiles_do_prepare_read() [all …]
|
D | interface.c | 52 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()
|
/Linux-v6.6/drivers/infiniband/core/ |
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
|
/Linux-v6.6/fs/fscache/ |
D | volume.c | 43 enum fscache_access_trace why) in __fscache_begin_volume_access() argument 51 n_accesses, why); in __fscache_begin_volume_access() 58 * @why: An indication of the circumstances of the access for tracing 80 * The datafile @cookie and the @why indicator are merely provided for tracing 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() 101 * @why: An indication of the circumstances of the access for tracing 104 * @why indicator are merely provided for tracing purposes. 108 enum fscache_access_trace why) in fscache_end_volume_access() argument 116 n_accesses, why); in fscache_end_volume_access()
|
D | cache.c | 267 * @why: An indication of the circumstances of the access for tracing 288 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() 309 * @why: An indication of the circumstances of the access for tracing 311 * Unpin a cache after we've accessed it. The @why indicator is merely 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-v6.6/fs/afs/ |
D | dir_edit.c | 208 enum afs_edit_dir_reason why) in afs_edit_dir_add() argument 301 trace_afs_edit_dir(vnode, why, afs_edit_dir_create_nospc, 0, 0, 0, 0, name->name); in afs_edit_dir_add() 317 trace_afs_edit_dir(vnode, why, afs_edit_dir_create, b, slot, in afs_edit_dir_add() 352 trace_afs_edit_dir(vnode, why, afs_edit_dir_create_inval, 0, 0, 0, 0, name->name); in afs_edit_dir_add() 362 trace_afs_edit_dir(vnode, why, afs_edit_dir_create_error, 0, 0, 0, 0, name->name); in afs_edit_dir_add() 375 struct qstr *name, enum afs_edit_dir_reason why) in afs_edit_dir_remove() argument 441 trace_afs_edit_dir(vnode, why, afs_edit_dir_delete_noent, in afs_edit_dir_remove() 449 trace_afs_edit_dir(vnode, why, afs_edit_dir_delete, b, slot, in afs_edit_dir_remove() 479 trace_afs_edit_dir(vnode, why, afs_edit_dir_delete_inval, in afs_edit_dir_remove() 490 trace_afs_edit_dir(vnode, why, afs_edit_dir_delete_error, in afs_edit_dir_remove()
|
/Linux-v6.6/Documentation/maintainer/ |
D | rebasing-and-merging.rst | 123 merge, say *why* the merge is being done. For a lower-level tree, "why" is 149 Why is that? Back merges will muddy the development history of your own 158 sure to document *why* it was required in the commit message. As always, 190 as always, in such situations, the merge commit should explain why the 222 arisen and be prepared to explain why something abnormal needs to be done.
|
/Linux-v6.6/sound/core/ |
D | pcm_trace.h | 84 TP_PROTO(struct snd_pcm_substream *substream, const char *why), 85 TP_ARGS(substream, why), 91 __string( reason, why ) 98 __assign_str(reason, why);
|
/Linux-v6.6/Documentation/RCU/ |
D | UP.rst | 52 Why is it *not* legal to invoke synchronize_rcu() in this case? 109 Why can't synchronize_rcu() return immediately on UP systems running 115 Why is it *not* legal to invoke synchronize_rcu() in this case? 145 Why can't synchronize_rcu() return immediately on UP systems
|
D | rcu.rst | 19 - Why would anyone want to use RCU? 50 thing at a time, why should I wait for a grace period? 68 - Why the name "RCU"?
|
/Linux-v6.6/arch/um/drivers/ |
D | slirp.h | 9 * XXX this next definition is here because I don't understand why this 14 * or why I can't typecast like this:
|
/Linux-v6.6/Documentation/ABI/testing/ |
D | sysfs-class-net-statistics | 170 See the driver for the exact reasons as to why the packets were 180 why the packets were dropped. 188 FIFO error. See the driver for the exact reasons as to why the 198 reasons as to why the packets were dropped.
|
/Linux-v6.6/Documentation/timers/ |
D | timers-howto.rst | 66 - Why not usleep? 76 - Why not msleep for (1ms - 20ms)? 85 - Why is there no "usleep" / What is a good range?
|
/Linux-v6.6/Documentation/driver-api/firmware/ |
D | built-in-fw.rst | 14 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
|