| /OK3568_Linux_fs/kernel/include/trace/events/ |
| H A D | cachefiles.h | 74 enum cachefiles_obj_ref_trace why, 77 TP_ARGS(obj, cookie, why, usage), 83 __field(enum cachefiles_obj_ref_trace, why ) 91 __entry->why = why; 96 __print_symbolic(__entry->why, cachefiles_obj_ref_traces)) 169 enum fscache_why_object_killed why), 171 TP_ARGS(obj, de, why), 177 __field(enum fscache_why_object_killed, why ) 183 __entry->why = why; 188 __print_symbolic(__entry->why, cachefiles_obj_kill_traces)) [all …]
|
| H A D | rxrpc.h | 703 TP_PROTO(unsigned int call_nr, const char *why, u32 cid, u32 call_id, 706 TP_ARGS(call_nr, why, cid, call_id, seq, abort_code, error), 710 __array(char, why, 4 ) 719 memcpy(__entry->why, why, 4); 731 __entry->abort_code, __entry->error, __entry->why) 761 TP_PROTO(struct rxrpc_call *call, enum rxrpc_transmit_trace why), 763 TP_ARGS(call, why), 767 __field(enum rxrpc_transmit_trace, why ) 775 __entry->why = why; 783 __print_symbolic(__entry->why, rxrpc_transmit_traces), [all …]
|
| H A D | fscache.h | 368 enum fscache_page_trace why), 370 TP_ARGS(cookie, page, why), 375 __field(enum fscache_page_trace, why ) 381 __entry->why = why; 386 __print_symbolic(__entry->why, fscache_page_traces), 432 enum fscache_op_trace why), 434 TP_ARGS(cookie, op, why), 439 __field(enum fscache_op_trace, why ) 445 __entry->why = why; 450 __print_symbolic(__entry->why, fscache_op_traces))
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/core/ |
| H A D | uverbs_std_types.c | 43 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 91 if (ib_is_destroy_retryable(ret, why, uobject)) in uverbs_free_rwq_ind_tbl() 103 enum rdma_remove_reason why, in uverbs_free_xrcd() argument 111 ret = ib_destroy_usecnt(&uxrcd->refcnt, why, uobject); in uverbs_free_xrcd() 116 ret = ib_uverbs_dealloc_xrcd(uobject, xrcd, why, attrs); in uverbs_free_xrcd() 123 enum rdma_remove_reason why, in uverbs_free_pd() argument 129 ret = ib_destroy_usecnt(&pd->usecnt, why, uobject); in uverbs_free_pd() [all …]
|
| H A D | uverbs_std_types_async_fd.c | 23 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()
|
| H A D | rdma_core.c | 538 enum rdma_remove_reason why, in destroy_hw_idr_uobject() argument 544 int ret = idr_type->destroy_object(uobj, why, attrs); in destroy_hw_idr_uobject() 551 if (ib_is_destroy_retryable(ret, why, uobj)) in destroy_hw_idr_uobject() 554 if (why == RDMA_REMOVE_ABORT) in destroy_hw_idr_uobject() 579 enum rdma_remove_reason why, in destroy_hw_fd_uobject() argument 584 int ret = fd_type->destroy_object(uobj, why); in destroy_hw_fd_uobject() 586 if (ib_is_destroy_retryable(ret, why, uobj)) in destroy_hw_fd_uobject()
|
| H A D | uverbs_std_types_dm.c | 38 enum rdma_remove_reason why, in uverbs_free_dm() argument 44 ret = ib_destroy_usecnt(&dm->usecnt, why, uobject); in uverbs_free_dm()
|
| H A D | uverbs_std_types_counters.c | 39 enum rdma_remove_reason why, in uverbs_free_counters() argument 45 ret = ib_destroy_usecnt(&counters->usecnt, why, uobject); in uverbs_free_counters()
|
| /OK3568_Linux_fs/external/xserver/os/ |
| H A D | rpcauth.c | 54 static enum auth_stat why; variable 70 why = AUTH_FAILED; /* generic error, since there is no AUTH_BADALLOC */ 82 why = AUTH_FAILED; 99 why = AUTH_TOOWEAK; 103 if ((why = __authenticate(&r, &msg)) != AUTH_OK) { 105 if ((why = _authenticate(&r, &msg)) != AUTH_OK) { 141 "Unable to authenticate secure RPC client (why=%d)", why);
|
| /OK3568_Linux_fs/yocto/poky/scripts/ |
| H A D | cp-noerror | 40 except EnvironmentError as why: 41 errors.append((srcname, dstname, str(why))) 44 except OSError as why: 45 errors.extend((src, dst, str(why)))
|
| /OK3568_Linux_fs/kernel/fs/afs/ |
| H A D | dir_edit.c | 188 enum afs_edit_dir_reason why) in afs_edit_dir_add() argument 293 trace_afs_edit_dir(vnode, why, afs_edit_dir_create_nospc, 0, 0, 0, 0, name->name); in afs_edit_dir_add() 309 trace_afs_edit_dir(vnode, why, afs_edit_dir_create, b, slot, in afs_edit_dir_add() 344 trace_afs_edit_dir(vnode, why, afs_edit_dir_create_inval, 0, 0, 0, 0, name->name); in afs_edit_dir_add() 353 trace_afs_edit_dir(vnode, why, afs_edit_dir_create_error, 0, 0, 0, 0, name->name); in afs_edit_dir_add() 366 struct qstr *name, enum afs_edit_dir_reason why) in afs_edit_dir_remove() argument 438 trace_afs_edit_dir(vnode, why, afs_edit_dir_delete_noent, in afs_edit_dir_remove() 446 trace_afs_edit_dir(vnode, why, afs_edit_dir_delete, b, slot, in afs_edit_dir_remove() 476 trace_afs_edit_dir(vnode, why, afs_edit_dir_delete_inval, in afs_edit_dir_remove() 487 trace_afs_edit_dir(vnode, why, afs_edit_dir_delete_error, in afs_edit_dir_remove()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | jbd2.h | 367 #define J_EXPECT(expr, why...) J_ASSERT(expr) argument 368 #define J_EXPECT_BH(bh, expr, why...) J_ASSERT_BH(bh, expr) argument 369 #define J_EXPECT_JH(jh, expr, why...) J_ASSERT_JH(jh, expr) argument 371 #define __journal_expect(expr, why...) \ argument 378 printk(KERN_ERR why "\n"); \ 382 #define J_EXPECT(expr, why...) __journal_expect(expr, ## why) argument 383 #define J_EXPECT_BH(bh, expr, why...) __journal_expect(expr, ## why) argument 384 #define J_EXPECT_JH(jh, expr, why...) __journal_expect(expr, ## why) argument
|
| H A D | fscache-cache.h | 243 enum fscache_obj_ref_trace why); 267 enum fscache_obj_ref_trace why); 563 enum fscache_why_object_killed why);
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/wireguard/qemu/ |
| H A D | init.c | 207 const char *why = "unknown cause"; in launch_tests() local 211 why = "exit code"; in launch_tests() 214 why = "signal"; in launch_tests() 217 printf("\x1b[31m\x1b[1m[-] Tests failed with %s %d! \u2639\x1b[0m\n", why, what); in launch_tests()
|
| /OK3568_Linux_fs/kernel/include/rdma/ |
| H A D | uverbs_types.h | 71 enum rdma_remove_reason why, 102 enum rdma_remove_reason why, 142 enum rdma_remove_reason why);
|
| /OK3568_Linux_fs/kernel/arch/mips/sgi-ip27/ |
| H A D | TODO | 1 1. Need to figure out why PCI writes to the IOC3 hang, and if it is okay 4 3. Need to figure out why address swaizzling is needed in inw/outw for 10 6. Investigate why things do not work without the setup_test() call
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-perl/recipes-perl/libxml/libxml-libxml-perl/ |
| H A D | disable-libxml2-check.patch | 42 -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.
|
| /OK3568_Linux_fs/kernel/fs/cachefiles/ |
| H A D | namei.c | 86 enum fscache_why_object_killed why) in cachefiles_mark_object_buried() argument 107 trace_cachefiles_mark_buried(NULL, dentry, why); in cachefiles_mark_object_buried() 118 trace_cachefiles_mark_buried(object, dentry, why); in cachefiles_mark_object_buried() 125 if (why != FSCACHE_OBJECT_IS_STALE) in cachefiles_mark_object_buried() 126 fscache_object_mark_killed(&object->fscache, why); in cachefiles_mark_object_buried() 292 enum fscache_why_object_killed why) in cachefiles_bury_object() argument 313 trace_cachefiles_unlink(object, rep, why); in cachefiles_bury_object() 317 cachefiles_mark_object_buried(cache, rep, why); in cachefiles_bury_object() 415 trace_cachefiles_rename(object, rep, grave, why); in cachefiles_bury_object() 423 cachefiles_mark_object_buried(cache, rep, why); in cachefiles_bury_object()
|
| /OK3568_Linux_fs/kernel/drivers/fpga/ |
| H A D | zynq-fpga.c | 387 const char *why; in zynq_fpga_ops_write() local 448 why = "DMA reported error"; in zynq_fpga_ops_write() 456 why = "DMA timed out"; in zynq_fpga_ops_write() 458 why = "DMA did not complete"; in zynq_fpga_ops_write() 469 why, in zynq_fpga_ops_write()
|
| /OK3568_Linux_fs/kernel/sound/core/ |
| H A D | pcm_trace.h | 84 TP_PROTO(struct snd_pcm_substream *substream, const char *why), 85 TP_ARGS(substream, why), 98 __entry->reason = (why);
|
| /OK3568_Linux_fs/kernel/net/rxrpc/ |
| H A D | rtt.c | 147 void rxrpc_peer_add_rtt(struct rxrpc_call *call, enum rxrpc_rtt_rx_trace why, in rxrpc_peer_add_rtt() argument 165 trace_rxrpc_rtt_rx(call, why, rtt_slot, send_serial, resp_serial, in rxrpc_peer_add_rtt()
|
| H A D | call_event.c | 47 enum rxrpc_propose_ack_trace why) in __rxrpc_propose_ACK() argument 129 trace_rxrpc_propose_ack(call, why, ack_reason, serial, immediate, in __rxrpc_propose_ACK() 138 enum rxrpc_propose_ack_trace why) in rxrpc_propose_ACK() argument 142 immediate, background, why); in rxrpc_propose_ACK()
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/firmware/ |
| H A D | built-in-fw.rst | 14 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
|
| /OK3568_Linux_fs/u-boot/scripts/ |
| H A D | Kbuild.include | 219 echo ' $(call escsq,$($(quiet)cmd_$(1)))$(echo-why)';) 279 # why - tell why a a target got build 298 why = \ 315 echo-why = $(call escsq, $(strip $(why)))
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/ |
| H A D | tainted-kernels.rst | 8 cause might be the event that got the kernel tainted. That's why bug reports 14 trustworthy. That's also why the kernel will print the tainted state when it 25 why the kernel was tainted is shown after the Process ID ('PID:') and a shortened 52 tainted; any other number indicates the reasons why it is. The easiest way to 132 there should be other information in the log indicating why this tainting
|