Searched refs:urgency (Results 1 - 17 of 17) sorted by relevance

/macosx-10.10/xnu-2782.1.97/osfmk/kern/
H A Dtimer_queue.h73 uint32_t urgency,
138 uint32_t urgency,
H A Dsched_proto.c442 rq->urgency--; assert(rq->urgency >= 0);
517 int count, urgency; local
521 urgency = runq->urgency;
524 if (urgency > 0)
H A Dsched_multiq.c628 rq->urgency--; assert(rq->urgency >= 0);
671 rq->urgency++;
701 rq->urgency--; assert(rq->urgency >= 0);
738 rq->urgency--; assert(rq->urgency >= 0);
783 rq->urgency++;
809 rq->urgency--; assert(rq->urgency >
[all...]
H A Dsched_prim.h352 /* Returns the "urgency" of a thread (provided by scheduler) */
358 /* Tells the "urgency" of the just scheduled thread (provided by CPU PM) */
360 int urgency,
419 /* Assert that the thread intends to wait with an urgency, timeout and leeway */
423 wait_timeout_urgency_t urgency,
433 /* Assert that the thread intends to wait with an urgency, deadline, and leeway */
437 wait_timeout_urgency_t urgency,
H A Dwait_queue.h230 wait_timeout_urgency_t urgency,
399 wait_timeout_urgency_t urgency,
439 wait_timeout_urgency_t urgency,
H A Dtimer_call.c558 uint32_t urgency; local
571 urgency = (flags & TIMER_CALL_URGENCY_MASK);
574 slop = timer_call_slop(deadline, ctime, urgency, current_thread(), &slop_ratelimited);
1602 * urgency value provided at timeout establishment. With this mechanism,
1609 timer_compute_leeway(thread_t cthread, int32_t urgency, int32_t *tshift, uint64_t *tmax_abstime, boolean_t *pratelimited) { argument
1611 if ((urgency & TIMER_CALL_USER_MASK) != 0) {
1613 urgency == TIMER_CALL_USER_CRITICAL) {
1618 (urgency == TIMER_CALL_USER_BACKGROUND)) {
1647 } else if (urgency == TIMER_CALL_SYS_BACKGROUND) {
1667 uint32_t urgency local
[all...]
H A Dsched_dualq.c260 if (main_runq->urgency > 0)
263 if (bound_runq->urgency > 0)
H A Dsched_prim.c1218 wait_timeout_urgency_t urgency,
1253 urgency, deadline, slop,
1301 wait_timeout_urgency_t urgency,
1325 urgency, deadline, leeway,
2000 int urgency; local
2082 urgency = thread_get_urgency(thread, &arg1, &arg2);
2084 thread_tell_urgency(urgency, arg1, arg2, new_thread);
2150 rq->urgency--; assert(rq->urgency >= 0);
2669 int urgency; local
1215 assert_wait_timeout_with_leeway( event_t event, wait_interrupt_t interruptible, wait_timeout_urgency_t urgency, uint32_t interval, uint32_t leeway, uint32_t scale_factor) argument
1298 assert_wait_deadline_with_leeway( event_t event, wait_interrupt_t interruptible, wait_timeout_urgency_t urgency, uint64_t deadline, uint64_t leeway) argument
[all...]
H A Dwait_queue.c1184 wait_timeout_urgency_t urgency,
1233 deadline, leeway, urgency, FALSE))
1288 * Deadline values are specified with urgency and leeway.
1298 wait_timeout_urgency_t urgency,
1315 urgency, deadline, leeway,
1364 * Deadline values are specified with urgency and leeway.
1373 wait_timeout_urgency_t urgency,
1389 urgency, deadline, leeway,
1180 wait_queue_assert_wait64_locked( wait_queue_t wq, event64_t event, wait_interrupt_t interruptible, wait_timeout_urgency_t urgency, uint64_t deadline, uint64_t leeway, thread_t thread) argument
1294 wait_queue_assert_wait_with_leeway( wait_queue_t wq, event_t event, wait_interrupt_t interruptible, wait_timeout_urgency_t urgency, uint64_t deadline, uint64_t leeway) argument
1369 wait_queue_assert_wait64_with_leeway( wait_queue_t wq, event64_t event, wait_interrupt_t interruptible, wait_timeout_urgency_t urgency, uint64_t deadline, uint64_t leeway) argument
H A Dsched.h192 int urgency; /* level of preemption urgency */ member in struct:run_queue
H A Dthread_call.c898 uint32_t urgency; local
901 urgency = (flags & TIMEOUT_URGENCY_MASK);
919 slop = timer_call_slop(deadline, abstime, urgency, current_thread(), &ratelimited);
/macosx-10.10/xnu-2782.1.97/osfmk/i386/
H A DpmCPU.c720 int urgency; local
723 urgency = thread_get_urgency(current_processor()->next_thread, &arg1, &arg2);
725 if (urgency == THREAD_URGENCY_REAL_TIME) {
733 KERNEL_DEBUG(MACHDBG_CODE(DBG_MACH_SCHED, MACH_SCHED_GET_URGENCY), urgency, arg1, arg2, 0, 0); local
735 return(urgency);
746 thread_tell_urgency(int urgency, argument
755 urgency_stats[cpu_number() % 64][urgency]++;
762 KERNEL_DEBUG_CONSTANT(MACHDBG_CODE(DBG_MACH_SCHED,MACH_URGENCY) | DBG_FUNC_START, urgency, rt_period, rt_deadline, 0, 0);
768 pmDispatch->pmThreadTellUrgency(urgency, rt_period, rt_deadline);
785 KERNEL_DEBUG_CONSTANT(MACHDBG_CODE(DBG_MACH_SCHED,MACH_URGENCY) | DBG_FUNC_END, urgency, rt_perio
[all...]
H A DpmCPU.h79 void (*pmThreadTellUrgency)(int urgency, uint64_t rt_period, uint64_t rt_deadline);
159 /* Default urgency timing threshold for the DEBUG build */
/macosx-10.10/vim-55/runtime/syntax/
H A Ddebchangelog.vim21 syn match debchangelogUrgency contained "; urgency=\(low\|medium\|high\|critical\|emergency\)\( \S.*\)\="
/macosx-10.10/vim-55/runtime/ftplugin/
H A Ddebchangelog.vim159 call setline(1, substitute(getline(1), "urgency=.*$", "urgency=" . a:urg, ""))
/macosx-10.10/xnu-2782.1.97/tools/lldbmacros/
H A Dprocess.py1144 out_str = " runq: count {: <10d} highq: {: <10d} urgency {: <10d}\n".format(runq.count, runq.highq, runq.urgency)
1182 out_str = " runq: count {: <10d} highq: {: <10d} urgency {: <10d}\n".format(runq.count, runq.highq, runq.urgency)
/macosx-10.10/vim-55/runtime/
H A Dfiletype.vim401 \ if getline(1) =~ '; urgency='
408 \ if getline(1) =~ '; urgency='
2366 \ if getline(1) =~ '; urgency='

Completed in 153 milliseconds