/device/soc/rockchip/common/sdk_linux/include/linux/ |
H A D | freezer.h | 175 /* Like schedule(), but should not block the freezer. */ 179 schedule(); in freezable_schedule() 187 schedule(); in freezable_schedule_unsafe() 336 #define freezable_schedule() schedule() 338 #define freezable_schedule_unsafe() schedule()
|
H A D | sched.h | 7 * APIs (schedule(), wakeup variants, etc.)
166 * schedule();
275 asmlinkage void schedule(void);
923 * schedule() if (p->on_rq && ..) // false
1380 /* Timestamp for last schedule: */
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/ |
H A D | osal_wait.c | 69 /* if wakeup the queue before prepare_to_wait, the func will return true. And will not go to schedule */ in osal_wait_interruptible() 76 schedule(); in osal_wait_interruptible() 106 /* if wakeup the queue before prepare_to_wait, the func will return true. And will not go to schedule */ in osal_wait_uninterruptible() 112 schedule(); in osal_wait_uninterruptible() 139 /* if wakeup the queue before prepare_to_wait, the func will return true. And will not go to schedule */ in osal_wait_timeout_interruptible() 180 /* if wakeup the queue before prepare_to_wait, the func will return true. And will not go to schedule */ in osal_wait_timeout_uninterruptible()
|
/device/soc/rockchip/common/sdk_linux/kernel/power/ |
H A D | process.c | 243 schedule(); in thaw_processes() 266 schedule(); in thaw_kernel_threads()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/ |
H A D | module_config.mk | 3 BOOT_CCFLAGS := -mabi=ilp32 -march=rv32imc -freorder-blocks-algorithm=simple -fno-schedule-insns -nostdinc -fno-aggressive-loop-optimizations -fno-builtin -fno-exceptions -fno-short-enums -mtune=size -msmall-data-limit=0 -Wall -Werror -Os -std=c99 -falign-functions=2 -fdata-sections -ffunction-sections -fno-common -fstack-protector-strong
|
/device/soc/rockchip/common/sdk_linux/kernel/sched/ |
H A D | wait.c | 176 * The sync wakeup differs that the waker knows that it will schedule 202 * The sync wakeup differs in that the waker knows that it will schedule 343 schedule(); in do_wait_intr() 362 schedule(); in do_wait_intr_irq() 433 * schedule() if (p->state & mode)
|
H A D | core.c | 412 * Don't schedule slices shorter than 10000ns, that just in hrtick_start() 434 * Don't schedule slices shorter than 10000ns, that just in hrtick_start() 1849 * A queue event has occurred, and we're going to schedule. In in check_preempt_curr() 2046 * proper CPU and schedule it away if the CPU it's executing on 2800 * schedule(); 2804 * between set_current_state() and schedule(). In this case @p is still 2808 * By taking task_rq(p)->lock we serialize against schedule(), if @p->on_rq 2809 * then schedule() must still happen and p->state can be changed to 2810 * TASK_RUNNING. Otherwise we lost the race, schedule() has happened, and we 3051 * CPU0 (schedule) CPU 5050 asmlinkage __visible void __sched schedule(void) schedule() function 5062 EXPORT_SYMBOL(schedule); global() variable [all...] |
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/ |
H A D | module_config.mk | 3 BOOT_CCFLAGS := -mabi=ilp32 -march=rv32imc -freorder-blocks-algorithm=simple -fno-schedule-insns -nostdinc -fno-aggressive-loop-optimizations -fno-builtin -fno-exceptions -fno-short-enums -mtune=size -msmall-data-limit=0 -Wall -Werror -Os -std=c99 -falign-functions=2 -fdata-sections -ffunction-sections -fno-common -fstack-protector-strong
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/ |
H A D | oal_thread.h | 98 #define oal_schedule schedule
|
H A D | oal_sdio_host.c | 496 schedule(); in oal_sdio_get_credit() 1618 schedule(); in _oal_sdio_transfer_scatt() 1656 schedule(); in _oal_sdio_transfer_scatt()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/make_scripts/ |
H A D | config.mk | 61 CCFLAGS := -mabi=ilp32 -march=rv32imc -falign-functions=2 -msave-restore -fno-optimize-strlen -freorder-blocks-algorithm=simple -fno-schedule-insns -fno-inline-small-functions -fno-inline-functions-called-once -mtune=size -fno-strict-aliasing -msmall-data-limit=0 -nostdinc -fno-aggressive-loop-optimizations -fno-builtin -std=c99 -Os -ffunction-sections -fdata-sections -fno-exceptions -fno-short-enums -fno-common -Wall -Wundef -DLOS_COMPILE_LDM -fstack-protector-strong -freg-struct-return -fvisibility=hidden -pipe
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/win_scripts/build/make_scripts/ |
H A D | config.mk | 61 CCFLAGS := -mabi=ilp32 -march=rv32imc -falign-functions=2 -msave-restore -fno-optimize-strlen -freorder-blocks-algorithm=simple -fno-schedule-insns -fno-inline-small-functions -fno-inline-functions-called-once -mtune=size -fno-strict-aliasing -msmall-data-limit=0 -nostdinc -fno-aggressive-loop-optimizations -fno-builtin -std=c99 -Os -ffunction-sections -fdata-sections -fno-exceptions -fno-short-enums -fno-common -Wall -Wundef -DLOS_COMPILE_LDM -fstack-protector-strong -freg-struct-return -fvisibility=hidden -pipe
|
/device/soc/rockchip/common/sdk_linux/include/linux/sched/ |
H A D | signal.h | 187 * Cumulative ns of schedule CPU time fo dead threads in the
296 schedule();
in kernel_signal_stop()
|
/device/soc/rockchip/common/sdk_linux/ipc/ |
H A D | msg.c | 918 schedule(); in do_msgsnd() 1212 schedule(); in do_msgrcv()
|
H A D | sem.c | 2233 schedule();
in do_semtimedop()
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/common/ |
H A D | mali_timeline.c | 136 /* This is likely the delayed work that has been schedule out before cancelled. */ in mali_timeline_timer_callback() 1616 mali_bool schedule = MALI_FALSE; local 1622 schedule = MALI_TRUE; 1627 if (schedule) {
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/common/ |
H A D | mali_timeline.c | 132 /* This is likely the delayed work that has been schedule out before cancelled. */ in mali_timeline_timer_callback() 1596 mali_bool schedule = MALI_FALSE; local 1602 schedule = MALI_TRUE; 1606 if (schedule)
|
/device/soc/rockchip/common/vendor/drivers/rockchip/ |
H A D | rk_fiq_debugger.c | 284 schedule();
in console_thread()
|
/device/soc/rockchip/rk3588/kernel/drivers/soc/rockchip/ |
H A D | rk_fiq_debugger.c | 282 schedule(); in console_thread()
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/hcc/ |
H A D | hcc_host.c | 905 schedule();
|
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/i915/gt/ |
H A D | intel_engine_cs.c | 333 engine->schedule = NULL; in intel_engine_setup()
|
/device/soc/rockchip/common/vendor/drivers/gpu/drm/rockchip/ebc-dev/ |
H A D | ebc_dev_v8.S | 1784 bl schedule 3962 bl schedule 6840 bl schedule 7342 bl schedule 7724 bl schedule 7763 bl schedule 7886 bl schedule 8036 bl schedule 54934 .string "schedule"
|