• Paul E. McKenney's avatar
    rcu-tasks: Add data structures for lightweight grace periods · 434c9eef
    Paul E. McKenney authored
    This commit adds fields to task_struct and to rcu_tasks_percpu that will
    be used to avoid the task-list scan for RCU Tasks Trace grace periods,
    and also initializes these fields.
    Signed-off-by: default avatarPaul E. McKenney <paulmck@kernel.org>
    Cc: Neeraj Upadhyay <quic_neeraju@quicinc.com>
    Cc: Eric Dumazet <edumazet@google.com>
    Cc: Alexei Starovoitov <ast@kernel.org>
    Cc: Andrii Nakryiko <andrii@kernel.org>
    Cc: Martin KaFai Lau <kafai@fb.com>
    Cc: KP Singh <kpsingh@kernel.org>
    434c9eef
init_task.c 6.14 KB