why               113 arch/unicore32/kernel/ptrace.c asmlinkage int syscall_trace(int why, struct pt_regs *regs, int scno)
why               127 arch/unicore32/kernel/ptrace.c 	regs->UCreg_ip = why;
why               124 drivers/block/drbd/drbd_bitmap.c void drbd_bm_lock(struct drbd_device *device, char *why, enum bm_flag flags)
why               139 drivers/block/drbd/drbd_bitmap.c 			  why, b->bm_why ?: "?",
why               147 drivers/block/drbd/drbd_bitmap.c 	b->bm_why  = why;
why               613 drivers/block/drbd/drbd_int.h 	char *why;
why              1143 drivers/block/drbd/drbd_int.h 				 char *why, enum bm_flag flags);
why              1146 drivers/block/drbd/drbd_int.h 		char *why, enum bm_flag flags);
why              1149 drivers/block/drbd/drbd_int.h 		char *why, enum bm_flag flags);
why              1386 drivers/block/drbd/drbd_int.h extern void drbd_bm_lock(struct drbd_device *device, char *why, enum bm_flag flags);
why              3577 drivers/block/drbd/drbd_main.c 					cnt, work->why);
why              3581 drivers/block/drbd/drbd_main.c 		drbd_bm_lock(device, work->why, work->flags);
why              3594 drivers/block/drbd/drbd_main.c 	work->why = NULL;
why              3618 drivers/block/drbd/drbd_main.c 			  char *why, enum bm_flag flags)
why              3625 drivers/block/drbd/drbd_main.c 	if (device->bm_io_work.why)
why              3627 drivers/block/drbd/drbd_main.c 			why, device->bm_io_work.why);
why              3631 drivers/block/drbd/drbd_main.c 	device->bm_io_work.why = why;
why              3656 drivers/block/drbd/drbd_main.c 		char *why, enum bm_flag flags)
why              3667 drivers/block/drbd/drbd_main.c 	drbd_bm_lock(device, why, flags);
why              1522 drivers/block/drbd/drbd_state.c 		char *why, enum bm_flag flags)
why              1531 drivers/block/drbd/drbd_state.c 	drbd_bm_lock(device, why, flags);
why               387 drivers/fpga/zynq-fpga.c 	const char *why;
why               448 drivers/fpga/zynq-fpga.c 		why = "DMA reported error";
why               456 drivers/fpga/zynq-fpga.c 			why = "DMA timed out";
why               458 drivers/fpga/zynq-fpga.c 			why = "DMA did not complete";
why               469 drivers/fpga/zynq-fpga.c 		why,
why               303 drivers/i2c/busses/i2c-pxa.c static void i2c_pxa_scream_blue_murder(struct pxa_i2c *i2c, const char *why)
why               309 drivers/i2c/busses/i2c-pxa.c 		i2c->req_slave_addr >> 1, why);
why               329 drivers/i2c/busses/i2c-pxa.c #define i2c_pxa_scream_blue_murder(i2c, why) do { } while (0)
why               519 drivers/infiniband/core/rdma_core.c 					       enum rdma_remove_reason why,
why               525 drivers/infiniband/core/rdma_core.c 	int ret = idr_type->destroy_object(uobj, why, attrs);
why               532 drivers/infiniband/core/rdma_core.c 	if (ib_is_destroy_retryable(ret, why, uobj))
why               535 drivers/infiniband/core/rdma_core.c 	if (why == RDMA_REMOVE_ABORT)
why               557 drivers/infiniband/core/rdma_core.c 					      enum rdma_remove_reason why,
why               562 drivers/infiniband/core/rdma_core.c 	int ret = fd_type->context_closed(uobj, why);
why               564 drivers/infiniband/core/rdma_core.c 	if (ib_is_destroy_retryable(ret, why, uobj))
why               242 drivers/infiniband/core/uverbs.h 			   enum rdma_remove_reason why,
why               680 drivers/infiniband/core/uverbs_cmd.c 			   enum rdma_remove_reason why,
why               693 drivers/infiniband/core/uverbs_cmd.c 	if (ib_is_destroy_retryable(ret, why, uobject)) {
why                43 drivers/infiniband/core/uverbs_std_types.c 			  enum rdma_remove_reason why,
why                52 drivers/infiniband/core/uverbs_std_types.c 			    enum rdma_remove_reason why,
why                72 drivers/infiniband/core/uverbs_std_types.c 			  enum rdma_remove_reason why,
why                79 drivers/infiniband/core/uverbs_std_types.c 			  enum rdma_remove_reason why,
why                94 drivers/infiniband/core/uverbs_std_types.c 	if (why == RDMA_REMOVE_DESTROY) {
why               102 drivers/infiniband/core/uverbs_std_types.c 	if (ib_is_destroy_retryable(ret, why, uobject))
why               113 drivers/infiniband/core/uverbs_std_types.c 				   enum rdma_remove_reason why,
why               121 drivers/infiniband/core/uverbs_std_types.c 	if (ib_is_destroy_retryable(ret, why, uobject))
why               129 drivers/infiniband/core/uverbs_std_types.c 			  enum rdma_remove_reason why,
why               138 drivers/infiniband/core/uverbs_std_types.c 	if (ib_is_destroy_retryable(ret, why, uobject))
why               146 drivers/infiniband/core/uverbs_std_types.c 			   enum rdma_remove_reason why,
why               156 drivers/infiniband/core/uverbs_std_types.c 	if (ib_is_destroy_retryable(ret, why, uobject))
why               171 drivers/infiniband/core/uverbs_std_types.c 			    enum rdma_remove_reason why,
why               179 drivers/infiniband/core/uverbs_std_types.c 	ret = ib_destroy_usecnt(&uxrcd->refcnt, why, uobject);
why               184 drivers/infiniband/core/uverbs_std_types.c 	ret = ib_uverbs_dealloc_xrcd(uobject, xrcd, why, attrs);
why               191 drivers/infiniband/core/uverbs_std_types.c 			  enum rdma_remove_reason why,
why               197 drivers/infiniband/core/uverbs_std_types.c 	ret = ib_destroy_usecnt(&pd->usecnt, why, uobject);
why               206 drivers/infiniband/core/uverbs_std_types.c 						   enum rdma_remove_reason why)
why               217 drivers/infiniband/core/uverbs_std_types.c 	if (why == RDMA_REMOVE_DRIVER_REMOVE) {
why                39 drivers/infiniband/core/uverbs_std_types_counters.c 				enum rdma_remove_reason why,
why                45 drivers/infiniband/core/uverbs_std_types_counters.c 	ret = ib_destroy_usecnt(&counters->usecnt, why, uobject);
why                38 drivers/infiniband/core/uverbs_std_types_cq.c 			  enum rdma_remove_reason why,
why                48 drivers/infiniband/core/uverbs_std_types_cq.c 	if (ib_is_destroy_retryable(ret, why, uobject))
why                38 drivers/infiniband/core/uverbs_std_types_dm.c 			  enum rdma_remove_reason why,
why                44 drivers/infiniband/core/uverbs_std_types_dm.c 	ret = ib_destroy_usecnt(&dm->usecnt, why, uobject);
why                38 drivers/infiniband/core/uverbs_std_types_flow_action.c 				   enum rdma_remove_reason why,
why                44 drivers/infiniband/core/uverbs_std_types_flow_action.c 	ret = ib_destroy_usecnt(&action->usecnt, why, uobject);
why                38 drivers/infiniband/core/uverbs_std_types_mr.c 			  enum rdma_remove_reason why,
why              1331 drivers/infiniband/hw/mlx5/devx.c 			    enum rdma_remove_reason why,
why              1360 drivers/infiniband/hw/mlx5/devx.c 	if (ib_is_destroy_retryable(ret, why, uobject))
why              2228 drivers/infiniband/hw/mlx5/devx.c 			     enum rdma_remove_reason why,
why              2236 drivers/infiniband/hw/mlx5/devx.c 	if (ib_is_destroy_retryable(err, why, uobject))
why              2688 drivers/infiniband/hw/mlx5/devx.c 						   enum rdma_remove_reason why)
why              2699 drivers/infiniband/hw/mlx5/devx.c 	if (why == RDMA_REMOVE_DRIVER_REMOVE)
why              2707 drivers/infiniband/hw/mlx5/devx.c 					    enum rdma_remove_reason why)
why               215 drivers/infiniband/hw/mlx5/flow.c 				enum rdma_remove_reason why,
why               221 drivers/infiniband/hw/mlx5/flow.c 	ret = ib_destroy_usecnt(&obj->usecnt, why, uobject);
why               168 drivers/video/fbdev/sm501fb.c 			   unsigned int why, size_t size, u32 smem_len)
why               175 drivers/video/fbdev/sm501fb.c 	switch (why) {
why               243 drivers/video/fbdev/sm501fb.c 		__func__, mem->sm_addr, mem->k_addr, why, size);
why               250 fs/afs/cmservice.c 				   const char *why)
why               253 fs/afs/cmservice.c 				abort_code, error, why);
why               188 fs/afs/dir_edit.c 		      enum afs_edit_dir_reason why)
why               295 fs/afs/dir_edit.c 	trace_afs_edit_dir(vnode, why, afs_edit_dir_create_nospc, 0, 0, 0, 0, name->name);
why               311 fs/afs/dir_edit.c 	trace_afs_edit_dir(vnode, why, afs_edit_dir_create, b, slot,
why               346 fs/afs/dir_edit.c 	trace_afs_edit_dir(vnode, why, afs_edit_dir_create_inval, 0, 0, 0, 0, name->name);
why               355 fs/afs/dir_edit.c 	trace_afs_edit_dir(vnode, why, afs_edit_dir_create_error, 0, 0, 0, 0, name->name);
why               368 fs/afs/dir_edit.c 			 struct qstr *name, enum afs_edit_dir_reason why)
why               440 fs/afs/dir_edit.c 	trace_afs_edit_dir(vnode, why, afs_edit_dir_delete_noent,
why               448 fs/afs/dir_edit.c 	trace_afs_edit_dir(vnode, why, afs_edit_dir_delete, b, slot,
why               478 fs/afs/dir_edit.c 	trace_afs_edit_dir(vnode, why, afs_edit_dir_delete_inval,
why               489 fs/afs/dir_edit.c 	trace_afs_edit_dir(vnode, why, afs_edit_dir_delete_error,
why               202 fs/afs/rxrpc.c 				     enum afs_call_trace why)
why               206 fs/afs/rxrpc.c 	trace_afs_call(call, why, u,
why               183 fs/cachefiles/interface.c 					      enum fscache_obj_ref_trace why)
why               197 fs/cachefiles/interface.c 			     (enum cachefiles_obj_ref_trace)why, u);
why               323 fs/cachefiles/interface.c 				  enum fscache_obj_ref_trace why)
why               345 fs/cachefiles/interface.c 			     (enum cachefiles_obj_ref_trace)why, u);
why                86 fs/cachefiles/namei.c 					  enum fscache_why_object_killed why)
why               107 fs/cachefiles/namei.c 	trace_cachefiles_mark_buried(NULL, dentry, why);
why               118 fs/cachefiles/namei.c 	trace_cachefiles_mark_buried(object, dentry, why);
why               125 fs/cachefiles/namei.c 		if (why != FSCACHE_OBJECT_IS_STALE)
why               126 fs/cachefiles/namei.c 			fscache_object_mark_killed(&object->fscache, why);
why               292 fs/cachefiles/namei.c 				  enum fscache_why_object_killed why)
why               313 fs/cachefiles/namei.c 			trace_cachefiles_unlink(object, rep, why);
why               317 fs/cachefiles/namei.c 				cachefiles_mark_object_buried(cache, rep, why);
why               415 fs/cachefiles/namei.c 		trace_cachefiles_rename(object, rep, grave, why);
why               423 fs/cachefiles/namei.c 			cachefiles_mark_object_buried(cache, rep, why);
why               773 fs/fscache/object.c 			      enum fscache_obj_ref_trace why)
why               778 fs/fscache/object.c 	ret = object->cache->ops->grab_object(object, why) ? 0 : -EAGAIN;
why               787 fs/fscache/object.c 			       enum fscache_obj_ref_trace why)
why               790 fs/fscache/object.c 	object->cache->ops->put_object(object, why);
why              1093 fs/fscache/object.c 				enum fscache_why_object_killed why)
why              1101 fs/fscache/object.c 	switch (why) {
why               564 fs/ocfs2/file.c 	enum ocfs2_alloc_restarted why = RESTART_NONE;
why               607 fs/ocfs2/file.c 		why, restart_func);
why               636 fs/ocfs2/file.c 				      &why);
why               653 fs/ocfs2/file.c 	if (why != RESTART_NONE && clusters_to_add) {
why               654 fs/ocfs2/file.c 		if (why == RESTART_META) {
why               658 fs/ocfs2/file.c 			BUG_ON(why != RESTART_TRANS);
why              1329 fs/ocfs2/ocfs2_trace.h 		 int why, int restart_func),
why              1330 fs/ocfs2/ocfs2_trace.h 	TP_ARGS(ip_blkno, size, clusters, clusters_to_add, why, restart_func),
why              1336 fs/ocfs2/ocfs2_trace.h 		__field(int, why)
why              1344 fs/ocfs2/ocfs2_trace.h 		__entry->why = why;
why              1349 fs/ocfs2/ocfs2_trace.h 		  __entry->clusters_to_add, __entry->why, __entry->restart_func)
why               708 fs/ocfs2/xattr.c 	enum ocfs2_alloc_restarted why;
why               732 fs/ocfs2/xattr.c 						     &why);
why               744 fs/ocfs2/xattr.c 		if (why != RESTART_NONE && clusters_to_add) {
why               749 fs/ocfs2/xattr.c 			BUG_ON(why == RESTART_META);
why               392 fs/pstore/platform.c 	const char	*why;
why               396 fs/pstore/platform.c 	why = get_reason_str(reason);
why               402 fs/pstore/platform.c 				in_nmi() ? "NMI" : why);
why               436 fs/pstore/platform.c 		header_size = snprintf(dst, dst_size, "%s#%d Part%u\n", why,
why               243 include/linux/fscache-cache.h 					      enum fscache_obj_ref_trace why);
why               267 include/linux/fscache-cache.h 			   enum fscache_obj_ref_trace why);
why               563 include/linux/fscache-cache.h 				       enum fscache_why_object_killed why);
why               381 include/linux/jbd2.h #define J_EXPECT(expr, why...)		J_ASSERT(expr)
why               382 include/linux/jbd2.h #define J_EXPECT_BH(bh, expr, why...)	J_ASSERT_BH(bh, expr)
why               383 include/linux/jbd2.h #define J_EXPECT_JH(jh, expr, why...)	J_ASSERT_JH(jh, expr)
why               385 include/linux/jbd2.h #define __journal_expect(expr, why...)					     \
why               392 include/linux/jbd2.h 			printk(KERN_ERR why "\n");			     \
why               396 include/linux/jbd2.h #define J_EXPECT(expr, why...)		__journal_expect(expr, ## why)
why               397 include/linux/jbd2.h #define J_EXPECT_BH(bh, expr, why...)	__journal_expect(expr, ## why)
why               398 include/linux/jbd2.h #define J_EXPECT_JH(jh, expr, why...)	__journal_expect(expr, ## why)
why              2858 include/rdma/ib_verbs.h static inline bool ib_is_destroy_retryable(int ret, enum rdma_remove_reason why,
why              2861 include/rdma/ib_verbs.h 	return ret && (why == RDMA_REMOVE_DESTROY ||
why              2875 include/rdma/ib_verbs.h 				    enum rdma_remove_reason why,
why              2878 include/rdma/ib_verbs.h 	if (atomic_read(usecnt) && ib_is_destroy_retryable(-EBUSY, why, uobj))
why                98 include/rdma/uverbs_types.h 				       enum rdma_remove_reason why,
why               130 include/rdma/uverbs_types.h 					   enum rdma_remove_reason why,
why               158 include/rdma/uverbs_types.h 			      enum rdma_remove_reason why);
why               944 include/trace/events/afs.h 		     enum afs_edit_dir_reason why,
why               952 include/trace/events/afs.h 	    TP_ARGS(dvnode, why, op, block, slot, f_vnode, f_unique, name),
why               957 include/trace/events/afs.h 		    __field(enum afs_edit_dir_reason,	why		)
why               971 include/trace/events/afs.h 		    __entry->why	= why;
why               983 include/trace/events/afs.h 		      __print_symbolic(__entry->why, afs_edit_dir_reasons),
why                74 include/trace/events/cachefiles.h 		     enum cachefiles_obj_ref_trace why,
why                77 include/trace/events/cachefiles.h 	    TP_ARGS(obj, cookie, why, usage),
why                83 include/trace/events/cachefiles.h 		    __field(enum cachefiles_obj_ref_trace,	why		)
why                91 include/trace/events/cachefiles.h 		    __entry->why	= why;
why                96 include/trace/events/cachefiles.h 		      __print_symbolic(__entry->why, cachefiles_obj_ref_traces))
why               169 include/trace/events/cachefiles.h 		     enum fscache_why_object_killed why),
why               171 include/trace/events/cachefiles.h 	    TP_ARGS(obj, de, why),
why               177 include/trace/events/cachefiles.h 		    __field(enum fscache_why_object_killed, why		)
why               183 include/trace/events/cachefiles.h 		    __entry->why	= why;
why               188 include/trace/events/cachefiles.h 		      __print_symbolic(__entry->why, cachefiles_obj_kill_traces))
why               195 include/trace/events/cachefiles.h 		     enum fscache_why_object_killed why),
why               197 include/trace/events/cachefiles.h 	    TP_ARGS(obj, de, to, why),
why               204 include/trace/events/cachefiles.h 		    __field(enum fscache_why_object_killed, why		)
why               211 include/trace/events/cachefiles.h 		    __entry->why	= why;
why               216 include/trace/events/cachefiles.h 		      __print_symbolic(__entry->why, cachefiles_obj_kill_traces))
why               296 include/trace/events/cachefiles.h 		     enum fscache_why_object_killed why),
why               298 include/trace/events/cachefiles.h 	    TP_ARGS(obj, de, why),
why               304 include/trace/events/cachefiles.h 		    __field(enum fscache_why_object_killed, why		)
why               310 include/trace/events/cachefiles.h 		    __entry->why	= why;
why               315 include/trace/events/cachefiles.h 		      __print_symbolic(__entry->why, cachefiles_obj_kill_traces))
why               368 include/trace/events/fscache.h 		     enum fscache_page_trace why),
why               370 include/trace/events/fscache.h 	    TP_ARGS(cookie, page, why),
why               375 include/trace/events/fscache.h 		    __field(enum fscache_page_trace,	why		)
why               381 include/trace/events/fscache.h 		    __entry->why		= why;
why               386 include/trace/events/fscache.h 		      __print_symbolic(__entry->why, fscache_page_traces),
why               432 include/trace/events/fscache.h 		     enum fscache_op_trace why),
why               434 include/trace/events/fscache.h 	    TP_ARGS(cookie, op, why),
why               439 include/trace/events/fscache.h 		    __field(enum fscache_op_trace,	why		)
why               445 include/trace/events/fscache.h 		    __entry->why		= why;
why               450 include/trace/events/fscache.h 		      __print_symbolic(__entry->why, fscache_op_traces))
why               712 include/trace/events/rxrpc.h 	    TP_PROTO(unsigned int call_nr, const char *why, u32 cid, u32 call_id,
why               715 include/trace/events/rxrpc.h 	    TP_ARGS(call_nr, why, cid, call_id, seq, abort_code, error),
why               719 include/trace/events/rxrpc.h 		    __array(char,			why, 4		)
why               728 include/trace/events/rxrpc.h 		    memcpy(__entry->why, why, 4);
why               740 include/trace/events/rxrpc.h 		      __entry->abort_code, __entry->error, __entry->why)
why               770 include/trace/events/rxrpc.h 	    TP_PROTO(struct rxrpc_call *call, enum rxrpc_transmit_trace why),
why               772 include/trace/events/rxrpc.h 	    TP_ARGS(call, why),
why               776 include/trace/events/rxrpc.h 		    __field(enum rxrpc_transmit_trace,	why		)
why               784 include/trace/events/rxrpc.h 		    __entry->why = why;
why               792 include/trace/events/rxrpc.h 		      __print_symbolic(__entry->why, rxrpc_transmit_traces),
why              1022 include/trace/events/rxrpc.h 	    TP_PROTO(struct rxrpc_call *call, enum rxrpc_receive_trace why,
why              1025 include/trace/events/rxrpc.h 	    TP_ARGS(call, why, serial, seq),
why              1029 include/trace/events/rxrpc.h 		    __field(enum rxrpc_receive_trace,	why		)
why              1038 include/trace/events/rxrpc.h 		    __entry->why = why;
why              1047 include/trace/events/rxrpc.h 		      __print_symbolic(__entry->why, rxrpc_receive_traces),
why              1055 include/trace/events/rxrpc.h 	    TP_PROTO(struct rxrpc_call *call, enum rxrpc_recvmsg_trace why,
why              1059 include/trace/events/rxrpc.h 	    TP_ARGS(call, why, seq, offset, len, ret),
why              1063 include/trace/events/rxrpc.h 		    __field(enum rxrpc_recvmsg_trace,	why		)
why              1072 include/trace/events/rxrpc.h 		    __entry->why = why;
why              1081 include/trace/events/rxrpc.h 		      __print_symbolic(__entry->why, rxrpc_recvmsg_traces),
why              1089 include/trace/events/rxrpc.h 	    TP_PROTO(struct rxrpc_call *call, enum rxrpc_rtt_tx_trace why,
why              1092 include/trace/events/rxrpc.h 	    TP_ARGS(call, why, send_serial),
why              1096 include/trace/events/rxrpc.h 		    __field(enum rxrpc_rtt_tx_trace,	why		)
why              1102 include/trace/events/rxrpc.h 		    __entry->why = why;
why              1108 include/trace/events/rxrpc.h 		      __print_symbolic(__entry->why, rxrpc_rtt_tx_traces),
why              1113 include/trace/events/rxrpc.h 	    TP_PROTO(struct rxrpc_call *call, enum rxrpc_rtt_rx_trace why,
why              1117 include/trace/events/rxrpc.h 	    TP_ARGS(call, why, send_serial, resp_serial, rtt, rto),
why              1121 include/trace/events/rxrpc.h 		    __field(enum rxrpc_rtt_rx_trace,	why		)
why              1130 include/trace/events/rxrpc.h 		    __entry->why = why;
why              1139 include/trace/events/rxrpc.h 		      __print_symbolic(__entry->why, rxrpc_rtt_rx_traces),
why              1147 include/trace/events/rxrpc.h 	    TP_PROTO(struct rxrpc_call *call, enum rxrpc_timer_trace why,
why              1150 include/trace/events/rxrpc.h 	    TP_ARGS(call, why, now),
why              1154 include/trace/events/rxrpc.h 		    __field(enum rxrpc_timer_trace,		why		)
why              1168 include/trace/events/rxrpc.h 		    __entry->why		= why;
why              1181 include/trace/events/rxrpc.h 		      __print_symbolic(__entry->why, rxrpc_timer_traces),
why              1214 include/trace/events/rxrpc.h 	    TP_PROTO(struct rxrpc_call *call, enum rxrpc_propose_ack_trace why,
why              1218 include/trace/events/rxrpc.h 	    TP_ARGS(call, why, ack_reason, serial, immediate, background,
why              1223 include/trace/events/rxrpc.h 		    __field(enum rxrpc_propose_ack_trace,	why		)
why              1233 include/trace/events/rxrpc.h 		    __entry->why	= why;
why              1243 include/trace/events/rxrpc.h 		      __print_symbolic(__entry->why, rxrpc_propose_ack_traces),
why              1365 include/trace/events/rxrpc.h 		     const char *why),
why              1367 include/trace/events/rxrpc.h 	    TP_ARGS(call, serial, why),
why              1372 include/trace/events/rxrpc.h 		    __field(const char *,		why		)
why              1378 include/trace/events/rxrpc.h 		    __entry->why = why;
why              1384 include/trace/events/rxrpc.h 		      __entry->why)
why              1137 kernel/exit.c  	int exit_code, *p_code, why;
why              1179 kernel/exit.c  	why = ptrace ? CLD_TRAPPED : CLD_STOPPED;
why              1191 kernel/exit.c  		infop->cause = why;
why               920 kernel/signal.c 		unsigned int why;
why               943 kernel/signal.c 		why = 0;
why               945 kernel/signal.c 			why |= SIGNAL_CLD_CONTINUED;
why               947 kernel/signal.c 			why |= SIGNAL_CLD_STOPPED;
why               949 kernel/signal.c 		if (why) {
why               955 kernel/signal.c 			signal_set_stop_flags(signal, why | SIGNAL_STOP_CONTINUED);
why              2022 kernel/signal.c 				     bool for_ptracer, int why)
why              2052 kernel/signal.c  	info.si_code = why;
why              2053 kernel/signal.c  	switch (why) {
why              2124 kernel/signal.c static void ptrace_stop(int exit_code, int why, int clear_code, kernel_siginfo_t *info)
why              2181 kernel/signal.c 	if (why == CLD_STOPPED && (current->jobctl & JOBCTL_STOP_PENDING))
why              2205 kernel/signal.c 		do_notify_parent_cldstop(current, true, why);
why              2207 kernel/signal.c 			do_notify_parent_cldstop(current, false, why);
why              2233 kernel/signal.c 			do_notify_parent_cldstop(current, false, why);
why              2261 kernel/signal.c static void ptrace_do_notify(int signr, int exit_code, int why)
why              2272 kernel/signal.c 	ptrace_stop(exit_code, why, 1, &info);
why              2557 kernel/signal.c 		int why;
why              2560 kernel/signal.c 			why = CLD_CONTINUED;
why              2562 kernel/signal.c 			why = CLD_STOPPED;
why              2577 kernel/signal.c 		do_notify_parent_cldstop(current, false, why);
why              2581 kernel/signal.c 						true, why);
why               769 net/rxrpc/ar-internal.h 					   enum rxrpc_timer_trace why)
why               771 net/rxrpc/ar-internal.h 	trace_rxrpc_timer(call, why, now);
why               866 net/rxrpc/ar-internal.h static inline bool __rxrpc_abort_call(const char *why, struct rxrpc_call *call,
why               870 net/rxrpc/ar-internal.h 	trace_rxrpc_abort(call->debug_id, why, call->cid, call->call_id, seq,
why               876 net/rxrpc/ar-internal.h static inline bool rxrpc_abort_call(const char *why, struct rxrpc_call *call,
why               882 net/rxrpc/ar-internal.h 	ret = __rxrpc_abort_call(why, call, seq, abort_code, error);
why               893 net/rxrpc/ar-internal.h 					const char *why,
why               899 net/rxrpc/ar-internal.h 	return rxrpc_abort_call(why, call, sp->hdr.seq, abort_code, -EPROTO);
why                47 net/rxrpc/call_event.c 				enum rxrpc_propose_ack_trace why)
why               129 net/rxrpc/call_event.c 	trace_rxrpc_propose_ack(call, why, ack_reason, serial, immediate,
why               138 net/rxrpc/call_event.c 		       enum rxrpc_propose_ack_trace why)
why               142 net/rxrpc/call_event.c 			    immediate, background, why);
why                26 net/rxrpc/input.c static void rxrpc_proto_abort(const char *why,
why                29 net/rxrpc/input.c 	if (rxrpc_abort_call(why, call, seq, RX_PROTOCOL_ERROR, -EBADMSG)) {
why               148 net/rxrpc/rtt.c void rxrpc_peer_add_rtt(struct rxrpc_call *call, enum rxrpc_rtt_rx_trace why,
why               165 net/rxrpc/rtt.c 	trace_rxrpc_rtt_rx(call, why, send_serial, resp_serial,
why               846 net/rxrpc/sendmsg.c 			     u32 abort_code, int error, const char *why)
why               850 net/rxrpc/sendmsg.c 	_enter("{%d},%d,%d,%s", call->debug_id, abort_code, error, why);
why               854 net/rxrpc/sendmsg.c 	aborted = rxrpc_abort_call(why, call, 0, abort_code, error);
why                84 sound/core/pcm_trace.h 	TP_PROTO(struct snd_pcm_substream *substream, const char *why),
why                85 sound/core/pcm_trace.h 	TP_ARGS(substream, why),
why                98 sound/core/pcm_trace.h 		__entry->reason = (why);