Searched refs:whatever (Results 1 – 12 of 12) sorted by relevance
49 static volatile int whatever; in set_output_weak() local54 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() local77 whatever = bpf_core_type_size(struct task_struct); in BPF_PROG()78 __sink(whatever); in BPF_PROG()
49 static volatile int whatever; in set_output_weak() local54 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() local77 whatever = bpf_core_type_size(struct task_struct); in BPF_PROG()78 __sink(whatever); in BPF_PROG()
55 int whatever; in xyz() local58 bpf_copy_from_user(&whatever, sizeof(whatever), NULL); in xyz()
10 struct whatever {}; struct15 int btf_unreliable_kprobe(struct whatever *ctx) in btf_unreliable_kprobe()
28 int whatever; member35 fake->whatever = 123; in prog3()
210 struct whatever { }; struct212 __weak int tp_whatever(struct whatever *ctx __arg_ctx) in tp_whatever()
18 be a script that does any needed mount operations and starts whatever
86 git am -s -3 /path/to/patch # Or whatever it takes.
98 Each test is an atomic unit. A test that for whatever reason spans multiple test
259 events of that task and 'follows' that task to whatever CPU the task
32 compiler can emit whatever code it likes for normal accesses,
324 mouse-clicks or menu items--whatever suits your program.
Completed in 14 milliseconds