Home
last modified time | relevance | path

Searched refs:klp_check_and_switch_task (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/kernel/livepatch/
H A Dtransition.c293 static int klp_check_and_switch_task(struct task_struct *task, void *arg) in klp_check_and_switch_task() function
336 ret = klp_check_and_switch_task(current, &old_name); in klp_try_switch_task()
338 ret = task_call_func(task, klp_check_and_switch_task, &old_name); in klp_try_switch_task()