Home
last modified time | relevance | path

Searched refs:schedule (Results 1 - 22 of 22) sorted by relevance

/device/soc/rockchip/common/sdk_linux/include/linux/
H A Dfreezer.h175 /* 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 Dsched.h7 * 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 Dosal_wait.c69 /* 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 Dprocess.c243 schedule(); in thaw_processes()
266 schedule(); in thaw_kernel_threads()
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/
H A Dmodule_config.mk3 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 Dwait.c176 * 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 Dcore.c412 * 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 Dmodule_config.mk3 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 Doal_thread.h98 #define oal_schedule schedule
H A Doal_sdio_host.c496 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 Dconfig.mk61 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 Dconfig.mk61 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 Dsignal.h187 * 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 Dmsg.c918 schedule(); in do_msgsnd()
1212 schedule(); in do_msgrcv()
H A Dsem.c2233 schedule(); in do_semtimedop()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/common/
H A Dmali_timeline.c136 /* 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 Dmali_timeline.c132 /* 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 Drk_fiq_debugger.c284 schedule(); in console_thread()
/device/soc/rockchip/rk3588/kernel/drivers/soc/rockchip/
H A Drk_fiq_debugger.c282 schedule(); in console_thread()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/hcc/
H A Dhcc_host.c905 schedule();
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/i915/gt/
H A Dintel_engine_cs.c333 engine->schedule = NULL; in intel_engine_setup()
/device/soc/rockchip/common/vendor/drivers/gpu/drm/rockchip/ebc-dev/
H A Debc_dev_v8.S1784 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"

Completed in 57 milliseconds