Home
last modified time | relevance | path

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

123456789

/linux/net/rxrpc/
H A Dskbuff.c22 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_free_skb(struct sk_buff *skb, enum rxrpc_skb_trace why) in rxrpc_eaten_skb() argument
56 trace_rxrpc_skb(skb, refcount_read(&skb->users), n, why); in rxrpc_eaten_skb()
61 rxrpc_free_skb(struct sk_buff * skb,enum rxrpc_skb_trace why) rxrpc_free_skb() argument
H A Dconn_object.c26 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()
223 void rxrpc_queue_conn(struct rxrpc_connection *conn, enum rxrpc_conn_trace why) in rxrpc_queue_conn() argument
227 rxrpc_see_connection(conn, why); in rxrpc_queue_conn()
234 enum rxrpc_conn_trace why) in rxrpc_see_connection() argument
239 trace_rxrpc_conn(conn->debug_id, r, why); in rxrpc_see_connection()
247 enum rxrpc_conn_trace why) in rxrpc_get_connection() argument
252 trace_rxrpc_conn(conn->debug_id, r + 1, why); in rxrpc_get_connection()
261 enum rxrpc_conn_trace why) in rxrpc_get_connection_maybe() argument
267 trace_rxrpc_conn(conn->debug_id, r + 1, why); in rxrpc_get_connection_maybe()
[all …]
H A Doutput.c123 ktime_t now, enum rxrpc_rtt_tx_trace why) in rxrpc_begin_rtt_probe() argument
140 trace_rxrpc_rtt_tx(call, why, rtt_slot, serial); in rxrpc_begin_rtt_probe()
244 rxrpc_serial_t serial, enum rxrpc_propose_ack_trace why) in rxrpc_send_ack_packet() argument
268 ntohl(trailer->rwind), why); in rxrpc_send_ack_packet()
273 rxrpc_local_dont_fragment(conn->local, why == rxrpc_propose_ack_ping_for_mtu_probe); in rxrpc_send_ack_packet()
280 if (why == rxrpc_propose_ack_ping_for_mtu_probe && in rxrpc_send_ack_packet()
286 if (why == rxrpc_propose_ack_ping_for_mtu_probe) { in rxrpc_send_ack_packet()
301 rxrpc_serial_t serial_to_ack, enum rxrpc_propose_ack_trace why) in rxrpc_send_ACK() argument
325 if (why == rxrpc_propose_ack_ping_for_mtu_probe) { in rxrpc_send_ACK()
344 trace_rxrpc_send_ack(call, why, ack_reason, ack_serial); in rxrpc_send_ACK()
[all …]
H A Dlocal_object.c328 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 Dpeer_object.c223 enum rxrpc_peer_trace why) in rxrpc_alloc_peer() argument
240 trace_rxrpc_peer(peer->debug_id, 1, why); in rxrpc_alloc_peer()
388 struct rxrpc_peer *rxrpc_get_peer(struct rxrpc_peer *peer, enum rxrpc_peer_trace why) in rxrpc_get_peer() argument
393 trace_rxrpc_peer(peer->debug_id, r + 1, why); in rxrpc_get_peer()
401 enum rxrpc_peer_trace why) in rxrpc_get_peer_maybe() argument
407 trace_rxrpc_peer(peer->debug_id, r + 1, why); in rxrpc_get_peer_maybe()
434 void rxrpc_put_peer(struct rxrpc_peer *peer, enum rxrpc_peer_trace why) in rxrpc_put_peer() argument
443 trace_rxrpc_peer(debug_id, r - 1, why); in rxrpc_put_peer()
H A Dar-internal.h1042 enum rxrpc_propose_ack_trace why);
1097 u32 abort_code, int error, enum rxrpc_abort_reason why);
1159 s32 abort_code, int err, enum rxrpc_abort_reason why);
1177 void rxrpc_poke_conn(struct rxrpc_connection *conn, enum rxrpc_conn_trace why);
1259 bool rxrpc_direct_abort(struct sk_buff *skb, enum rxrpc_abort_reason why,
1261 bool rxrpc_direct_conn_abort(struct sk_buff *skb, enum rxrpc_abort_reason why,
1272 static inline bool rxrpc_protocol_error(struct sk_buff *skb, enum rxrpc_abort_reason why) in rxrpc_protocol_error() argument
1274 return rxrpc_direct_abort(skb, why, RX_PROTOCOL_ERROR, -EPROTO); in rxrpc_protocol_error()
1313 enum rxrpc_local_trace why) in __rxrpc_use_local() argument
1319 trace_rxrpc_local(local->debug_id, why, r, u); in __rxrpc_use_local()
[all …]
H A Dcall_state.c44 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()
H A Dcall_object.c501 void rxrpc_see_call(struct rxrpc_call *call, enum rxrpc_call_trace why) in rxrpc_see_call() argument
506 trace_rxrpc_call(call->debug_id, r, 0, why); in rxrpc_see_call()
511 enum rxrpc_call_trace why) in rxrpc_try_get_call() argument
517 trace_rxrpc_call(call->debug_id, r + 1, 0, why); in rxrpc_try_get_call()
524 void rxrpc_get_call(struct rxrpc_call *call, enum rxrpc_call_trace why) in rxrpc_get_call() argument
529 trace_rxrpc_call(call->debug_id, r + 1, 0, why); in rxrpc_get_call()
645 void rxrpc_put_call(struct rxrpc_call *call, enum rxrpc_call_trace why) in rxrpc_put_call() argument
655 trace_rxrpc_call(debug_id, r - 1, 0, why); in rxrpc_put_call()
H A Dio_thread.c88 bool rxrpc_direct_abort(struct sk_buff *skb, enum rxrpc_abort_reason why, in rxrpc_direct_abort() argument
93 trace_rxrpc_abort(0, why, sp->hdr.cid, sp->hdr.callNumber, sp->hdr.seq, in rxrpc_direct_abort()
103 bool rxrpc_direct_conn_abort(struct sk_buff *skb, enum rxrpc_abort_reason why, in rxrpc_direct_conn_abort() argument
108 trace_rxrpc_abort(0, why, sp->hdr.cid, 0, sp->hdr.seq, abort_code, err); in rxrpc_direct_conn_abort()
114 static bool rxrpc_bad_message(struct sk_buff *skb, enum rxrpc_abort_reason why) in rxrpc_bad_message() argument
116 return rxrpc_direct_abort(skb, why, RX_PROTOCOL_ERROR, -EBADMSG); in rxrpc_bad_message()
/linux/include/trace/events/
H A Dfscache.h291 enum fscache_active_trace why),
293 TP_ARGS(cookie_debug_id, ref, n_active, n_accesses, why),
300 __field(enum fscache_active_trace, why )
308 __entry->why = why;
313 __print_symbolic(__entry->why, fscache_active_traces),
323 enum fscache_access_trace why),
325 TP_ARGS(cache_debug_id, ref, n_accesses, why),
331 __field(enum fscache_access_trace, why )
338 __entry->why = why;
343 __print_symbolic(__entry->why, fscache_access_traces),
[all …]
H A Drxrpc.h725 TP_PROTO(unsigned int peer_debug_id, int ref, enum rxrpc_peer_trace why),
727 TP_ARGS(peer_debug_id, ref, why),
732 __field(enum rxrpc_peer_trace, why)
738 __entry->why = why;
743 __print_symbolic(__entry->why, rxrpc_peer_traces),
748 TP_PROTO(unsigned int bundle_debug_id, int ref, enum rxrpc_bundle_trace why),
750 TP_ARGS(bundle_debug_id, ref, why),
755 __field(int, why)
761 __entry->why = why;
766 __print_symbolic(__entry->why, rxrpc_bundle_traces),
[all …]
/linux/drivers/infiniband/core/
H A 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
H A 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/drivers/md/dm-vdo/
H A Ddump.c56 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 Ddump.h11 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/fs/afs/
H A Ddir_edit.c243 enum afs_edit_dir_reason why) in afs_edit_dir_add() argument
323 trace_afs_edit_dir(vnode, why, afs_edit_dir_create_nospc, 0, 0, 0, 0, name->name); in afs_edit_dir_add()
338 trace_afs_edit_dir(vnode, why, afs_edit_dir_create, b, slot, in afs_edit_dir_add()
375 trace_afs_edit_dir(vnode, why, afs_edit_dir_create_inval, 0, 0, 0, 0, name->name); in afs_edit_dir_add()
382 trace_afs_edit_dir(vnode, why, afs_edit_dir_create_error, 0, 0, 0, 0, name->name); in afs_edit_dir_add()
394 const 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()
[all …]
/linux/fs/xfs/
H A Dxfs_fsops.c494 const char *why; in xfs_do_force_shutdown() local
509 why = "Log I/O Error"; in xfs_do_force_shutdown()
512 why = "Corruption of in-memory data"; in xfs_do_force_shutdown()
515 why = "Corruption of on-disk metadata"; in xfs_do_force_shutdown()
518 why = "Block device removal"; in xfs_do_force_shutdown()
521 why = "Metadata I/O Error"; in xfs_do_force_shutdown()
528 why, flags, __return_address, fname, lnnum); in xfs_do_force_shutdown()
/linux/tools/testing/selftests/wireguard/qemu/
H A 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/sound/core/
H A Dpcm_trace.h84 TP_PROTO(struct snd_pcm_substream *substream, const char *why),
85 TP_ARGS(substream, why),
91 __string( reason, why )
/linux/fs/netfs/
H A Dfscache_volume.c56 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()
H A Dwrite_collect.c59 enum netfs_folio_trace why = netfs_folio_trace_clear; in netfs_folio_written_back() local
82 why = netfs_folio_trace_clear_s; in netfs_folio_written_back()
88 why = netfs_folio_trace_clear_cc; in netfs_folio_written_back()
97 why = netfs_folio_trace_redirtied; in netfs_folio_written_back()
101 why = netfs_folio_trace_clear_g; in netfs_folio_written_back()
106 trace_netfs_folio(folio, why); in netfs_folio_written_back()
H A Dfscache_cache.c289 bool fscache_begin_cache_access(struct fscache_cache *cache, enum fscache_access_trace why) in fscache_begin_cache_access() argument
299 n_accesses, why); in fscache_begin_cache_access()
315 void fscache_end_cache_access(struct fscache_cache *cache, enum fscache_access_trace why) in fscache_end_cache_access() argument
322 n_accesses, why); in fscache_end_cache_access()
/linux/fs/cachefiles/
H A Dnamei.c234 enum fscache_why_object_killed why) in cachefiles_unlink() argument
242 trace_cachefiles_unlink(object, d_inode(dentry)->i_ino, why); in cachefiles_unlink()
273 enum fscache_why_object_killed why) in cachefiles_bury_object() argument
291 ret = cachefiles_unlink(cache, object, dir, rep, why); in cachefiles_bury_object()
366 trace_cachefiles_rename(object, d_inode(rep)->i_ino, why); in cachefiles_bury_object()
388 enum fscache_why_object_killed why) in cachefiles_delete_object() argument
401 ret = cachefiles_unlink(volume->cache, object, fan, dentry, why); in cachefiles_delete_object()
/linux/Documentation/driver-api/firmware/
H A 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/include/linux/
H A Dfscache-cache.h108 enum fscache_access_trace why);
115 enum fscache_access_trace why);

123456789