/linux-6.14.4/tools/testing/selftests/bpf/progs/ |
D | linked_funcs1.c | 49 static volatile int whatever; in set_output_weak() local 54 whatever = bpf_core_type_size(struct task_struct); in set_output_weak() 55 __sink(whatever); in set_output_weak() 71 static volatile int whatever; in BPF_PROG() local 77 whatever = bpf_core_type_size(struct task_struct); in BPF_PROG() 78 __sink(whatever); in BPF_PROG()
|
D | linked_funcs2.c | 49 static volatile int whatever; in set_output_weak() local 54 whatever = 2 * bpf_core_type_size(struct task_struct); in set_output_weak() 55 __sink(whatever); in set_output_weak() 71 static volatile int whatever; in BPF_PROG() local 77 whatever = bpf_core_type_size(struct task_struct); in BPF_PROG() 78 __sink(whatever); in BPF_PROG()
|
D | test_custom_sec_handlers.c | 24 SEC("abc/whatever") 55 int whatever; in xyz() local 58 bpf_copy_from_user(&whatever, sizeof(whatever), NULL); in xyz()
|
D | verifier_btf_unreliable_prog.c | 10 struct whatever {}; struct 15 int btf_unreliable_kprobe(struct whatever *ctx) in btf_unreliable_kprobe()
|
D | freplace_unreliable_prog.c | 10 * program has `stuct whatever *ctx` argument, so freplace operation will be 13 …lace_btf_unreliable_kprobe(struct pt_regs *) doesn't match btf_unreliable_kprobe(struct whatever *)
|
D | test_autoload.c | 28 int whatever; member 35 fake->whatever = 123; in prog3()
|
/linux-6.14.4/include/linux/ |
D | rculist_nulls.h | 26 * The caller must take whatever precautions are necessary (such as 66 * The caller must take whatever precautions are necessary 89 * The caller must take whatever precautions are necessary 120 * The caller must take whatever precautions are necessary
|
D | rculist.h | 107 * The caller must take whatever precautions are necessary 128 * The caller must take whatever precautions are necessary 153 * The caller must take whatever precautions are necessary 185 * The caller must take whatever precautions are necessary (such as 218 * The caller must take whatever precautions are necessary (such as 266 * Important note: the caller must take whatever action is necessary to prevent 550 * The caller must take whatever precautions are necessary 623 * The caller must take whatever precautions are necessary 654 * The caller must take whatever precautions are necessary 691 * The caller must take whatever precautions are necessary [all …]
|
D | rculist_bl.h | 38 * The caller must take whatever precautions are necessary 61 * The caller must take whatever precautions are necessary
|
/linux-6.14.4/fs/xfs/scrub/ |
D | health.c | 65 * sick_mask_visible to reflect whatever other structures are rebuilt, and 183 * If the scrubber finds errors, we mark sick whatever's mentioned in 187 * Otherwise, no direct corruption was found, so mark whatever's in 279 * We always want the cursor if it's the same type as whatever we're in xchk_ag_btree_del_cursor_if_sick()
|
D | scrub.h | 81 /* Acquire whatever resources are needed for the operation. */ 157 * Clean up resources owned by whatever is in the buffer. Cleanup can 187 * status with whatever we find.
|
/linux-6.14.4/drivers/usb/gadget/ |
D | Kconfig | 395 application may choose to do whatever it wants with the data 396 received from the USB Host and choose to provide whatever it 427 application may choose to do whatever it wants with the data 428 received from the USB Host and choose to provide whatever it
|
/linux-6.14.4/fs/xfs/libxfs/ |
D | xfs_log_recover.h | 39 /* Do whatever work we need to do for pass1, if provided. */ 43 * This function should do whatever work is needed for pass2 of log
|
/linux-6.14.4/drivers/parport/ |
D | TODO-parport | 14 with (maybe just log) whatever the printer wants to tell the world.
|
/linux-6.14.4/Documentation/images/ |
D | COPYING-logo | 8 scale down to smaller sizes and are better for letterheads or whatever
|
/linux-6.14.4/scripts/ |
D | subarch.include | 4 # then ARCH is assigned, getting whatever value it gets normally, and
|
/linux-6.14.4/arch/arm/mach-s3c/ |
D | sleep-s3c64xx.S | 32 * This is the entry point, stored by whatever method the bootloader
|
/linux-6.14.4/arch/arm/boot/compressed/ |
D | head-xscale.S | 19 @ whatever state it is, before it is turned off.
|
/linux-6.14.4/kernel/ |
D | kexec_internal.h | 19 * Whatever is used to serialize accesses to the kexec_crash_image needs to be
|
/linux-6.14.4/arch/arm64/mm/ |
D | mem_encrypt.c | 7 * acts as a top-level dispatcher to whatever hooks may have been
|
/linux-6.14.4/LICENSES/exceptions/ |
D | Linux-syscall-note | 22 v2.2 or v3.x or whatever), unless explicitly otherwise stated.
|
/linux-6.14.4/Documentation/networking/device_drivers/ethernet/smsc/ |
D | smc9.rst | 36 ifport=x : 0 for whatever is default
|
/linux-6.14.4/tools/perf/trace/beauty/tracepoints/ |
D | x86_irq_vectors.sh | 14 # and then replace whatever is using it and that is useful, which at
|
/linux-6.14.4/Documentation/block/ |
D | switching-sched.rst | 25 device name (hda, hdb, sga, or whatever you happen to have).
|
/linux-6.14.4/drivers/s390/scsi/ |
D | zfcp_diag.c | 27 * overwrites whatever was stored before at &zfcp_adapter->diagnostics! 240 * * whatever @buffer_update returns
|