Searched refs:run_queue_enqueue (Results 1 – 8 of 8) sorted by relevance
| /xnu-8020.140.41/osfmk/kern/ |
| H A D | sched_proto.c | 415 result = run_queue_enqueue(rq, thread, options); in sched_proto_processor_enqueue()
|
| H A D | sched_dualq.c | 296 result = run_queue_enqueue(rq, thread, options); in sched_dualq_processor_enqueue()
|
| H A D | sched_amp.c | 279 result = run_queue_enqueue(rq, thread, options); in sched_amp_processor_enqueue()
|
| H A D | sched_traditional.c | 417 result = run_queue_enqueue(rq, thread, options); in sched_traditional_processor_enqueue()
|
| H A D | sched_prim.h | 304 extern boolean_t run_queue_enqueue(
|
| H A D | sched_multiq.c | 1151 result = run_queue_enqueue(multiq_bound_runq(processor), thread, options); in sched_multiq_processor_enqueue()
|
| H A D | sched_clutch.c | 1863 run_queue_enqueue(&root_bucket->scrb_bound_thread_runq, thread, options); in sched_edge_bound_thread_insert() 2921 result = run_queue_enqueue(rq, thread, options); in sched_clutch_processor_enqueue()
|
| H A D | sched_prim.c | 3930 run_queue_enqueue( in run_queue_enqueue() function
|