Home
last modified time | relevance | path

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

12345678910>>...29

/linux/tools/testing/selftests/bpf/progs/
H A 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()
H A 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()
H A 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()
H A Dverifier_btf_unreliable_prog.c10 struct whatever {}; struct
15 int btf_unreliable_kprobe(struct whatever *ctx) in btf_unreliable_kprobe()
H A 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 *)
H A Dtest_autoload.c28 int whatever; member
35 fake->whatever = 123; in prog3()
/linux/include/linux/
H A 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
H A 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
222 * Important note: the caller must take whatever action is necessary to prevent
506 * The caller must take whatever precautions are necessary
579 * The caller must take whatever precautions are necessary
610 * The caller must take whatever precautions are necessary
647 * The caller must take whatever precautions are necessary
674 * The caller must take whatever precaution
[all...]
H A Drculist_bl.h38 * The caller must take whatever precautions are necessary
61 * The caller must take whatever precautions are necessary
/linux/drivers/usb/gadget/
H A DKconfig393 application may choose to do whatever it wants with the data
394 received from the USB Host and choose to provide whatever it
425 application may choose to do whatever it wants with the data
426 received from the USB Host and choose to provide whatever it
/linux/include/linux/decompress/
H A Dunxz.h
/linux/scripts/
H A Dxz_wrap.sh
H A Dsubarch.include4 # then ARCH is assigned, getting whatever value it gets normally, and
/linux/drivers/parport/
H A DTODO-parport14 with (maybe just log) whatever the printer wants to tell the world.
/linux/lib/xz/
H A Dxz_dec_syms.c
/linux/Documentation/images/
H A DCOPYING-logo8 scale down to smaller sizes and are better for letterheads or whatever
/linux/arch/arm/mach-s3c/
H A Dsleep-s3c64xx.S32 * This is the entry point, stored by whatever method the bootloader
/linux/drivers/s390/scsi/
H A Dzfcp_diag.c27 * overwrites whatever was stored before at &zfcp_adapter->diagnostics!
240 * * whatever @buffer_update returns
/linux/Documentation/scsi/
H A Dscsi-changer.rst24 later may be anything, a MOD, a CD-ROM, a tape or whatever. For the
42 CD-ROM / Tape / whatever drive.
/linux/arch/arm/boot/compressed/
H A Dhead-xscale.S19 @ whatever state it is, before it is turned off.
/linux/kernel/
H A Dkexec_internal.h19 * Whatever is used to serialize accesses to the kexec_crash_image needs to be
/linux/LICENSES/exceptions/
H A DLinux-syscall-note22 v2.2 or v3.x or whatever), unless explicitly otherwise stated.
/linux/Documentation/networking/device_drivers/ethernet/smsc/
H A Dsmc9.rst36 ifport=x : 0 for whatever is default
/linux/Documentation/block/
H A Dswitching-sched.rst25 device name (hda, hdb, sga, or whatever you happen to have).
/linux/arch/arm64/mm/
H A Dmem_encrypt.c7 * acts as a top-level dispatcher to whatever hooks may have been

12345678910>>...29