Home
last modified time | relevance | path

Searched full:whatever (Results 1 – 25 of 856) sorted by relevance

12345678910>>...35

/linux-6.14.4/tools/testing/selftests/bpf/progs/
Dlinked_funcs1.c49 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()
Dlinked_funcs2.c49 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()
Dtest_custom_sec_handlers.c24 SEC("abc/whatever")
55 int whatever; in xyz() local
58 bpf_copy_from_user(&whatever, sizeof(whatever), NULL); in xyz()
Dverifier_btf_unreliable_prog.c10 struct whatever {}; struct
15 int btf_unreliable_kprobe(struct whatever *ctx) in btf_unreliable_kprobe()
Dfreplace_unreliable_prog.c10 * 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 *)
Dtest_autoload.c28 int whatever; member
35 fake->whatever = 123; in prog3()
/linux-6.14.4/include/linux/
Drculist_nulls.h26 * 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
Drculist.h107 * 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 …]
Drculist_bl.h38 * The caller must take whatever precautions are necessary
61 * The caller must take whatever precautions are necessary
/linux-6.14.4/fs/xfs/scrub/
Dhealth.c65 * 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()
Dscrub.h81 /* 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/
DKconfig395 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/
Dxfs_log_recover.h39 /* 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/
DTODO-parport14 with (maybe just log) whatever the printer wants to tell the world.
/linux-6.14.4/Documentation/images/
DCOPYING-logo8 scale down to smaller sizes and are better for letterheads or whatever
/linux-6.14.4/scripts/
Dsubarch.include4 # then ARCH is assigned, getting whatever value it gets normally, and
/linux-6.14.4/arch/arm/mach-s3c/
Dsleep-s3c64xx.S32 * This is the entry point, stored by whatever method the bootloader
/linux-6.14.4/arch/arm/boot/compressed/
Dhead-xscale.S19 @ whatever state it is, before it is turned off.
/linux-6.14.4/kernel/
Dkexec_internal.h19 * Whatever is used to serialize accesses to the kexec_crash_image needs to be
/linux-6.14.4/arch/arm64/mm/
Dmem_encrypt.c7 * acts as a top-level dispatcher to whatever hooks may have been
/linux-6.14.4/LICENSES/exceptions/
DLinux-syscall-note22 v2.2 or v3.x or whatever), unless explicitly otherwise stated.
/linux-6.14.4/Documentation/networking/device_drivers/ethernet/smsc/
Dsmc9.rst36 ifport=x : 0 for whatever is default
/linux-6.14.4/tools/perf/trace/beauty/tracepoints/
Dx86_irq_vectors.sh14 # and then replace whatever is using it and that is useful, which at
/linux-6.14.4/Documentation/block/
Dswitching-sched.rst25 device name (hda, hdb, sga, or whatever you happen to have).
/linux-6.14.4/drivers/s390/scsi/
Dzfcp_diag.c27 * overwrites whatever was stored before at &zfcp_adapter->diagnostics!
240 * * whatever @buffer_update returns

12345678910>>...35