Files
linux/kernel/bpf
Benjamin Tissoires be2749beff bpf: make timer data struct more generic
To be able to add workqueues and reuse most of the timer code, we need
to make bpf_hrtimer more generic.

There is no code change except that the new struct gets a new u64 flags
attribute. We are still below 2 cache lines, so this shouldn't impact
the current running codes.

The ordering is also changed. Everything related to async callback
is now on top of bpf_hrtimer.

Signed-off-by: Benjamin Tissoires <bentiss@kernel.org>
Link: https://lore.kernel.org/r/20240420-bpf_wq-v2-1-6c986a5a741f@kernel.org
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
2024-04-23 18:31:24 -07:00
..
2024-04-22 17:48:08 +02:00
2024-04-16 16:35:13 +02:00
2024-04-22 17:48:08 +02:00
2024-03-20 21:05:43 -07:00
2023-12-06 17:17:20 -08:00
2024-04-22 17:48:08 +02:00
2024-02-07 16:38:20 -08:00
2024-03-11 15:37:23 -07:00
2024-04-22 17:48:08 +02:00