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

/xnu-2422.115.4/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 Dtty.c3010 ttysleep(struct tty *tp, void *chan, int pri, const char *wmesg, int timo) argument
/xnu-2422.115.4/osfmk/kern/
H A Dsched_proto.c298 int pri, count; local
H A Dthread_call.c72 integer_t pri; member in struct:thread_call_group
210 thread_call_priority_to_sched_pri(thread_call_priority_t pri) argument
233 thread_call_priority_t pri = call->tc_pri; local
244 thread_call_group_setup( thread_call_group_t group, thread_call_priority_t pri, uint32_t target_thread_count, boolean_t parallel) argument
695 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.c2138 int pri = rq->highq, count = rq->count; local
3934 int pri = rq->highq, count = rq->count; local
4240 int pri = rq->highq, count = rq->count; local
[all...]
/xnu-2422.115.4/bsd/net/pktsched/
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
734 int pri; local
[all...]
H A Dpktsched_priq.c204 int pri; local
221 int pri; local
276 int pri; local
312 priq_class_create(struct priq_if *pif, int pri, u_int32_t qlimit, int flags, u_int32_t qid) argument
506 int pri; local
566 u_int32_t pri; local
637 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...]
H A Dpktsched_tcq.c176 int pri; local
193 int pri; local
248 int pri; local
284 tcq_class_create(struct tcq_if *tif, int pri, u_int32_t qlimit, int flags, u_int32_t qid) argument
478 int pri; local
[all...]
/xnu-2422.115.4/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.c799 bpf_sleep(struct bpf_d *d, int pri, const char *wmesg, int timo) argument
/xnu-2422.115.4/iokit/Kernel/
H A DIOCPU.cpp170 uint32_t pri = (next->priority < 0) ? -next->priority : next->priority; local
/xnu-2422.115.4/bsd/dev/dtrace/
H A Ddtrace_glue.c899 taskq_create(const char *name, int nthreads, pri_t pri, int minalloc, argument
/xnu-2422.115.4/bsd/netinet/
H A Dip_fw2.c366 unsigned char pri; local
/xnu-2422.115.4/bsd/sys/
H A Dmbuf.h216 u_int32_t pri; /* send msg priority */ member in union:tcp_pktinfo::__anon492

Completed in 119 milliseconds