Home
last modified time | relevance | path

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

12345678910>>...17

/openbmc/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_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()
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()
224 rxrpc_see_connection(conn, why); in rxrpc_queue_conn()
231 enum rxrpc_conn_trace why) in rxrpc_see_connection() argument
236 trace_rxrpc_conn(conn->debug_id, r, why); in rxrpc_see_connection()
244 enum rxrpc_conn_trace why) in rxrpc_get_connection() argument
249 trace_rxrpc_conn(conn->debug_id, r + 1, why); in rxrpc_get_connection()
258 enum rxrpc_conn_trace why) in rxrpc_get_connection_maybe() argument
264 trace_rxrpc_conn(conn->debug_id, r + 1, why); in rxrpc_get_connection_maybe()
346 enum rxrpc_conn_trace why) in rxrpc_put_connection() argument
[all …]
H A Dlocal_object.c331 enum rxrpc_local_trace why) in rxrpc_get_local() argument
337 trace_rxrpc_local(local->debug_id, why, r + 1, u); in rxrpc_get_local()
345 enum rxrpc_local_trace why) in rxrpc_get_local_maybe() argument
351 trace_rxrpc_local(local->debug_id, why, r + 1, u); in rxrpc_get_local_maybe()
361 void rxrpc_put_local(struct rxrpc_local *local, enum rxrpc_local_trace why) in rxrpc_put_local() argument
372 trace_rxrpc_local(debug_id, why, r, u); in rxrpc_put_local()
383 enum rxrpc_local_trace why) in rxrpc_use_local() argument
389 if (!__rxrpc_use_local(local, why)) { in rxrpc_use_local()
401 void rxrpc_unuse_local(struct rxrpc_local *local, enum rxrpc_local_trace why) in rxrpc_unuse_local() argument
410 trace_rxrpc_local(debug_id, why, r, u); in rxrpc_unuse_local()
H A Dpeer_object.c209 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()
H A Doutput.c145 enum rxrpc_rtt_tx_trace why) in rxrpc_begin_rtt_probe() argument
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()
377 why = rxrpc_reqack_old_rtt; in rxrpc_send_data_packet()
[all …]
H A Dar-internal.h867 enum rxrpc_propose_ack_trace why);
877 enum rxrpc_timer_trace why);
927 u32 abort_code, int error, enum rxrpc_abort_reason why);
990 s32 abort_code, int err, enum rxrpc_abort_reason why);
1113 enum rxrpc_local_trace why) in __rxrpc_use_local() argument
1119 trace_rxrpc_local(local->debug_id, why, r, u); in __rxrpc_use_local()
1124 enum rxrpc_local_trace why) in rxrpc_see_local() argument
1130 trace_rxrpc_local(local->debug_id, why, r, u); in rxrpc_see_local()
1209 enum rxrpc_abort_reason why) in rxrpc_abort_eproto() argument
1213 rxrpc_abort_call(call, sp->hdr.seq, abort_code, -EPROTO, why); in rxrpc_abort_eproto()
[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.c81 enum rxrpc_timer_trace why) in rxrpc_reduce_call_timer() argument
83 trace_rxrpc_timer(call, why, now); in rxrpc_reduce_call_timer()
507 void rxrpc_see_call(struct rxrpc_call *call, enum rxrpc_call_trace why) in rxrpc_see_call() argument
512 trace_rxrpc_call(call->debug_id, r, 0, why); in rxrpc_see_call()
517 enum rxrpc_call_trace why) in rxrpc_try_get_call() argument
523 trace_rxrpc_call(call->debug_id, r + 1, 0, why); in rxrpc_try_get_call()
530 void rxrpc_get_call(struct rxrpc_call *call, enum rxrpc_call_trace why) in rxrpc_get_call() argument
535 trace_rxrpc_call(call->debug_id, r + 1, 0, why); in rxrpc_get_call()
636 void rxrpc_put_call(struct rxrpc_call *call, enum rxrpc_call_trace why) in rxrpc_put_call() argument
646 trace_rxrpc_call(debug_id, r - 1, 0, why); in rxrpc_put_call()
/openbmc/linux/include/trace/events/
H A Dcachefiles.h236 __entry->why = why;
335 TP_ARGS(obj, ino, why),
347 __entry->why = why;
360 TP_ARGS(obj, ino, why),
372 __entry->why = why;
386 TP_ARGS(obj, ino, content, why),
398 __entry->why = why;
415 TP_ARGS(volume, ino, why),
426 __entry->why = why;
462 __entry->why = why;
[all …]
H A Drxrpc.h602 __entry->why = why;
625 __entry->why = why;
648 __entry->why = why;
703 __entry->why = why;
731 __entry->why = why;
798 __entry->why = why;
856 __entry->why = why;
1175 __entry->why = why;
1205 __entry->why = why;
1233 __entry->why = why;
[all …]
H A Dfscache.h287 enum fscache_active_trace why),
296 __field(enum fscache_active_trace, why )
304 __entry->why = why;
319 enum fscache_access_trace why),
327 __field(enum fscache_access_trace, why )
334 __entry->why = why;
349 enum fscache_access_trace why),
358 __field(enum fscache_access_trace, why )
366 __entry->why = why;
381 enum fscache_access_trace why),
[all …]
/openbmc/linux/fs/cachefiles/
H A Dxattr.c100 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
266 why = cachefiles_coherency_vol_check_cmp; in cachefiles_check_volume_xattr()
[all …]
H A Dio.c383 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 …]
H A Dinterface.c57 enum cachefiles_obj_ref_trace why) in cachefiles_see_object() argument
60 refcount_read(&object->ref), why); in cachefiles_see_object()
67 enum cachefiles_obj_ref_trace why) in cachefiles_grab_object() argument
72 trace_cachefiles_ref(object->debug_id, object->cookie->debug_id, r, why); in cachefiles_grab_object()
80 enum cachefiles_obj_ref_trace why) in cachefiles_put_object() argument
89 trace_cachefiles_ref(object_debug_id, cookie_debug_id, r, why); in cachefiles_put_object()
/openbmc/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()
/openbmc/openbmc/poky/scripts/
H A Dcp-noerror42 except EnvironmentError as why:
43 errors.append((srcname, dstname, str(why)))
46 except OSError as why:
47 errors.extend((src, dst, str(why)))
/openbmc/linux/fs/afs/
H A Ddir_edit.c208 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()
/openbmc/linux/include/rdma/
H A Duverbs_types.h71 enum rdma_remove_reason why,
104 enum rdma_remove_reason why,
147 enum rdma_remove_reason why);
/openbmc/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()
/openbmc/linux/fs/xfs/
H A Dxfs_fsops.c531 const char *why; in xfs_do_force_shutdown() local
546 why = "Log I/O Error"; in xfs_do_force_shutdown()
549 why = "Corruption of in-memory data"; in xfs_do_force_shutdown()
552 why = "Corruption of on-disk metadata"; in xfs_do_force_shutdown()
555 why = "Block device removal"; in xfs_do_force_shutdown()
558 why = "Metadata I/O Error"; in xfs_do_force_shutdown()
565 why, flags, __return_address, fname, lnnum); in xfs_do_force_shutdown()
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libxml/libxml-libxml-perl/
H A Ddisable-libxml2-check.patch42 -to see the exact reason why the detection of libxml2 installation
43 -failed or why Makefile.PL was not able to compile a test program.
68 +#to see the exact reason why the detection of libxml2 installation
69 +#failed or why Makefile.PL was not able to compile a test program.
/openbmc/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 )
98 __assign_str(reason, why);
/openbmc/linux/fs/fscache/
H A Dinternal.h26 bool fscache_begin_cache_access(struct fscache_cache *cache, enum fscache_access_trace why);
27 void fscache_end_cache_access(struct fscache_cache *cache, enum fscache_access_trace why);
66 enum fscache_access_trace why);
152 enum fscache_access_trace why);
/openbmc/linux/include/linux/
H A Djbd2.h357 #define J_EXPECT(expr, why...) J_ASSERT(expr) argument
358 #define J_EXPECT_BH(bh, expr, why...) J_ASSERT_BH(bh, expr) argument
359 #define J_EXPECT_JH(jh, expr, why...) J_ASSERT_JH(jh, expr) argument
361 #define __journal_expect(expr, why...) \ argument
368 printk(KERN_ERR why "\n"); \
372 #define J_EXPECT(expr, why...) __journal_expect(expr, ## why) argument
373 #define J_EXPECT_BH(bh, expr, why...) __journal_expect(expr, ## why) argument
374 #define J_EXPECT_JH(jh, expr, why...) __journal_expect(expr, ## why) argument

12345678910>>...17