Home
last modified time | relevance | path

Searched refs:need_resched (Results 1 – 25 of 318) sorted by relevance

12345678910>>...13

/dports/multimedia/libv4l/linux-5.13-rc2/Documentation/scheduler/
H A Dsched-arch.rst29 2. need_resched/TIF_NEED_RESCHED is only ever set, and will never
31 threads need only ever query need_resched, and may never set or
34 3. When cpu_idle finds (need_resched() == 'true'), it should call
38 need_resched is if we are about to sleep the processor until
40 need_resched, it prevents losing an interrupt):
45 if (!need_resched()) {
52 need an interrupt to wake them up when need_resched goes high.
53 In other words, they must be periodically polling need_resched,
59 barrier issued (followed by a test of need_resched with
/dports/multimedia/v4l-utils/linux-5.13-rc2/Documentation/scheduler/
H A Dsched-arch.rst29 2. need_resched/TIF_NEED_RESCHED is only ever set, and will never
31 threads need only ever query need_resched, and may never set or
34 3. When cpu_idle finds (need_resched() == 'true'), it should call
38 need_resched is if we are about to sleep the processor until
40 need_resched, it prevents losing an interrupt):
45 if (!need_resched()) {
52 need an interrupt to wake them up when need_resched goes high.
53 In other words, they must be periodically polling need_resched,
59 barrier issued (followed by a test of need_resched with
/dports/multimedia/v4l_compat/linux-5.13-rc2/Documentation/scheduler/
H A Dsched-arch.rst29 2. need_resched/TIF_NEED_RESCHED is only ever set, and will never
31 threads need only ever query need_resched, and may never set or
34 3. When cpu_idle finds (need_resched() == 'true'), it should call
38 need_resched is if we are about to sleep the processor until
40 need_resched, it prevents losing an interrupt):
45 if (!need_resched()) {
52 need an interrupt to wake them up when need_resched goes high.
53 In other words, they must be periodically polling need_resched,
59 barrier issued (followed by a test of need_resched with
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/arm64/include/asm/
H A Dpreempt.h31 current_thread_info()->preempt.need_resched = 0; in set_preempt_need_resched()
36 current_thread_info()->preempt.need_resched = 1; in clear_preempt_need_resched()
41 return !current_thread_info()->preempt.need_resched; in test_preempt_need_resched()
H A Dthread_info.h33 u32 need_resched; member
37 u32 need_resched;
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/arm64/include/asm/
H A Dpreempt.h31 current_thread_info()->preempt.need_resched = 0; in set_preempt_need_resched()
36 current_thread_info()->preempt.need_resched = 1; in clear_preempt_need_resched()
41 return !current_thread_info()->preempt.need_resched; in test_preempt_need_resched()
H A Dthread_info.h33 u32 need_resched; member
37 u32 need_resched;
/dports/multimedia/libv4l/linux-5.13-rc2/arch/arm64/include/asm/
H A Dpreempt.h31 current_thread_info()->preempt.need_resched = 0; in set_preempt_need_resched()
36 current_thread_info()->preempt.need_resched = 1; in clear_preempt_need_resched()
41 return !current_thread_info()->preempt.need_resched; in test_preempt_need_resched()
H A Dthread_info.h33 u32 need_resched; member
37 u32 need_resched;
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/mips/kernel/
H A Dentry.S49 # interrupt setting need_resched
85 local_irq_disable # make sure need_resched and
129 local_irq_disable # make sure need_resched and
151 local_irq_disable # make sure need_resched doesn't
H A Didle.c41 if (!need_resched()) in r39xx_wait()
61 if (!need_resched()) in r4k_wait_irqoff()
76 if (!need_resched()) in rm7k_wait_irqoff()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/mips/kernel/
H A Dentry.S49 # interrupt setting need_resched
85 local_irq_disable # make sure need_resched and
129 local_irq_disable # make sure need_resched and
151 local_irq_disable # make sure need_resched doesn't
H A Didle.c41 if (!need_resched()) in r39xx_wait()
61 if (!need_resched()) in r4k_wait_irqoff()
76 if (!need_resched()) in rm7k_wait_irqoff()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/mips/kernel/
H A Dentry.S49 # interrupt setting need_resched
85 local_irq_disable # make sure need_resched and
129 local_irq_disable # make sure need_resched and
151 local_irq_disable # make sure need_resched doesn't
H A Didle.c41 if (!need_resched()) in r39xx_wait()
61 if (!need_resched()) in r4k_wait_irqoff()
76 if (!need_resched()) in rm7k_wait_irqoff()
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/jbd2/
H A Dcheckpoint.c321 need_resched() || in jbd2_log_do_checkpoint()
463 if (need_resched()) in journal_clean_one_cp_list()
499 if (need_resched()) in __jbd2_journal_clean_checkpoint_list()
510 if (need_resched()) in __jbd2_journal_clean_checkpoint_list()
/dports/multimedia/libv4l/linux-5.13-rc2/fs/jbd2/
H A Dcheckpoint.c321 need_resched() || in jbd2_log_do_checkpoint()
463 if (need_resched()) in journal_clean_one_cp_list()
499 if (need_resched()) in __jbd2_journal_clean_checkpoint_list()
510 if (need_resched()) in __jbd2_journal_clean_checkpoint_list()
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/jbd2/
H A Dcheckpoint.c321 need_resched() || in jbd2_log_do_checkpoint()
463 if (need_resched()) in journal_clean_one_cp_list()
499 if (need_resched()) in __jbd2_journal_clean_checkpoint_list()
510 if (need_resched()) in __jbd2_journal_clean_checkpoint_list()
/dports/net/frr7-pythontools/frr-frr-7.5.1/zebra/
H A Dzebra_opaque.c279 bool need_resched = false; in process_messages() local
306 need_resched = true; in process_messages()
314 need_resched = false; in process_messages()
330 if (need_resched) { in process_messages()
/dports/net/frr7/frr-frr-7.5.1/zebra/
H A Dzebra_opaque.c279 bool need_resched = false; in process_messages() local
306 need_resched = true; in process_messages()
314 need_resched = false; in process_messages()
330 if (need_resched) { in process_messages()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/cpuidle/
H A Dcoupled.c482 if (need_resched()) { in cpuidle_enter_state_coupled()
524 if (need_resched()) { in cpuidle_enter_state_coupled()
540 if (need_resched()) { in cpuidle_enter_state_coupled()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/cpuidle/
H A Dcoupled.c482 if (need_resched()) { in cpuidle_enter_state_coupled()
524 if (need_resched()) { in cpuidle_enter_state_coupled()
540 if (need_resched()) { in cpuidle_enter_state_coupled()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/cpuidle/
H A Dcoupled.c482 if (need_resched()) { in cpuidle_enter_state_coupled()
524 if (need_resched()) { in cpuidle_enter_state_coupled()
540 if (need_resched()) { in cpuidle_enter_state_coupled()
/dports/multimedia/v4l_compat/linux-5.13-rc2/kernel/entry/
H A Dkvm.c30 } while (ti_work & XFER_TO_GUEST_MODE_WORK || need_resched()); in xfer_to_guest_mode_work()
/dports/multimedia/libv4l/linux-5.13-rc2/kernel/entry/
H A Dkvm.c30 } while (ti_work & XFER_TO_GUEST_MODE_WORK || need_resched()); in xfer_to_guest_mode_work()

12345678910>>...13