Files
linux/kernel
Tengfei Fan 0fabf2342f ANDROID: sched: add hook point in do_sched_yield()
When a task yields, it relinquishes the cpu and
scheduler is tasked to find another task.
However our vendor scheduler logic implementation
could return the same task leading to a loop where
the yielded task gets to run back, so add hook point
in do_sched_yield() for vendor can do some work
before task is scheduled.

Bug: 205804537
Change-Id: I6528c3f4b0ee360559ef9c97cb1eb2b2d1357870
Signed-off-by: Tengfei Fan <quic_tengfan@quicinc.com>
Signed-off-by: Sai Harshini Nimmala <quic_snimmala@quicinc.com>
Signed-off-by: Khalid Shaik <khalid.s@samsung.com>
2022-11-18 22:03:51 +00:00
..
2022-02-16 15:14:37 +01:00
2021-04-14 08:41:58 +02:00
2021-11-12 15:11:32 +01:00
2022-03-18 12:17:14 +01:00
2021-12-01 09:37:11 +01:00
2021-09-08 09:07:16 +02:00
2020-08-12 10:58:02 -07:00
2021-09-03 10:59:15 +02:00
2020-11-14 11:26:04 -08:00
2020-07-27 14:31:12 -04:00
2021-08-18 09:34:44 +02:00
2021-09-03 10:59:15 +02:00
2021-05-20 15:35:25 +02:00