lkml.org 
[lkml]   [2021]   [Oct]   [21]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    From
    Subject[PATCH 0/6] kthread: Add the helper macro kthread_run_on_cpu()
    Date
    the helper macro kthread_run_on_cpu() inculdes
    kthread_create_on_cpu/wake_up_process().
    In some cases, use kthread_run_on_cpu() directly instead of
    kthread_create_on_node/kthread_bind/wake_up_process() or
    kthread_create_on_cpu/wake_up_process() or
    kthreadd_create/kthread_bind/wake_up_process() to simplify the code.

    Cai Huoqing (6):
    kthread: Add the helper macro kthread_run_on_cpu()
    RDMA/siw: Make use of the helper macro kthread_run_on_cpu()
    ring-buffer: Make use of the helper macro kthread_run_on_cpu()
    rcutorture: Make use of the helper macro kthread_run_on_cpu()
    trace/osnoise: Make use of the helper macro kthread_run_on_cpu()
    trace/hwlat: Make use of the helper macro kthread_run_on_cpu()

    drivers/infiniband/sw/siw/siw_main.c | 7 +++----
    include/linux/kthread.h | 22 ++++++++++++++++++++++
    kernel/rcu/rcutorture.c | 7 ++-----
    kernel/trace/ring_buffer.c | 7 ++-----
    kernel/trace/trace_hwlat.c | 6 +-----
    kernel/trace/trace_osnoise.c | 3 +--
    6 files changed, 31 insertions(+), 21 deletions(-)

    --
    2.25.1

    \
     
     \ /
      Last update: 2021-10-21 14:03    [W:3.774 / U:0.084 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site