Alexei Starovoitov
12c8d0f4c8
bpf: Rename few bpf_mem_alloc fields.
Rename:
- struct rcu_head rcu;
- struct llist_head free_by_rcu;
- struct llist_head waiting_for_gp;
- atomic_t call_rcu_in_progress;
+ struct llist_head free_by_rcu_ttrace;
+ struct llist_head waiting_for_gp_ttrace;
+ struct rcu_head rcu_ttrace;
+ atomic_t call_rcu_ttrace_in_progress;
...
- static void do_call_rcu(struct bpf_mem_cache *c)
+ static void do_call_rcu_ttrace(struct bpf_mem_cache *c)
to better indicate intended use.
The 'tasks trace' is shortened to 'ttrace' to reduce verbosity.
No functional changes.
Later patches will add free_by_rcu/waiting_for_gp fields to be used with normal RCU.
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Acked-by: Hou Tao <houtao1@huawei.com>
Link: https://lore.kernel.org/bpf/20230706033447.54696-2-alexei.starovoitov@gmail.com
2023-07-12 23:45:22 +02:00
..
2023-07-06 12:42:25 -07:00
2023-03-22 15:11:30 -07:00
2023-06-19 14:04:04 +02:00
2023-04-04 16:57:16 -07:00
2023-04-26 16:07:23 -07:00
2023-03-08 16:19:51 -08:00
2023-06-19 14:04:04 +02:00
2023-05-12 12:01:03 -07:00
2023-05-12 12:01:03 -07:00
2023-01-26 23:26:40 -08:00
2021-11-01 14:10:00 -07:00
2023-06-19 14:04:04 +02:00
2023-04-04 16:57:16 -07:00
2023-06-30 10:35:59 +02:00
2023-03-17 12:07:13 -10:00
2023-05-16 19:50:05 -07:00
2023-06-12 19:00:08 +02:00
2023-06-19 14:04:04 +02:00
2023-06-12 15:09:11 -07:00
2023-06-19 14:04:04 +02:00
2021-09-02 14:49:23 +02:00
2021-09-02 14:49:23 +02:00
2022-12-14 12:02:14 -08:00
2023-07-06 12:42:25 -07:00
2023-06-05 13:17:20 -07:00
2023-05-23 23:31:42 +02:00
2022-04-20 16:52:58 -07:00
2022-05-10 11:20:45 -07:00
2023-04-29 10:05:22 -07:00
2023-05-16 22:34:50 -07:00
2023-06-19 14:04:04 +02:00
2023-04-11 18:05:42 +02:00
2023-06-02 16:22:12 -07:00
2023-07-06 12:42:25 -07:00
2023-07-12 23:45:22 +02:00
2021-11-07 11:54:51 -08:00
2021-12-29 20:03:05 -08:00
2023-05-15 07:07:41 -07:00
2022-11-11 12:05:14 -08:00
2023-06-19 14:04:04 +02:00
2023-06-19 14:04:04 +02:00
2023-07-05 14:09:45 +02:00
2023-06-19 14:04:04 +02:00
2023-07-11 20:07:51 -07:00
2022-12-28 14:11:48 -08:00
2021-06-01 13:34:15 +02:00
2023-05-15 23:41:59 +02:00
2023-07-12 07:57:18 -07:00