Searched refs:ceiling (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/sys/contrib/ck/include/
H A Dck_backoff.h47 unsigned int i, ceiling; local
49 ceiling = *c;
50 for (i = 0; i < ceiling; i++)
53 *c = ceiling <<= ceiling < CK_BACKOFF_CEILING;
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dsynch.h61 uint8_t ceiling; member in struct:_lwp_mutex::__anon7866
140 #define LOCK_PRIO_PROTECT 0x20 /* priority ceiling lock */
/freebsd-11-stable/lib/libthr/thread/
H A Dthr_umtx.c185 __thr_umutex_set_ceiling(struct umutex *mtx, uint32_t ceiling, argument
189 return (_umtx_op_err(mtx, UMTX_OP_SET_CEILING, ceiling, oldceiling, 0));
H A Dthr_mutex.c1026 int ceiling, int * __restrict old_ceiling)
1046 ret = __thr_umutex_set_ceiling(&m->m_lock, ceiling, old_ceiling);
1055 if ((m1 != NULL && m1->m_lock.m_ceilings[0] > (u_int)ceiling) ||
1056 (m2 != NULL && m2->m_lock.m_ceilings[0] < (u_int)ceiling)) {
1064 if (m2->m_lock.m_ceilings[0] > (u_int)ceiling) {
1025 _pthread_mutex_setprioceiling(pthread_mutex_t * __restrict mutex, int ceiling, int * __restrict old_ceiling) argument
H A Dthr_umtx.h49 int __thr_umutex_set_ceiling(struct umutex *mtx, uint32_t ceiling,
/freebsd-11-stable/sys/kern/
H A Dkern_umtx.c222 __uint32_t m_ceilings[2]; /* Priority protect ceiling */
2105 uint32_t ceiling; local
2126 rv = fueword32(&m->m_ceilings[0], &ceiling);
2131 ceiling = RTP_PRIO_MAX - ceiling;
2132 if (ceiling > RTP_PRIO_MAX) {
2138 if (UPRI(td) < PRI_MIN_REALTIME + ceiling) {
2143 if (su && PRI_MIN_REALTIME + ceiling < uq->uq_inherited_pri) {
2144 uq->uq_inherited_pri = PRI_MIN_REALTIME + ceiling;
2330 do_set_ceiling(struct thread *td, struct umutex *m, uint32_t ceiling, argument
[all...]
/freebsd-11-stable/sys/dev/usb/wlan/
H A Dif_urtw.c4304 uint16_t ceiling, frametime, n_dbps; local
4317 ceiling = (16 + 8 * framelen + 6) / n_dbps
4319 frametime = (uint16_t)(16 + 4 + 4 * ceiling + 6);
/freebsd-11-stable/contrib/gcc/
H A Ddwarf2out.c4162 static HOST_WIDE_INT ceiling (HOST_WIDE_INT, unsigned int);
9587 ceiling (HOST_WIDE_INT value, unsigned int boundary)
9575 ceiling (HOST_WIDE_INT value, unsigned int boundary) function

Completed in 155 milliseconds