Searched defs:pri (Results 1 - 16 of 16) sorted by relevance

/darwin-on-arm/xnu/bsd/kern/
H A Dkern_synch.c153 _sleep( caddr_t chan, int pri, const char *wmsg, u_int64_t abstime, int (*continuation)(int), lck_mtx_t *mtx) argument
308 sleep( void *chan, int pri) argument
316 msleep0( void *chan, lck_mtx_t *mtx, int pri, const char *wmsg, int timo, int (*continuation)(int)) argument
333 msleep( void *chan, lck_mtx_t *mtx, int pri, const char *wmsg, struct timespec *ts) argument
351 msleep1( void *chan, lck_mtx_t *mtx, int pri, const char *wmsg, u_int64_t abstime) argument
362 tsleep( void *chan, int pri, const char *wmsg, int timo) argument
376 tsleep0( void *chan, int pri, const char *wmsg, int timo, int (*continuation)(int)) argument
391 tsleep1( void *chan, int pri, const char *wmsg, u_int64_t abstime, int (*continuation)(int)) argument
[all...]
H A Dpthread_synch.c2299 uint32_t pri, affinity; local
H A Dtty.c3010 ttysleep(struct tty *tp, void *chan, int pri, const char *wmesg, int timo) argument
/darwin-on-arm/xnu/osfmk/kern/
H A Dsched_proto.c298 int pri, count; local
H A Dtask_policy.c854 proc_restore_bgtaskpolicy_internal(task_t task, int locked, int external, int pri) argument
H A Dthread_call.c69 integer_t pri; member in struct:thread_call_group
201 thread_call_priority_to_sched_pri(thread_call_priority_t pri) argument
224 thread_call_priority_t pri = call->tc_pri; local
235 thread_call_group_setup( thread_call_group_t group, thread_call_priority_t pri, uint32_t target_thread_count, boolean_t parallel) argument
715 thread_call_allocate_with_priority( thread_call_func_t func, thread_call_param_t param0, thread_call_priority_t pri) argument
[all...]
H A Dsched_prim.c1991 int pri = rq->highq, count = rq->count; local
3640 int pri = rq->highq, count = rq->count; local
3920 int pri = rq->highq, count = rq->count; local
[all...]
/darwin-on-arm/xnu/bsd/net/pktsched/
H A Dpktsched_tcq.c175 int pri; local
192 int pri; local
247 int pri; local
283 tcq_class_create(struct tcq_if *tif, int pri, u_int32_t qlimit, int flags, u_int32_t qid) argument
477 int pri; local
[all...]
H A Dpktsched_fairq.c263 int pri; local
280 int pri; local
303 int pri; local
344 fairq_class_create(struct fairq_if *fif, int pri, u_int32_t qlimit, u_int64_t bandwidth, u_int32_t nbuckets, int flags, u_int64_t hogs_m1, u_int64_t lssc_m1, u_int64_t lssc_d, u_int64_t lssc_m2, u_int32_t qid) argument
599 int pri; local
730 int pri; local
[all...]
H A Dpktsched_priq.c203 int pri; local
220 int pri; local
275 int pri; local
311 priq_class_create(struct priq_if *pif, int pri, u_int32_t qlimit, int flags, u_int32_t qid) argument
505 int pri; local
565 u_int32_t pri; local
632 u_int32_t pri, len; local
[all...]
H A Dpktsched_rmclass.c237 rmc_newclass(int pri, struct rm_ifdat *ifd, u_int32_t nsecPerByte, argument
528 rmc_get_weight(struct rm_ifdat *ifd, int pri) argument
[all...]
/darwin-on-arm/xnu/bsd/net/
H A Dbridgestp.c1656 bstp_set_priority(struct bstp_state *bs, int pri) argument
1672 bstp_set_port_priority(struct bstp_port *bp, int pri) argument
[all...]
H A Dbpf.c798 bpf_sleep(struct bpf_d *d, int pri, const char *wmesg, int timo) argument
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOCPU.cpp170 uint32_t pri = (next->priority < 0) ? -next->priority : next->priority; local
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Ddtrace_glue.c939 taskq_create(const char *name, int nthreads, pri_t pri, int minalloc, argument
/darwin-on-arm/xnu/bsd/netinet/
H A Dip_fw2.c335 unsigned char pri; local

Completed in 133 milliseconds