Lines Matching refs:static_call_update

6577 	static_call_update(cond_resched, __cond_resched);  in sched_dynamic_update()
6578 static_call_update(might_resched, __cond_resched); in sched_dynamic_update()
6579 static_call_update(preempt_schedule, __preempt_schedule_func); in sched_dynamic_update()
6580 static_call_update(preempt_schedule_notrace, __preempt_schedule_notrace_func); in sched_dynamic_update()
6581 static_call_update(irqentry_exit_cond_resched, irqentry_exit_cond_resched); in sched_dynamic_update()
6585 static_call_update(cond_resched, __cond_resched); in sched_dynamic_update()
6586 static_call_update(might_resched, (void *)&__static_call_return0); in sched_dynamic_update()
6587 static_call_update(preempt_schedule, NULL); in sched_dynamic_update()
6588 static_call_update(preempt_schedule_notrace, NULL); in sched_dynamic_update()
6589 static_call_update(irqentry_exit_cond_resched, NULL); in sched_dynamic_update()
6594 static_call_update(cond_resched, __cond_resched); in sched_dynamic_update()
6595 static_call_update(might_resched, __cond_resched); in sched_dynamic_update()
6596 static_call_update(preempt_schedule, NULL); in sched_dynamic_update()
6597 static_call_update(preempt_schedule_notrace, NULL); in sched_dynamic_update()
6598 static_call_update(irqentry_exit_cond_resched, NULL); in sched_dynamic_update()
6603 static_call_update(cond_resched, (void *)&__static_call_return0); in sched_dynamic_update()
6604 static_call_update(might_resched, (void *)&__static_call_return0); in sched_dynamic_update()
6605 static_call_update(preempt_schedule, __preempt_schedule_func); in sched_dynamic_update()
6606 static_call_update(preempt_schedule_notrace, __preempt_schedule_notrace_func); in sched_dynamic_update()
6607 static_call_update(irqentry_exit_cond_resched, irqentry_exit_cond_resched); in sched_dynamic_update()