Home
last modified time | relevance | path

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

12345678910>>...34

/linux-6.8/tools/testing/selftests/bpf/progs/
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()
69 static volatile int whatever; in BPF_PROG() local
75 whatever = bpf_core_type_size(struct task_struct); in BPF_PROG()
76 __sink(whatever); in BPF_PROG()
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()
69 static volatile int whatever; in BPF_PROG() local
75 whatever = bpf_core_type_size(struct task_struct); in BPF_PROG()
76 __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()
Dverifier_global_subprogs.c173 struct whatever { }; struct
175 __weak int tp_whatever(struct whatever *ctx __arg_ctx) in tp_whatever()
/linux-6.8/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.h96 * The caller must take whatever precautions are necessary
117 * The caller must take whatever precautions are necessary
142 * The caller must take whatever precautions are necessary
174 * The caller must take whatever precautions are necessary (such as
219 * Important note: the caller must take whatever action is necessary to prevent
503 * The caller must take whatever precautions are necessary
574 * The caller must take whatever precautions are necessary
605 * The caller must take whatever precautions are necessary
642 * The caller must take whatever precautions are necessary
669 * The caller must take whatever precautions are necessary
Drculist_bl.h38 * The caller must take whatever precautions are necessary
61 * The caller must take whatever precautions are necessary
/linux-6.8/fs/xfs/scrub/
Dhealth.c63 * sick_mask_visible to reflect whatever other structures are rebuilt, and
153 * If the scrubber finds errors, we mark sick whatever's mentioned in
157 * Otherwise, no direct corruption was found, so mark whatever's in
217 * We always want the cursor if it's the same type as whatever we're in xchk_ag_btree_healthy_enough()
Dscrub.h29 /* Acquire whatever resources are needed for the operation. */
92 * Clean up resources owned by whatever is in the buffer. Cleanup can
111 * status with whatever we find.
/linux-6.8/drivers/usb/gadget/
DKconfig392 application may choose to do whatever it wants with the data
393 received from the USB Host and choose to provide whatever it
424 application may choose to do whatever it wants with the data
425 received from the USB Host and choose to provide whatever it
/linux-6.8/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.8/include/linux/decompress/
Dunxz.h7 * You can do whatever you want with this file.
/linux-6.8/scripts/
Dxz_wrap.sh9 # You can do whatever you want with this file.
Dsubarch.include4 # then ARCH is assigned, getting whatever value it gets normally, and
/linux-6.8/drivers/parport/
DTODO-parport14 with (maybe just log) whatever the printer wants to tell the world.
/linux-6.8/lib/xz/
Dxz_dec_syms.c7 * You can do whatever you want with this file.
/linux-6.8/Documentation/images/
DCOPYING-logo8 scale down to smaller sizes and are better for letterheads or whatever
/linux-6.8/kernel/
Dkexec_internal.h17 * Whatever is used to serialize accesses to the kexec_crash_image needs to be
/linux-6.8/arch/arm/mach-s3c/
Dsleep-s3c64xx.S32 * This is the entry point, stored by whatever method the bootloader
/linux-6.8/arch/arm/boot/compressed/
Dhead-xscale.S19 @ whatever state it is, before it is turned off.
/linux-6.8/tools/perf/trace/beauty/tracepoints/
Dx86_irq_vectors.sh14 # and then replace whatever is using it and that is useful, which at
/linux-6.8/LICENSES/exceptions/
DLinux-syscall-note22 v2.2 or v3.x or whatever), unless explicitly otherwise stated.

12345678910>>...34