Home
last modified time | relevance | path

Searched defs:pri (Results 1 – 25 of 86) sorted by relevance

1234

/f-stack/freebsd/kern/
H A Dkern_switch.c280 runq_clrbit(struct runq *rq, int pri) in runq_clrbit()
300 int pri; in runq_findbit() local
316 runq_findbit_from(struct runq *rq, u_char pri) in runq_findbit_from()
352 runq_setbit(struct runq *rq, int pri) in runq_setbit()
372 int pri; in runq_add() local
388 runq_add_pri(struct runq *rq, struct thread *td, u_char pri, int flags) in runq_add_pri()
435 int pri; in runq_choose_fuzz() local
477 int pri; in runq_choose() local
497 int pri; in runq_choose_from() local
528 u_char pri; in runq_remove_idx() local
H A Dsubr_sleepqueue.c503 sleepq_catch_signals(const void *wchan, int pri) in sleepq_catch_signals()
546 sleepq_switch(const void *wchan, int pri) in sleepq_switch()
652 sleepq_wait(const void *wchan, int pri) in sleepq_wait()
667 sleepq_wait_sig(const void *wchan, int pri) in sleepq_wait_sig()
682 sleepq_timedwait(const void *wchan, int pri) in sleepq_timedwait()
700 sleepq_timedwait_sig(const void *wchan, int pri) in sleepq_timedwait_sig()
742 sleepq_resume_thread(struct sleepqueue *sq, struct thread *td, int pri, in sleepq_resume_thread()
898 sleepq_signal(const void *wchan, int flags, int pri, int queue) in sleepq_signal()
959 sleepq_broadcast(const void *wchan, int flags, int pri, int queue) in sleepq_broadcast()
980 bool (*matches)(struct thread *), int pri) in sleepq_remove_matching()
H A Dsubr_prf.c104 int pri; member
222 tprintf(struct proc *p, int pri, const char *fmt, ...) in tprintf()
232 vtprintf(struct proc *p, int pri, const char *fmt, va_list ap) in vtprintf()
342 int pri; in log_console() local
427 prf_putbuf(char *bufr, int flags, int pri) in prf_putbuf()
986 msglogchar(int c, int pri) in msglogchar()
1018 msglogstr(char *str, int pri, int filter_cr) in msglogstr()
H A Dsubr_turnstile.c204 int pri; in propagate_priority() local
928 u_char cp, pri; in turnstile_calc_unlend_prio_locked() local
952 u_char pri; in turnstile_unpend() local
1029 u_char pri; in turnstile_disown() local
H A Dsubr_taskqueue.c669 _taskqueue_start_threads(struct taskqueue **tqp, int count, int pri, in _taskqueue_start_threads()
738 taskqueue_start_threads(struct taskqueue **tqp, int count, int pri, in taskqueue_start_threads()
755 taskqueue_start_threads_in_proc(struct taskqueue **tqp, int count, int pri, in taskqueue_start_threads_in_proc()
772 taskqueue_start_threads_cpuset(struct taskqueue **tqp, int count, int pri, in taskqueue_start_threads_cpuset()
H A Dkern_intr.c122 u_char pri; in intr_priority() local
164 u_char pri; in ithread_update() local
573 driver_filter_t filter, driver_intr_t handler, void *arg, u_char pri, in intr_event_add_handler()
1020 void *arg, int pri, enum intr_type flags, void **cookiep) in swi_add()
H A Dsched_ule.c373 int pri; in runq_print() local
422 sched_shouldpreempt(int pri, int cpri, int remote) in sched_shouldpreempt()
463 u_char pri; in tdq_runq_add() local
806 sched_lowest(const struct cpu_group *cg, cpuset_t mask, int pri, int maxload, in sched_lowest()
1071 int pri; in tdq_notify() local
1248 int cpu, pri, self, intr; in sched_pickcpu() local
1575 int pri; in sched_priority() local
2526 int pri; in sched_setpreempt() local
/f-stack/freebsd/arm64/include/
H A Drunq.h36 #define RQB_BIT(pri) (1ul << ((pri) & (RQB_BPW - 1))) argument
37 #define RQB_WORD(pri) ((pri) >> RQB_L2BPW) argument
/f-stack/freebsd/arm/include/
H A Drunq.h38 #define RQB_BIT(pri) (1 << ((pri) & (RQB_BPW - 1))) argument
39 #define RQB_WORD(pri) ((pri) >> RQB_L2BPW) argument
/f-stack/freebsd/i386/include/
H A Drunq.h38 #define RQB_BIT(pri) (1 << ((pri) & (RQB_BPW - 1))) argument
39 #define RQB_WORD(pri) ((pri) >> RQB_L2BPW) argument
/f-stack/freebsd/amd64/include/
H A Drunq.h38 #define RQB_BIT(pri) (1ul << ((pri) & (RQB_BPW - 1))) argument
39 #define RQB_WORD(pri) ((pri) >> RQB_L2BPW) argument
/f-stack/freebsd/net/altq/
H A Daltq_priq.c208 int pri; in priq_clear_interface() local
243 int pri; in priq_purge() local
254 priq_class_create(struct priq_if *pif, int pri, int qlimit, int flags, int qid) in priq_class_create()
395 int s, pri; in priq_class_destroy() local
501 int pri; in priq_dequeue() local
H A Daltq_fairq.c262 int pri; in fairq_clear_interface() local
293 int pri; in fairq_purge() local
304 fairq_class_create(struct fairq_if *pif, int pri, int qlimit, in fairq_class_create()
435 int pri; in fairq_class_destroy() local
543 int pri; in fairq_dequeue() local
/f-stack/freebsd/mips/include/
H A Drunq.h44 #define RQB_BIT(pri) (1ul << ((pri) & (RQB_BPW - 1))) argument
45 #define RQB_WORD(pri) ((pri) >> RQB_L2BPW) argument
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dproc.h68 size_t len, proc_t *pp, int state, pri_t pri, const char *name) in do_thread_create()
99 pp, state, pri) \ argument
101 #define thread_create(stk, stksize, proc, arg, len, pp, state, pri) \ argument
/f-stack/freebsd/sys/
H A Dsyslog.h63 #define LOG_MAKEPRI(fac, pri) ((fac) | (pri)) argument
163 #define LOG_MASK(pri) (1 << (pri)) /* mask for one priority */ argument
164 #define LOG_UPTO(pri) ((1 << ((pri)+1)) - 1) /* all priorities through pri */ argument
H A Dsystm.h518 #define msleep(chan, mtx, pri, wmesg, timo) \ argument
521 #define msleep_sbt(chan, mtx, pri, wmesg, bt, pr, flags) \ argument
535 #define tsleep(chan, pri, wmesg, timo) \ argument
538 #define tsleep_sbt(chan, pri, wmesg, bt, pr, flags) \ argument
/f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/
H A Dthread.h48 pp, state, pri) \ argument
53 #define thread_create(stk, stksize, func, arg, len, pp, state, pri) \ argument
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_taskq.c51 #define taskqueue_start_threads_in_proc(tqp, count, pri, proc, name, ...) \ argument
212 taskq_create_impl(const char *name, int nthreads, pri_t pri, in taskq_create_impl()
234 taskq_create(const char *name, int nthreads, pri_t pri, int minalloc __unused, in taskq_create()
241 taskq_create_proc(const char *name, int nthreads, pri_t pri, in taskq_create_proc()
/f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/
H A Dbit_util.c5 #define TEST_POW2_CEIL(t, suf, pri) do { \ argument
/f-stack/lib/
H A Dff_kern_intr.c86 void *arg, int pri, enum intr_type flags, void **cookiep) in swi_add()
H A Dff_kern_condvar.c103 cv_broadcastpri(struct cv *cvp, int pri) in cv_broadcastpri()
/f-stack/tools/libxo/libxo/
H A Dxo_syslog.c489 xo_vsyslog (int pri, const char *name, const char *fmt, va_list vap) in xo_vsyslog()
704 xo_syslog (int pri, const char *name, const char *fmt, ...) in xo_syslog()
/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_syslog.c236 ngx_uint_t pri; in ngx_syslog_add_header() local
/f-stack/dpdk/drivers/regex/octeontx2/
H A Dotx2_regexdev_hw_access.c119 uint8_t pri, uint32_t size_div2) in otx2_ree_iq_enable()

1234