Pavankumar Kondeti
c18ab1d162
ANDROID: sched: Initialize arguments of android_rvh_replace_next_task_fair
...
android_rvh_replace_next_task_fair() hooks allows vendor modules to
replace the next task selected by the CFS. There are two cases in
how this hook is called.
1. When the previous task is also a CFS task. In this case, the
task_struct (p) and sched_entity (se) arguments passed to this
hook are valid and point to the task selected by the CFS.
2. When the previous task is not a CFS task. In this case, the
arguments passed to this hook are not initialized.
Initialize these arguments to NULL which allows vendor modules
when not to peek into the selected task by CFS.
Bug: 184695001
Change-Id: Ib51dacb607663a2a6434e49198f59b36fb8c9312
Signed-off-by: Pavankumar Kondeti <quic_pkondeti@quicinc.com >
2021-04-07 12:31:29 +00:00
..
2021-04-02 15:25:50 +02:00
2021-03-23 15:17:36 +00:00
2021-03-04 11:38:46 +01:00
2021-01-25 12:21:02 -08:00
2021-03-17 17:06:36 +01:00
2021-03-19 09:42:56 +01:00
2021-03-30 14:31:54 +02:00
2021-03-25 17:15:27 +01:00
2021-03-04 11:37:37 +01:00
2020-10-16 11:11:19 -07:00
2021-03-10 21:18:26 +00:00
2021-04-02 15:25:50 +02:00
2021-03-07 12:33:33 +01:00
2021-03-11 21:06:44 +09:00
2021-04-07 12:31:29 +00:00
2021-03-25 17:15:27 +01:00
2021-04-06 13:01:51 +00:00
2020-10-16 11:11:19 -07:00
2020-07-16 12:35:15 -07:00
2020-12-30 11:54:18 +01:00
2020-12-30 11:54:18 +01:00
2020-12-30 11:54:18 +01:00
2020-08-26 09:10:39 -04:00
2020-08-17 20:26:58 -04:00
2020-08-23 17:36:59 -05:00
2020-08-04 14:20:26 -07:00
2020-07-30 11:15:58 -07:00
2020-10-13 09:17:34 -07:00
2021-02-16 18:09:38 +00:00
2020-08-23 17:36:59 -05:00
2020-06-11 15:14:36 +02:00
2020-09-01 09:58:03 +02:00
2021-03-11 21:32:28 +00:00
2020-08-12 10:58:01 -07:00
2021-03-15 15:37:57 +00:00
2021-03-19 04:54:07 +00:00
2020-11-19 11:58:16 -08:00
2021-04-02 15:25:50 +02:00
2021-03-25 17:15:27 +01:00
2020-06-06 23:42:01 +09:00
2020-10-13 09:17:34 -07:00
2020-11-02 12:14:19 -08:00
2020-12-03 16:50:04 +00:00
2021-03-25 09:04:18 +01:00
2021-01-14 16:31:46 +00:00
2021-01-09 13:46:24 +01:00
2020-08-12 10:58:02 -07:00
2021-02-03 23:28:37 +01:00
2021-03-04 11:37:50 +01:00
2020-10-05 13:37:03 +02:00
2020-08-12 10:58:01 -07:00
2021-03-04 11:38:35 +01:00
2021-02-08 20:05:12 -08:00
2021-03-07 12:33:33 +01:00
2021-03-25 09:04:11 +01:00
2021-03-25 09:04:11 +01:00
2021-03-25 17:15:27 +01:00
2020-09-01 09:58:03 +02:00
2020-07-08 11:14:22 +02:00
2020-09-04 17:51:55 +10:00
2020-11-14 11:26:04 -08:00
2020-10-29 17:22:59 -05:00
2020-10-16 11:11:19 -07:00
2021-01-13 10:28:55 +01:00
2020-11-17 12:53:22 -08:00
2020-10-16 11:11:19 -07:00
2020-11-15 14:37:09 +01:00
2020-07-27 14:31:12 -04:00
2020-10-16 11:11:22 -07:00
2020-10-16 11:11:18 -07:00
2020-08-24 18:38:38 -07:00
2021-01-07 17:56:54 -08:00
2021-03-07 12:33:33 +01:00
2021-01-22 10:05:52 -08:00
2021-03-07 12:33:33 +01:00
2021-02-07 15:37:17 +01:00
2020-12-21 17:48:06 +00:00
2020-09-19 13:13:39 -07:00
2020-09-18 14:24:16 +01:00
2021-03-30 14:31:53 +02:00
2020-12-08 19:07:21 +00:00
2020-10-18 09:27:10 -07:00
2021-03-08 16:18:51 +00:00
2021-03-19 09:42:56 +01:00
2021-03-24 15:09:18 -07:00
2020-10-02 19:11:12 -07:00
2020-06-29 12:01:45 -07:00
2021-03-31 09:08:06 +00:00
2020-10-06 10:31:52 -07:00
2020-10-16 11:11:19 -07:00
2020-06-04 19:06:24 -07:00
2021-03-30 14:32:03 +02:00
2020-08-17 09:39:18 -07:00
2021-02-04 23:55:45 +00:00
2021-04-06 19:42:07 +00:00