Searched defs:prio (Results 1 - 25 of 105) sorted by relevance

12345

/freebsd-current/lib/libc/gen/
H A Dnice.c44 int saverrno, prio; local
/freebsd-current/lib/libthr/thread/
H A Dthr_setprio.c41 _pthread_setprio(pthread_t pthread, int prio) argument
/freebsd-current/tests/sys/mqueue/
H A Dmqtest5.c60 int prio, j, i; local
H A Dmqtest4.c52 unsigned int prio; local
H A Dmqtest3.c52 unsigned int prio; local
H A Dmqtest2.c49 unsigned int prio; local
/freebsd-current/sys/sys/
H A Dblockcount.h78 _blockcount_wait(blockcount_t *bc, struct lock_object *lo, const char *wmesg, int prio) argument
[all...]
H A Drtprio.h75 u_short prio; member in struct:rtprio
/freebsd-current/usr.bin/renice/
H A Drenice.c59 int errs = 0, prio = 0, who = 0, which = PRIO_PROCESS; local
126 donice(int which, int who, int prio, bool incr) argument
[all...]
/freebsd-current/contrib/wpa/src/rsn_supp/
H A Dpreauth.h60 pmksa_candidate_add(struct wpa_sm *sm, const u8 *bssid, int prio, int preauth) argument
H A Dpreauth.c375 pmksa_candidate_add(struct wpa_sm *sm, const u8 *bssid, int prio, int preauth) argument
/freebsd-current/contrib/mandoc/
H A Dtag.c42 int prio; member in struct:tag_entry
86 tag_put(const char *s, int prio, struct roff_node *n) argument
[all...]
H A Dman_validate.c218 int prio, sz; local
/freebsd-current/sys/arm/arm/
H A Dplatform.c89 int prio, best_prio; local
/freebsd-current/sys/kern/
H A Dksched.c224 ksched_get_priority_max(struct ksched *ksched, int policy, int *prio) argument
245 ksched_get_priority_min(struct ksched *ksched, int policy, int *prio) argument
[all...]
/freebsd-current/sys/netpfil/ipfw/
H A Ddn_sched_prio.c89 int prio = q->fs->fs.par[0]; local
120 int prio; local
165 int prio = q->fs->fs.par[0]; local
199 int prio = q->fs->fs.par[0]; local
[all...]
/freebsd-current/contrib/ofed/infiniband-diags/src/
H A Dsminfo.c75 static int prio, state = SMINFO_STANDBY; variable
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Drrwlock.c163 rrw_enter_read_impl(rrwlock_t *rrl, boolean_t prio, const void *tag) argument
/freebsd-current/sbin/devd/
H A Ddevd.hh134 void set_priority(int prio) { _prio = prio; } argument
/freebsd-current/sys/dev/usb/
H A Dusb_process.c204 usb_proc_create(struct usb_process *up, struct mtx *p_mtx, const char *pmesg, uint8_t prio) argument
/freebsd-current/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_port_buffer.c201 int prio; local
/freebsd-current/sys/net/
H A Dif_vlan_var.h179 vlan_set_pcp(struct mbuf *m, uint8_t prio) argument
/freebsd-current/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_taskq.c125 int mflag, prio; local
162 int prio; local
/freebsd-current/sys/powerpc/powerpc/
H A Dpmap_dispatch.c200 pmap_mmu_install(char *name, int prio) argument
/freebsd-current/lib/librt/
H A Dmq.c200 __mq_receive(mqd_t mqd, char *buf, size_t len, unsigned *prio) argument
207 __mq_receive_cancel(mqd_t mqd, char *buf, size_t len, unsigned *prio) argument
180 __mq_timedreceive(mqd_t mqd, char *buf, size_t len, unsigned *prio, const struct timespec *timeout) argument
188 __mq_timedreceive_cancel(mqd_t mqd, char *buf, size_t len, unsigned *prio, const struct timespec *timeout) argument
217 __mq_timedsend(mqd_t mqd, char *buf, size_t len, unsigned prio, const struct timespec *timeout) argument
225 __mq_timedsend_cancel(mqd_t mqd, char *buf, size_t len, unsigned prio, const struct timespec *timeout) argument
237 __mq_send(mqd_t mqd, char *buf, size_t len, unsigned prio) argument
245 __mq_send_cancel(mqd_t mqd, char *buf, size_t len, unsigned prio) argument
[all...]

Completed in 176 milliseconds

12345