nuttx/sched/sched
Xiang Xiao 50e2269642 sched: Stop the sched timer when possible to save the power in tickless mode
Remove KEEP_ALIVE_HACK to avoid waking up the device periodly.
The workaround it's added by:
    commit 6546fa39c7
    Author: Gregory Nutt <gnutt@nuttx.org>
    Date:   Tue Aug 12 11:12:00 2014 -0600

    Tickless Stuff:  Back out the risky timer operations when the ready-to-run
    list is modified. That is unsafe.  An ugly workaround is just to keep an
    interval timer going all of the time with a minimum duration equal to the
    timeslice interval.
But look like it doesn't needed anymore.

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2023-12-17 08:25:11 -06:00
..
CMakeLists.txt task/pthread_cancelpt: Fix task_delete from another task group 2023-11-22 08:05:58 -08:00
Make.defs task/pthread_cancelpt: Fix task_delete from another task group 2023-11-22 08:05:58 -08:00
sched_addblocked.c
sched_addprioritized.c sched: remove unnecessary type cast 2022-12-15 09:44:32 +08:00
sched_addreadytorun.c sched: remove unnecessary type cast 2022-12-15 09:44:32 +08:00
sched_backtrace.c
sched_cpuload_oneshot.c sched: explicitly select the cpuload clock source configuration 2023-11-01 09:27:56 +08:00
sched_cpuload_period.c sched: explicitly select the cpuload clock source configuration 2023-11-01 09:27:56 +08:00
sched_cpuload.c sched: explicitly select the cpuload clock source configuration 2023-11-01 09:27:56 +08:00
sched_cpupause.c
sched_cpuselect.c
sched_critmonitor.c clock: replace all up_perf_xx with perf_xx 2023-10-02 16:11:43 +02:00
sched_foreach.c vfs:add nxsched_foreach to sched_lock avoid crash 2023-08-29 10:36:21 +08:00
sched_get_stackinfo.c Update kconfig2html.c 2023-12-14 20:02:52 -08:00
sched_get_stateinfo.c sched/addrenv.c: Implement re-entrancy for addrenv_select() 2023-04-25 14:33:19 +02:00
sched_get_tls.c task/pthread_cancelpt: Fix task_delete from another task group 2023-11-22 08:05:58 -08:00
sched_getaffinity.c
sched_getcpu.c
sched_getfiles.c sched/spawn: remove spawn proxy thread to simplify task/posix_spawn() 2023-04-27 17:35:58 +08:00
sched_getparam.c
sched_getscheduler.c
sched_gettcb.c drivers/note: Replace the scritical section with spin_xxx_wo_note 2023-01-04 00:21:18 +02:00
sched_idletask.c sched/sched/sched_idletask: fix typo 2023-06-19 10:51:23 +02:00
sched_lock.c spinlock: Rename spin_islocked to spin_is_locked 2023-10-06 20:03:19 -04:00
sched_lockcount.c
sched_mergepending.c sched/sched: fix scheduler lock/unlock operation for non-SMP case 2023-04-19 02:43:55 +08:00
sched_mergeprioritized.c
sched_processtimer.c sched/cpuload: add SCHED_CPULOAD_OSCLK option 2023-08-04 10:58:54 -07:00
sched_releasetcb.c sched: explicitly select the cpuload clock source configuration 2023-11-01 09:27:56 +08:00
sched_removeblocked.c
sched_removereadytorun.c sched: delete check when pick nexttcb in readytorun list 2023-11-24 12:43:54 +09:00
sched_reprioritize.c
sched_reprioritizertr.c nuttx/sched: move reprioritize process to public function 2022-11-22 15:29:00 +09:00
sched_resumescheduler.c
sched_roundrobin.c nuttx: Use MIN/MAX definitions from "sys/param.h" 2023-02-01 23:47:44 +08:00
sched_rrgetinterval.c
sched_self.c
sched_setaffinity.c
sched_setparam.c
sched_setpriority.c sched/sched: address performance concerns for sched_lock in non-SMP case 2023-04-27 00:40:20 +08:00
sched_setscheduler.c sched/getpid: replace syscall getpid/tid/ppid() to kernel version 2023-02-02 10:33:01 +08:00
sched_smp.c sched: Exit immediately when cpuset change to 0. 2023-10-18 21:12:35 +08:00
sched_sporadic.c mm/alloc: remove all unnecessary cast for alloc 2023-08-30 14:34:20 +08:00
sched_suspend.c nuttx/sched: merge up_block_task and up_unblock_task 2022-11-22 22:59:08 +08:00
sched_suspendscheduler.c
sched_sysinfo.c sched: explicitly select the cpuload clock source configuration 2023-11-01 09:27:56 +08:00
sched_thistask.c
sched_timerexpiration.c sched: Stop the sched timer when possible to save the power in tickless mode 2023-12-17 08:25:11 -06:00
sched_unlock.c spinlock: Rename spin_islocked to spin_is_locked 2023-10-06 20:03:19 -04:00
sched_verifytcb.c
sched_wait.c
sched_waitid.c
sched_waitpid.c fix wait after vfork return error 2023-09-08 00:53:56 +03:00
sched_yield.c
sched.h arch:Mark key functions to prohibit instrumentation to prevent recursive calls 2023-12-11 02:06:51 -08:00