Searched refs:why (Results 1 - 25 of 76) sorted by relevance

1234

/linux-master/drivers/md/dm-vdo/
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);
H A Ddump.c56 const char *why)
61 vdo_log_info("%s dump triggered via %s", VDO_LOGGING_MODULE_NAME, why);
130 int vdo_dump(struct vdo *vdo, unsigned int argc, char *const *argv, const char *why) argument
138 do_dump(vdo, dump_options_requested, why);
143 void vdo_dump_all(struct vdo *vdo, const char *why) argument
145 do_dump(vdo, ~0, why);
55 do_dump(struct vdo *vdo, unsigned int dump_options_requested, const char *why) argument
/linux-master/net/rxrpc/
H A Dskbuff.c22 void rxrpc_new_skb(struct sk_buff *skb, enum rxrpc_skb_trace why) argument
25 trace_rxrpc_skb(skb, refcount_read(&skb->users), n, why);
31 void rxrpc_see_skb(struct sk_buff *skb, enum rxrpc_skb_trace why) argument
35 trace_rxrpc_skb(skb, refcount_read(&skb->users), n, why);
42 void rxrpc_get_skb(struct sk_buff *skb, enum rxrpc_skb_trace why) argument
45 trace_rxrpc_skb(skb, refcount_read(&skb->users), n, why);
52 void rxrpc_eaten_skb(struct sk_buff *skb, enum rxrpc_skb_trace why) argument
55 trace_rxrpc_skb(skb, 0, n, why);
61 void rxrpc_free_skb(struct sk_buff *skb, enum rxrpc_skb_trace why) argument
65 trace_rxrpc_skb(skb, refcount_read(&skb->users), n, why);
[all...]
H A Dcall_state.c44 u32 abort_code, int error, enum rxrpc_abort_reason why)
46 trace_rxrpc_abort(call->debug_id, why, call->cid, call->call_id, seq,
43 rxrpc_abort_call(struct rxrpc_call *call, rxrpc_seq_t seq, u32 abort_code, int error, enum rxrpc_abort_reason why) argument
H A Dconn_object.c26 void rxrpc_poke_conn(struct rxrpc_connection *conn, enum rxrpc_conn_trace why) argument
37 rxrpc_get_connection(conn, why);
226 void rxrpc_queue_conn(struct rxrpc_connection *conn, enum rxrpc_conn_trace why) argument
230 rxrpc_see_connection(conn, why);
237 enum rxrpc_conn_trace why)
242 trace_rxrpc_conn(conn->debug_id, r, why);
250 enum rxrpc_conn_trace why)
255 trace_rxrpc_conn(conn->debug_id, r + 1, why);
264 enum rxrpc_conn_trace why)
270 trace_rxrpc_conn(conn->debug_id, r + 1, why);
236 rxrpc_see_connection(struct rxrpc_connection *conn, enum rxrpc_conn_trace why) argument
249 rxrpc_get_connection(struct rxrpc_connection *conn, enum rxrpc_conn_trace why) argument
263 rxrpc_get_connection_maybe(struct rxrpc_connection *conn, enum rxrpc_conn_trace why) argument
354 rxrpc_put_connection(struct rxrpc_connection *conn, enum rxrpc_conn_trace why) argument
[all...]
H A Dlocal_object.c331 enum rxrpc_local_trace why)
337 trace_rxrpc_local(local->debug_id, why, r + 1, u);
345 enum rxrpc_local_trace why)
351 trace_rxrpc_local(local->debug_id, why, r + 1, u);
361 void rxrpc_put_local(struct rxrpc_local *local, enum rxrpc_local_trace why) argument
372 trace_rxrpc_local(debug_id, why, r, u);
383 enum rxrpc_local_trace why)
389 if (!__rxrpc_use_local(local, why)) {
401 void rxrpc_unuse_local(struct rxrpc_local *local, enum rxrpc_local_trace why) argument
410 trace_rxrpc_local(debug_id, why,
330 rxrpc_get_local(struct rxrpc_local *local, enum rxrpc_local_trace why) argument
344 rxrpc_get_local_maybe(struct rxrpc_local *local, enum rxrpc_local_trace why) argument
382 rxrpc_use_local(struct rxrpc_local *local, enum rxrpc_local_trace why) argument
[all...]
H A Dpeer_object.c211 enum rxrpc_peer_trace why)
231 trace_rxrpc_peer(peer->debug_id, 1, why);
379 struct rxrpc_peer *rxrpc_get_peer(struct rxrpc_peer *peer, enum rxrpc_peer_trace why) argument
384 trace_rxrpc_peer(peer->debug_id, r + 1, why);
392 enum rxrpc_peer_trace why)
398 trace_rxrpc_peer(peer->debug_id, r + 1, why);
425 void rxrpc_put_peer(struct rxrpc_peer *peer, enum rxrpc_peer_trace why) argument
434 trace_rxrpc_peer(debug_id, r - 1, why);
210 rxrpc_alloc_peer(struct rxrpc_local *local, gfp_t gfp, enum rxrpc_peer_trace why) argument
391 rxrpc_get_peer_maybe(struct rxrpc_peer *peer, enum rxrpc_peer_trace why) argument
H A Drtt.c147 void rxrpc_peer_add_rtt(struct rxrpc_call *call, enum rxrpc_rtt_rx_trace why, argument
165 trace_rxrpc_rtt_rx(call, why, rtt_slot, send_serial, resp_serial,
H A Doutput.c151 ktime_t now, enum rxrpc_rtt_tx_trace why)
168 trace_rxrpc_rtt_tx(call, why, rtt_slot, serial);
233 rxrpc_serial_t serial, enum rxrpc_propose_ack_trace why)
248 txb->ack_why = why;
255 trace_rxrpc_send_ack(call, why, ack_reason, serial);
331 enum rxrpc_req_ack_trace why; local
350 why = rxrpc_reqack_already_on;
352 why = rxrpc_reqack_no_srv_last;
354 why = rxrpc_reqack_ack_lost;
356 why
150 rxrpc_begin_rtt_probe(struct rxrpc_call *call, rxrpc_serial_t serial, ktime_t now, enum rxrpc_rtt_tx_trace why) argument
232 rxrpc_send_ACK(struct rxrpc_call *call, u8 ack_reason, rxrpc_serial_t serial, enum rxrpc_propose_ack_trace why) argument
[all...]
H A Dar-internal.h812 u8 /*enum rxrpc_propose_ack_trace*/ ack_why; /* If ack, why */
866 enum rxrpc_propose_ack_trace why);
919 u32 abort_code, int error, enum rxrpc_abort_reason why);
982 s32 abort_code, int err, enum rxrpc_abort_reason why);
1000 void rxrpc_poke_conn(struct rxrpc_connection *conn, enum rxrpc_conn_trace why);
1056 bool rxrpc_direct_abort(struct sk_buff *skb, enum rxrpc_abort_reason why,
1064 static inline bool rxrpc_protocol_error(struct sk_buff *skb, enum rxrpc_abort_reason why) argument
1066 return rxrpc_direct_abort(skb, why, RX_PROTOCOL_ERROR, -EPROTO);
1105 enum rxrpc_local_trace why)
1111 trace_rxrpc_local(local->debug_id, why,
1104 __rxrpc_use_local(struct rxrpc_local *local, enum rxrpc_local_trace why) argument
1115 rxrpc_see_local(struct rxrpc_local *local, enum rxrpc_local_trace why) argument
1199 rxrpc_abort_eproto(struct rxrpc_call *call, struct sk_buff *skb, s32 abort_code, enum rxrpc_abort_reason why) argument
[all...]
/linux-master/fs/cachefiles/
H A Dxattr.c100 enum cachefiles_coherency_trace why; local
120 why = cachefiles_coherency_check_xattr;
122 why = cachefiles_coherency_check_type;
124 why = cachefiles_coherency_check_aux;
126 why = cachefiles_coherency_check_objsize;
130 why = cachefiles_coherency_check_dirty;
132 why = cachefiles_coherency_check_ok;
137 buf->content, why);
239 enum cachefiles_coherency_trace why; local
262 why
[all...]
H A Dio.c382 enum cachefiles_prepare_read_trace why; local
398 why = cachefiles_trace_read_after_eof;
404 why = cachefiles_trace_read_no_data;
411 why = cachefiles_trace_read_no_file;
429 why = cachefiles_trace_read_seek_nxio;
434 why = cachefiles_trace_read_seek_error;
439 why = cachefiles_trace_read_found_hole;
447 why = cachefiles_trace_read_found_part;
457 why = cachefiles_trace_read_seek_error;
470 why
[all...]
H A Dinterface.c57 enum cachefiles_obj_ref_trace why)
60 refcount_read(&object->ref), why);
67 enum cachefiles_obj_ref_trace why)
72 trace_cachefiles_ref(object->debug_id, object->cookie->debug_id, r, why);
80 enum cachefiles_obj_ref_trace why)
89 trace_cachefiles_ref(object_debug_id, cookie_debug_id, r, why);
56 cachefiles_see_object(struct cachefiles_object *object, enum cachefiles_obj_ref_trace why) argument
66 cachefiles_grab_object(struct cachefiles_object *object, enum cachefiles_obj_ref_trace why) argument
79 cachefiles_put_object(struct cachefiles_object *object, enum cachefiles_obj_ref_trace why) argument
/linux-master/include/trace/events/
H A Dfscache.h287 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
[all...]
H A Drxrpc.h584 TP_PROTO(unsigned int peer_debug_id, int ref, enum rxrpc_peer_trace why),
586 TP_ARGS(peer_debug_id, ref, why),
591 __field(enum rxrpc_peer_trace, why)
597 __entry->why = why;
602 __print_symbolic(__entry->why, rxrpc_peer_traces),
607 TP_PROTO(unsigned int bundle_debug_id, int ref, enum rxrpc_bundle_trace why),
609 TP_ARGS(bundle_debug_id, ref, why),
614 __field(int, why)
620 __entry->why
[all...]
H A 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
[all...]
/linux-master/drivers/infiniband/core/
H A Duverbs_std_types_flow_action.c38 enum rdma_remove_reason why,
37 uverbs_free_flow_action(struct ib_uobject *uobject, enum rdma_remove_reason why, struct uverbs_attr_bundle *attrs) argument
H A Duverbs_std_types.c43 enum rdma_remove_reason why,
52 enum rdma_remove_reason why,
72 enum rdma_remove_reason why,
79 enum rdma_remove_reason why,
103 enum rdma_remove_reason why,
115 ret = ib_uverbs_dealloc_xrcd(uobject, xrcd, why, attrs);
122 enum rdma_remove_reason why,
159 enum rdma_remove_reason why)
42 uverbs_free_ah(struct ib_uobject *uobject, enum rdma_remove_reason why, struct uverbs_attr_bundle *attrs) argument
51 uverbs_free_flow(struct ib_uobject *uobject, enum rdma_remove_reason why, struct uverbs_attr_bundle *attrs) argument
71 uverbs_free_mw(struct ib_uobject *uobject, enum rdma_remove_reason why, struct uverbs_attr_bundle *attrs) argument
78 uverbs_free_rwq_ind_tbl(struct ib_uobject *uobject, enum rdma_remove_reason why, struct uverbs_attr_bundle *attrs) argument
102 uverbs_free_xrcd(struct ib_uobject *uobject, enum rdma_remove_reason why, struct uverbs_attr_bundle *attrs) argument
121 uverbs_free_pd(struct ib_uobject *uobject, enum rdma_remove_reason why, struct uverbs_attr_bundle *attrs) argument
158 uverbs_completion_event_file_destroy_uobj(struct ib_uobject *uobj, enum rdma_remove_reason why) argument
H A Duverbs_std_types_async_fd.c23 enum rdma_remove_reason why)
30 if (why == RDMA_REMOVE_DRIVER_REMOVE)
22 uverbs_async_event_destroy_uobj(struct ib_uobject *uobj, enum rdma_remove_reason why) argument
/linux-master/include/rdma/
H A Duverbs_types.h71 enum rdma_remove_reason why,
104 enum rdma_remove_reason why,
147 enum rdma_remove_reason why);
/linux-master/fs/afs/
H A Ddir_edit.c208 enum afs_edit_dir_reason why)
301 trace_afs_edit_dir(vnode, why, afs_edit_dir_create_nospc, 0, 0, 0, 0, name->name);
317 trace_afs_edit_dir(vnode, why, afs_edit_dir_create, b, slot,
352 trace_afs_edit_dir(vnode, why, afs_edit_dir_create_inval, 0, 0, 0, 0, name->name);
362 trace_afs_edit_dir(vnode, why, afs_edit_dir_create_error, 0, 0, 0, 0, name->name);
375 struct qstr *name, enum afs_edit_dir_reason why)
441 trace_afs_edit_dir(vnode, why, afs_edit_dir_delete_noent,
449 trace_afs_edit_dir(vnode, why, afs_edit_dir_delete, b, slot,
479 trace_afs_edit_dir(vnode, why, afs_edit_dir_delete_inval,
490 trace_afs_edit_dir(vnode, why, afs_edit_dir_delete_erro
206 afs_edit_dir_add(struct afs_vnode *vnode, struct qstr *name, struct afs_fid *new_fid, enum afs_edit_dir_reason why) argument
374 afs_edit_dir_remove(struct afs_vnode *vnode, struct qstr *name, enum afs_edit_dir_reason why) argument
[all...]
/linux-master/include/linux/
H A Dfscache-cache.h102 enum fscache_access_trace why);
109 enum fscache_access_trace why);
/linux-master/tools/testing/selftests/wireguard/qemu/
H A Dinit.c202 const char *why = "unknown cause"; local
206 why = "exit code";
209 why = "signal";
212 printf("\x1b[31m\x1b[1m[-] Tests failed with %s %d! \u2639\x1b[0m\n", why, what);
/linux-master/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 )
98 __assign_str(reason, why);
/linux-master/fs/xfs/
H A Dxfs_fsops.c487 const char *why; local
502 why = "Log I/O Error";
505 why = "Corruption of in-memory data";
508 why = "Corruption of on-disk metadata";
511 why = "Block device removal";
514 why = "Metadata I/O Error";
521 why, flags, __return_address, fname, lnnum);

Completed in 179 milliseconds

1234