Searched refs:why (Results 1 - 25 of 79) sorted by last modified time

1234

/linux-master/kernel/
H A Dsignal.c925 unsigned int why; local
949 why = 0;
951 why |= SIGNAL_CLD_CONTINUED;
953 why |= SIGNAL_CLD_STOPPED;
955 if (why) {
961 signal_set_stop_flags(signal, why | SIGNAL_STOP_CONTINUED);
1323 * that is why we also clear SIGNAL_UNKILLABLE.
2154 * @why: CLD_{CONTINUED|STOPPED|TRAPPED} to report
2164 bool for_ptracer, int why)
2194 info.si_code = why;
2163 do_notify_parent_cldstop(struct task_struct *tsk, bool for_ptracer, int why) argument
2384 ptrace_do_notify(int signr, int exit_code, int why, unsigned long message) argument
2707 int why; local
[all...]
H A Dexit.c300 * of @task is visible. This is the condition as to why the user called
1241 int exit_code, *p_code, why; local
1283 why = ptrace ? CLD_TRAPPED : CLD_STOPPED;
1295 infop->cause = why;
/linux-master/include/linux/
H A Djbd2.h357 #define J_EXPECT(expr, why...) J_ASSERT(expr)
358 #define J_EXPECT_BH(bh, expr, why...) J_ASSERT_BH(bh, expr)
359 #define J_EXPECT_JH(jh, expr, why...) J_ASSERT_JH(jh, expr)
361 #define __journal_expect(expr, why...) \
368 printk(KERN_ERR why "\n"); \
372 #define J_EXPECT(expr, why...) __journal_expect(expr, ## why)
373 #define J_EXPECT_BH(bh, expr, why...) __journal_expect(expr, ## why)
374 #define J_EXPECT_JH(jh, expr, why
[all...]
/linux-master/drivers/infiniband/hw/mlx5/
H A Dmain.c3412 enum rdma_remove_reason why,
3411 mmap_obj_cleanup(struct ib_uobject *uobject, enum rdma_remove_reason why, struct uverbs_attr_bundle *attrs) argument
/linux-master/drivers/gpu/drm/xe/
H A Dxe_sriov_pf.c33 static bool pf_continue_as_native(struct xe_device *xe, const char *why) argument
35 xe_sriov_dbg(xe, "%s, continuing as native\n", why);
/linux-master/include/trace/events/
H A Dnetfs.h409 TP_PROTO(struct folio *folio, enum netfs_folio_trace why),
411 TP_ARGS(folio, why),
417 __field(enum netfs_folio_trace, why)
422 __entry->why = why;
429 __print_symbolic(__entry->why, netfs_folio_traces))
/linux-master/fs/netfs/
H A Dwrite_issue.c50 enum netfs_folio_trace why = netfs_folio_trace_kill; local
61 why = netfs_folio_trace_kill_s;
66 why = netfs_folio_trace_kill_cc;
70 why = netfs_folio_trace_kill_g;
75 trace_netfs_folio(folio, why);
H A Dwrite_collect.c35 enum netfs_folio_trace why = netfs_folio_trace_clear; local
48 why = netfs_folio_trace_clear_s;
54 why = netfs_folio_trace_clear_cc;
63 why = netfs_folio_trace_redirtied;
67 why = netfs_folio_trace_clear_g;
72 trace_netfs_folio(folio, why);
H A Dinternal.h227 bool fscache_begin_cache_access(struct fscache_cache *cache, enum fscache_access_trace why);
228 void fscache_end_cache_access(struct fscache_cache *cache, enum fscache_access_trace why);
267 enum fscache_access_trace why);
360 enum fscache_access_trace why);
H A Dfscache_io.c74 enum fscache_access_trace why)
86 if (!fscache_begin_cookie_access(cookie, why)) {
71 fscache_begin_operation(struct netfs_cache_resources *cres, struct fscache_cookie *cookie, enum fscache_want_state want_state, enum fscache_access_trace why) argument
/linux-master/fs/cachefiles/
H A Dio.c383 enum cachefiles_prepare_read_trace why; local
399 why = cachefiles_trace_read_after_eof;
405 why = cachefiles_trace_read_no_data;
412 why = cachefiles_trace_read_no_file;
430 why = cachefiles_trace_read_seek_nxio;
435 why = cachefiles_trace_read_seek_error;
440 why = cachefiles_trace_read_found_hole;
448 why = cachefiles_trace_read_found_part;
458 why = cachefiles_trace_read_seek_error;
471 why
[all...]
/linux-master/net/rxrpc/
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...]
H A Dinput.c24 enum rxrpc_abort_reason why)
26 rxrpc_abort_call(call, seq, RX_PROTOCOL_ERROR, -EBADMSG, why);
363 enum rxrpc_receive_trace why)
370 trace_rxrpc_receive(call, last ? why + 1 : why, sp->hdr.serial, sp->hdr.seq);
23 rxrpc_proto_abort(struct rxrpc_call *call, rxrpc_seq_t seq, enum rxrpc_abort_reason why) argument
361 rxrpc_input_queue_data(struct rxrpc_call *call, struct sk_buff *skb, rxrpc_seq_t window, rxrpc_seq_t wtop, enum rxrpc_receive_trace why) argument
H A Dcall_object.c502 void rxrpc_see_call(struct rxrpc_call *call, enum rxrpc_call_trace why) argument
507 trace_rxrpc_call(call->debug_id, r, 0, why);
512 enum rxrpc_call_trace why)
518 trace_rxrpc_call(call->debug_id, r + 1, 0, why);
525 void rxrpc_get_call(struct rxrpc_call *call, enum rxrpc_call_trace why) argument
530 trace_rxrpc_call(call->debug_id, r + 1, 0, why);
631 void rxrpc_put_call(struct rxrpc_call *call, enum rxrpc_call_trace why) argument
641 trace_rxrpc_call(debug_id, r - 1, 0, why);
511 rxrpc_try_get_call(struct rxrpc_call *call, enum rxrpc_call_trace 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);
221 void rxrpc_queue_conn(struct rxrpc_connection *conn, enum rxrpc_conn_trace why) argument
225 rxrpc_see_connection(conn, why);
232 enum rxrpc_conn_trace why)
237 trace_rxrpc_conn(conn->debug_id, r, why);
245 enum rxrpc_conn_trace why)
250 trace_rxrpc_conn(conn->debug_id, r + 1, why);
259 enum rxrpc_conn_trace why)
265 trace_rxrpc_conn(conn->debug_id, r + 1, why);
231 rxrpc_see_connection(struct rxrpc_connection *conn, enum rxrpc_conn_trace why) argument
244 rxrpc_get_connection(struct rxrpc_connection *conn, enum rxrpc_conn_trace why) argument
258 rxrpc_get_connection_maybe(struct rxrpc_connection *conn, enum rxrpc_conn_trace why) argument
349 rxrpc_put_connection(struct rxrpc_connection *conn, enum rxrpc_conn_trace why) argument
[all...]
H A Dsendmsg.c24 enum rxrpc_abort_reason why)
26 _enter("{%d},%d,%d,%u", call->debug_id, abort_code, error, why);
29 call->send_abort_why = why;
779 * @why: Indication as to why.
785 u32 abort_code, int error, enum rxrpc_abort_reason why)
789 _enter("{%d},%d,%d,%u", call->debug_id, abort_code, error, why);
792 aborted = rxrpc_propose_abort(call, abort_code, error, why);
23 rxrpc_propose_abort(struct rxrpc_call *call, s32 abort_code, int error, enum rxrpc_abort_reason why) argument
784 rxrpc_kernel_abort_call(struct socket *sock, struct rxrpc_call *call, u32 abort_code, int error, enum rxrpc_abort_reason 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 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 Dio_thread.c82 bool rxrpc_direct_abort(struct sk_buff *skb, enum rxrpc_abort_reason why, argument
87 trace_rxrpc_abort(0, why, sp->hdr.cid, sp->hdr.callNumber, sp->hdr.seq,
94 static bool rxrpc_bad_message(struct sk_buff *skb, enum rxrpc_abort_reason why) argument
96 return rxrpc_direct_abort(skb, why, RX_PROTOCOL_ERROR, -EBADMSG);
/linux-master/drivers/i2c/busses/
H A Di2c-pxa.c362 static void i2c_pxa_scream_blue_murder(struct pxa_i2c *i2c, const char *why) argument
368 i2c->req_slave_addr >> 1, why);
387 #define i2c_pxa_scream_blue_murder(i2c, why) do { } while (0)
/linux-master/drivers/infiniband/core/
H A Duverbs_cmd.c672 enum rdma_remove_reason why,
671 ib_uverbs_dealloc_xrcd(struct ib_uobject *uobject, struct ib_xrcd *xrcd, enum rdma_remove_reason why, struct uverbs_attr_bundle *attrs) argument
/linux-master/fs/ocfs2/
H A Dfile.c567 enum ocfs2_alloc_restarted why = RESTART_NONE; local
610 why, restart_func);
639 &why);
656 if (why != RESTART_NONE && clusters_to_add) {
657 if (why == RESTART_META) {
661 BUG_ON(why != RESTART_TRANS);
/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

Completed in 612 milliseconds

1234