Home
last modified time | relevance | path

Searched defs:prio (Results 1 – 25 of 115) sorted by relevance

12345

/freebsd/lib/librt/
H A Dmq.c212 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 Dblockcount.h79 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 Dlockmgr.h102 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 Drtprio.h75 u_short prio; member
/freebsd/sys/netpfil/ipfw/
H A Ddn_sched_prio.c89 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 Dmlx5_fs_tree.c
H A Dfs_core.h123 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 Drenice.c59 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 Dnice.c44 int saverrno, prio; in nice() local
/freebsd/contrib/mandoc/
H A Dtag.c42 int prio; member
86 tag_put(const char *s, int prio, struct roff_node *n) in tag_put()
/freebsd/sbin/devd/
H A Ddevd.cc566 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 Dsched_4bsd.c856 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 Dksched.c224 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 Dkern_synch.c411 _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 Dsched_ule.c1850 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 Dthr_setprio.c41 _pthread_setprio(pthread_t pthread, int prio) in _pthread_setprio()
/freebsd/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_taskq.c125 int mflag, prio; in taskq_dispatch() local
162 int prio; in taskq_dispatch_ent() local
/freebsd/tests/sys/mqueue/
H A Dmqtest2.c49 unsigned int prio; in main() local
H A Dmqtest3.c52 unsigned int prio; in main() local
H A Dmqtest4.c52 unsigned int prio; in main() local
H A Dmqtest5.c60 int prio, j, i; in main() local
/freebsd/contrib/wpa/src/rsn_supp/
H A Dpreauth.h62 int prio, int preauth) in pmksa_candidate_add()
/freebsd/contrib/ofed/infiniband-diags/src/
H A Dsminfo.c75 static int prio, state = SMINFO_STANDBY; variable
/freebsd/sys/arm/arm/
H A Dplatform.c89 int prio, best_prio; in platform_probe_and_attach() local
/freebsd/sys/contrib/dpdk_rte_lpm/
H A Drte_common.h126 #define RTE_PRIO(prio) \ argument
139 #define RTE_INIT_PRIO(func, prio) \ argument
164 #define RTE_FINI_PRIO(func, prio) \ argument

12345