/Linux-v5.10/include/trace/events/ |
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 …]
|
D | rxrpc.h | 697 TP_PROTO(unsigned int call_nr, const char *why, u32 cid, u32 call_id, 700 TP_ARGS(call_nr, why, cid, call_id, seq, abort_code, error), 704 __array(char, why, 4 ) 713 memcpy(__entry->why, why, 4); 725 __entry->abort_code, __entry->error, __entry->why) 755 TP_PROTO(struct rxrpc_call *call, enum rxrpc_transmit_trace why), 757 TP_ARGS(call, why), 761 __field(enum rxrpc_transmit_trace, why ) 769 __entry->why = why; 777 __print_symbolic(__entry->why, rxrpc_transmit_traces), [all …]
|
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))
|
/Linux-v5.10/drivers/infiniband/core/ |
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 …]
|
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()
|
/Linux-v5.10/arch/mips/sgi-ip27/ |
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
|
/Linux-v5.10/fs/afs/ |
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()
|
/Linux-v5.10/Documentation/RCU/ |
D | UP.rst | 52 Why is it *not* legal to invoke synchronize_rcu() in this case? 100 Why can't synchronize_rcu() return immediately on UP systems running 106 Why is it *not* legal to invoke synchronize_rcu() in this case? 136 Why can't synchronize_rcu() return immediately on UP systems
|
D | rcu.rst | 20 - Why would anyone want to use RCU? 51 thing at a time, why should I wait for a grace period? 69 - Why the name "RCU"?
|
/Linux-v5.10/arch/um/drivers/ |
D | slirp.h | 9 * XXX this next definition is here because I don't understand why this 14 * or why I can't typecast like this:
|
/Linux-v5.10/Documentation/maintainer/ |
D | rebasing-and-merging.rst | 123 merge, say *why* the merge is being done. For a lower-level tree, "why" is 149 Why is that? Back merges will muddy the development history of your own 158 sure to document *why* it was required in the commit message. As always, 190 as always, in such situations, the merge commit should explain why the 226 arisen and be prepared to explain why something abnormal needs to be done.
|
D | pull-requests.rst | 51 so outline what is contained here, why it should be merged, and what, if 60 to understand what I'm pulling, and why I should pull it. I also 71 what they do and why they do it, but explain the _timing_. What 159 description of that tag (which is why you need to provide good
|
/Linux-v5.10/Documentation/admin-guide/ |
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
|
/Linux-v5.10/Documentation/driver-api/firmware/ |
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
|
/Linux-v5.10/Documentation/ABI/testing/ |
D | sysfs-class-net-statistics | 170 See the driver for the exact reasons as to why the packets were 180 why the packets were dropped. 188 FIFO error. See the driver for the exact reasons as to why the 198 reasons as to why the packets were dropped.
|
/Linux-v5.10/Documentation/timers/ |
D | timers-howto.rst | 66 - Why not usleep? 76 - Why not msleep for (1ms - 20ms)? 85 - Why is there no "usleep" / What is a good range?
|
/Linux-v5.10/fs/efs/ |
D | file.c | 24 * i have no idea why this happens as often as it does in efs_get_block() 48 * i have no idea why this happens as often as it does in efs_bmap()
|
/Linux-v5.10/include/rdma/ |
D | uverbs_types.h | 71 enum rdma_remove_reason why, 102 enum rdma_remove_reason why, 142 enum rdma_remove_reason why);
|
/Linux-v5.10/Documentation/bpf/ |
D | bpf_design_QA.rst | 29 Q: Why C calling convention was chosen? 132 For example why BPF_JNE and other compare and jumps are not cpu-like? 137 Q: Why BPF_DIV instruction doesn't map to x64 div? 143 Q: Why there is no BPF_SDIV for signed divide operation? 148 Q: Why BPF has implicit prologue and epilogue? 157 Q: Why BPF_JLT and BPF_JLE instructions were not introduced in the beginning?
|
/Linux-v5.10/sound/core/ |
D | pcm_trace.h | 84 TP_PROTO(struct snd_pcm_substream *substream, const char *why), 85 TP_ARGS(substream, why), 98 __entry->reason = (why);
|
/Linux-v5.10/arch/arm/kernel/ |
D | entry-common.S | 105 mov r2, why @ 'syscall' 115 * "slow" syscall return path. "why" tells us if this was a real syscall. 263 mov why, #0 @ no longer a real syscall 384 mov why, #0 @ prevent syscall restart handling 390 mov why, #0 @ prevent syscall restart handling
|
/Linux-v5.10/Documentation/vm/ |
D | cleancache.rst | 159 * Why does cleancache have its sticky fingers so deep inside the 190 * Why not make cleancache asynchronous and batched so it can more 204 * Why is non-shared cleancache "exclusive"? And where is the 258 * Why not use the KVA of the inode as the key? (Christoph Hellwig) 273 * Why is a global variable required?
|
/Linux-v5.10/Documentation/power/ |
D | freezing-of-tasks.rst | 101 IV. Why do we do that? 139 "RJW:> Why we freeze tasks at all or why we freeze kernel threads? 149 So in practice, the 'at all' may become a 'why freeze kernel threads?' and 180 may be undesirable. That's why kernel threads are not freezable by default.
|
/Linux-v5.10/fs/cachefiles/ |
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()
|
/Linux-v5.10/drivers/pci/hotplug/ |
D | TODO | 6 ->set_power callbacks in struct cpci_hp_controller_ops. Why were they 70 Why was it introduced? Can it be removed?
|