/freebsd/lib/librt/ |
H A D | mq.c | 212 ret = __sys_kmq_timedreceive(mqd->oshandle, buf, len, prio, NULL); in __mq_receive() argument 193 __mq_timedreceive(mqd_t mqd,char * buf,size_t len,unsigned * prio,const struct timespec * timeout) __mq_timedreceive() argument 201 __mq_timedreceive_cancel(mqd_t mqd,char * buf,size_t len,unsigned * prio,const struct timespec * timeout) __mq_timedreceive_cancel() argument 219 __mq_receive_cancel(mqd_t mqd,char * buf,size_t len,unsigned * prio) __mq_receive_cancel() argument 230 __mq_timedsend(mqd_t mqd,char * buf,size_t len,unsigned prio,const struct timespec * timeout) __mq_timedsend() argument 238 __mq_timedsend_cancel(mqd_t mqd,char * buf,size_t len,unsigned prio,const struct timespec * timeout) __mq_timedsend_cancel() argument 249 __mq_send(mqd_t mqd,char * buf,size_t len,unsigned prio) __mq_send() argument 257 __mq_send_cancel(mqd_t mqd,char * buf,size_t len,unsigned prio) __mq_send_cancel() argument [all...] |
/freebsd/sys/sys/ |
H A D | blockcount.h | 79 int prio) in _blockcount_wait() 87 #define blockcount_sleep(bc, lo, wmesg, prio) \ argument 89 #define blockcount_wait(bc, lo, wmesg, prio) \ argument
|
H A D | lockmgr.h | 102 int prio, int timo, const char *file, int line) in _lockmgr_args() 111 const char *wmesg, int prio, int timo, const char *file, int line) in _lockmgr_args_rw() 125 #define lockmgr_args(lk, flags, ilk, wmesg, prio, timo) \ argument 128 #define lockmgr_args_rw(lk, flags, ilk, wmesg, prio, timo) \ argument
|
H A D | rtprio.h | 75 u_short prio; member
|
/freebsd/sys/netpfil/ipfw/ |
H A D | dn_sched_prio.c | 89 int prio = q->fs->fs.par[0]; in prio_enqueue() local 120 int prio; in prio_dequeue() local 165 int prio = q->fs->fs.par[0]; in prio_new_queue() local 199 int prio = q->fs->fs.par[0]; in prio_free_queue() local
|
/freebsd/sys/dev/mlx5/mlx5_core/ |
H A D | mlx5_fs_tree.c |
|
H A D | fs_core.h | 123 unsigned int prio; global() member 206 fs_for_each_ft(pos,prio) global() argument 210 fs_for_each_ft_reverse(pos,prio) global() argument 215 fs_for_each_ns(pos,prio) global() argument 220 fs_for_each_ns_or_ft_reverse(pos,prio) global() argument 225 fs_for_each_ns_or_ft(pos,prio) global() argument 230 fs_for_each_ns_or_ft_continue_reverse(pos,prio) global() argument 235 fs_for_each_ns_or_ft_continue(pos,prio) global() argument [all...] |
/freebsd/usr.bin/renice/ |
H A D | renice.c | 59 int errs = 0, prio = 0, who = 0, which = PRIO_PROCESS; in main() local 126 donice(int which, int who, int prio, bool incr) in donice()
|
/freebsd/lib/libc/gen/ |
H A D | nice.c | 44 int saverrno, prio; in nice() local
|
/freebsd/contrib/mandoc/ |
H A D | tag.c | 42 int prio; member 86 tag_put(const char *s, int prio, struct roff_node *n) in tag_put()
|
/freebsd/sbin/devd/ |
H A D | devd.cc | 566 config::add_attach(int prio, event_proc *p) in add_attach() 573 config::add_detach(int prio, event_proc *p) in add_detach() 586 config::add_nomatch(int prio, event_proc *p) in add_nomatch() 593 config::add_notify(int prio, event_proc *p) in add_notify() 1157 add_attach(int prio, event_proc *p) in add_attach() 1163 add_detach(int prio, event_proc *p) in add_detach() 1176 add_nomatch(int prio, event_proc *p) in add_nomatch() 1182 add_notify(int prio, event_proc *p) in add_notify()
|
/freebsd/sys/kern/ |
H A D | sched_4bsd.c | 856 sched_priority(struct thread *td, u_char prio) in sched_priority() argument 885 sched_lend_prio(struct thread * td,u_char prio) sched_lend_prio() argument 901 sched_unlend_prio(struct thread * td,u_char prio) sched_unlend_prio() argument 918 sched_prio(struct thread * td,u_char prio) sched_prio() argument 945 sched_ithread_prio(struct thread * td,u_char prio) sched_ithread_prio() argument 954 sched_user_prio(struct thread * td,u_char prio) sched_user_prio() argument 965 sched_lend_user_prio(struct thread * td,u_char prio) sched_lend_user_prio() argument 981 sched_lend_user_prio_cond(struct thread * td,u_char prio) sched_lend_user_prio_cond() argument [all...] |
H A D | ksched.c | 224 ksched_get_priority_max(struct ksched *ksched, int policy, int *prio) in ksched_get_priority_max() 245 ksched_get_priority_min(struct ksched *ksched, int policy, int *prio) in ksched_get_priority_min()
|
H A D | kern_synch.c | 411 _blockcount_sleep(blockcount_t * bc,struct lock_object * lock,const char * wmesg,int prio) _blockcount_sleep() argument 678 kern_yield(int prio) kern_yield() argument [all...] |
H A D | sched_ule.c | 1850 sched_thread_priority(struct thread *td, u_char prio) in sched_thread_priority() argument 1903 sched_lend_prio(struct thread * td,u_char prio) sched_lend_prio() argument 1919 sched_unlend_prio(struct thread * td,u_char prio) sched_unlend_prio() argument 1939 sched_prio(struct thread * td,u_char prio) sched_prio() argument 1969 sched_ithread_prio(struct thread * td,u_char prio) sched_ithread_prio() argument 1981 sched_user_prio(struct thread * td,u_char prio) sched_user_prio() argument 1991 sched_lend_user_prio(struct thread * td,u_char prio) sched_lend_user_prio() argument 2007 sched_lend_user_prio_cond(struct thread * td,u_char prio) sched_lend_user_prio_cond() argument 2331 sched_sleep(struct thread * td,int prio) sched_sleep() argument [all...] |
/freebsd/lib/libthr/thread/ |
H A D | thr_setprio.c | 41 _pthread_setprio(pthread_t pthread, int prio) in _pthread_setprio()
|
/freebsd/sys/cddl/compat/opensolaris/kern/ |
H A D | opensolaris_taskq.c | 125 int mflag, prio; in taskq_dispatch() local 162 int prio; in taskq_dispatch_ent() local
|
/freebsd/tests/sys/mqueue/ |
H A D | mqtest2.c | 49 unsigned int prio; in main() local
|
H A D | mqtest3.c | 52 unsigned int prio; in main() local
|
H A D | mqtest4.c | 52 unsigned int prio; in main() local
|
H A D | mqtest5.c | 60 int prio, j, i; in main() local
|
/freebsd/contrib/wpa/src/rsn_supp/ |
H A D | preauth.h | 62 int prio, int preauth) in pmksa_candidate_add()
|
/freebsd/contrib/ofed/infiniband-diags/src/ |
H A D | sminfo.c | 75 static int prio, state = SMINFO_STANDBY; variable
|
/freebsd/sys/arm/arm/ |
H A D | platform.c | 89 int prio, best_prio; in platform_probe_and_attach() local
|
/freebsd/sys/contrib/dpdk_rte_lpm/ |
H A D | rte_common.h | 126 #define RTE_PRIO(prio) \ argument 139 #define RTE_INIT_PRIO(func, prio) \ argument 164 #define RTE_FINI_PRIO(func, prio) \ argument
|