Searched refs:preempt (Results 1 - 11 of 11) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/ |
H A D | hi_btcoex_api.h | 49 * @param preempt [IN] Type #preempt, whether send wifi & bt preempt frame (NULL data), 0:no send, 1:send. 53 * It will occupy some space time for sending preempt frame (NULL data), the performance of not sending preempt frame 54 * is better than sending in lab test, while sending preempt frame could tell the peer sta that the bt is working 64 hi_u32 hi_wifi_btcoex_enable(const hi_char *ifname, hi_bool enable, hi_u8 mode, hi_u8 share_ant, hi_u8 preempt);
|
/device/soc/rockchip/common/sdk_linux/include/trace/events/ |
H A D | sched.h | 86 static inline long trace_sched_switch_state(bool preempt, struct task_struct *p)
in trace_sched_switch_state() argument 98 if (preempt) {
in trace_sched_switch_state() 119 TP_PROTO(bool preempt, struct task_struct *prev, struct task_struct *next),
121 TP_ARGS(preempt, prev, next),
129 __entry->prev_state = trace_sched_switch_state(preempt, prev);
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/tests/kutf/ |
H A D | kutf_helpers.c | 27 #include <linux/preempt.h>
|
/device/soc/rockchip/rk3588/kernel/include/trace/hooks/ |
H A D | sched.h | 257 TP_PROTO(struct rq *rq, struct task_struct *p, bool *preempt, bool *nopreempt, 260 TP_ARGS(rq, p, preempt, nopreempt, wake_flags, se, pse, next_buddy_marked,
|
/device/soc/rockchip/common/sdk_linux/kernel/sched/ |
H A D | core.c | 4578 * If the value passed in is equal to the current preempt count 4615 * If the value passed in equals to the current preempt count 4702 static inline void schedule_debug(struct task_struct *prev, bool preempt) in schedule_debug() argument 4715 if (!preempt && prev->state && prev->non_block_count) { in schedule_debug() 4843 static void __sched notrace __schedule(bool preempt) in __schedule() argument 4857 schedule_debug(prev, preempt); in __schedule() 4864 rcu_note_context_switch(preempt); in __schedule() 4898 if (!preempt && prev_state) { in __schedule() 4968 trace_sched_switch(preempt, prev, next); in __schedule() 5158 * we do not want to preempt th in preempt_schedule() 6782 yield_to(struct task_struct *p, bool preempt) yield_to() argument [all...] |
H A D | fair.c | 7114 * preempt must be disabled. 7301 * Should 'se' preempt 'curr'. 7412 goto preempt; in check_preempt_wakeup() 7416 * Batch and idle tasks do not preempt non-idle tasks (their preemption in check_preempt_wakeup() 7434 goto preempt; in check_preempt_wakeup() 7439 preempt: in check_preempt_wakeup() 11599 * Priority of the task has changed. Check to see if we preempt 11760 * if we can still preempt the current task. in switched_to_fair()
|
/device/soc/rockchip/common/sdk_linux/arch/arm64/kernel/ |
H A D | cpuinfo.c | 21 #include <linux/preempt.h>
|
/device/soc/rockchip/common/sdk_linux/include/linux/ |
H A D | sched.h | 1826 extern int yield_to(struct task_struct *p, bool preempt);
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/ |
H A D | mali_kbase_vinstr.c | 24 #include <linux/preempt.h>
|
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/i915/gt/ |
H A D | intel_engine_cs.c | 1000 if (in_atomic() || irqs_disabled()) { /* inside atomic preempt-reset? */ in stop_timeout() 1471 drm_printf(m, "\tExeclist tasklet queued? %s (%s), preempt? %s, timeslice? %s\n", in intel_engine_print_registers() 1474 repr_timer(&engine->execlists.preempt), repr_timer(&engine->execlists.timer)); in intel_engine_print_registers()
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/ |
H A D | mali_kbase_vinstr.c | 26 #include <linux/preempt.h>
|
Completed in 36 milliseconds