| /freebsd-12.1/sys/contrib/ck/include/ |
| H A D | ck_backoff.h | 47 unsigned int i, ceiling; in ck_backoff_eb() local 49 ceiling = *c; in ck_backoff_eb() 50 for (i = 0; i < ceiling; i++) in ck_backoff_eb() 53 *c = ceiling <<= ceiling < CK_BACKOFF_CEILING; in ck_backoff_eb()
|
| /freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/sys/ |
| H A D | synch.h | 61 uint8_t ceiling; member
|
| /freebsd-12.1/lib/libthr/thread/ |
| H A D | thr_umtx.c | 187 __thr_umutex_set_ceiling(struct umutex *mtx, uint32_t ceiling, in __thr_umutex_set_ceiling() argument 191 return (_umtx_op_err(mtx, UMTX_OP_SET_CEILING, ceiling, oldceiling, 0)); in __thr_umutex_set_ceiling()
|
| H A D | thr_mutex.c | 1029 int ceiling, int * __restrict old_ceiling) in _pthread_mutex_setprioceiling() argument 1049 ret = __thr_umutex_set_ceiling(&m->m_lock, ceiling, old_ceiling); in _pthread_mutex_setprioceiling() 1058 if ((m1 != NULL && m1->m_lock.m_ceilings[0] > (u_int)ceiling) || in _pthread_mutex_setprioceiling() 1059 (m2 != NULL && m2->m_lock.m_ceilings[0] < (u_int)ceiling)) { in _pthread_mutex_setprioceiling() 1067 if (m2->m_lock.m_ceilings[0] > (u_int)ceiling) { in _pthread_mutex_setprioceiling()
|
| H A D | thr_umtx.h | 51 int __thr_umutex_set_ceiling(struct umutex *mtx, uint32_t ceiling,
|
| /freebsd-12.1/contrib/ntp/ntpd/ |
| H A D | complete.conf.in | 30 tos beacon 3600 ceiling 16 cohort 0 floor 1 maxclock 10 maxdist 1.5 minclock 3 mindist 0.001 minsan…
|
| H A D | invoke-ntp.conf.texi | 1835 @code{ceiling} 1977 @item @code{tos} @code{[@code{ceiling} @kbd{ceiling} | @code{cohort} @code{@{} @code{0} | @code{1} … 1986 @item @code{ceiling} @kbd{ceiling} 1988 @code{ceiling}
|
| H A D | ntp.conf.def | 1910 .Cm ceiling 2058 .Cm ceiling Ar ceiling | 2073 .It Cm ceiling Ar ceiling 2075 .Cm ceiling
|
| /freebsd-12.1/sys/kern/ |
| H A D | kern_umtx.c | 2176 uint32_t ceiling; in do_lock_pp() local 2197 rv = fueword32(&m->m_ceilings[0], &ceiling); in do_lock_pp() 2202 ceiling = RTP_PRIO_MAX - ceiling; in do_lock_pp() 2203 if (ceiling > RTP_PRIO_MAX) { in do_lock_pp() 2209 if (UPRI(td) < PRI_MIN_REALTIME + ceiling) { in do_lock_pp() 2214 if (su && PRI_MIN_REALTIME + ceiling < uq->uq_inherited_pri) { in do_lock_pp() 2215 uq->uq_inherited_pri = PRI_MIN_REALTIME + ceiling; in do_lock_pp() 2419 do_set_ceiling(struct thread *td, struct umutex *m, uint32_t ceiling, in do_set_ceiling() argument 2431 if (ceiling > RTP_PRIO_MAX) in do_set_ceiling() 2459 rv = suword32(&m->m_ceilings[0], ceiling); in do_set_ceiling() [all …]
|
| /freebsd-12.1/sys/dev/usb/wlan/ |
| H A D | if_urtw.c | 4299 uint16_t ceiling, frametime, n_dbps; in urtw_compute_txtime() local 4312 ceiling = (16 + 8 * framelen + 6) / n_dbps in urtw_compute_txtime() 4314 frametime = (uint16_t)(16 + 4 + 4 * ceiling + 6); in urtw_compute_txtime()
|
| /freebsd-12.1/contrib/llvm/include/llvm/Target/ |
| H A D | GenericOpcodes.td | 550 // Floating point ceiling of a value.
|
| /freebsd-12.1/usr.sbin/bsnmpd/modules/snmp_bridge/ |
| H A D | BRIDGE-MIB.txt | 137 n = ceiling( (b * 100) / 256) 140 ceiling = quotient [if remainder is 0], or
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | dwarf2out.c | 4158 static HOST_WIDE_INT ceiling (HOST_WIDE_INT, unsigned int); 9575 ceiling (HOST_WIDE_INT value, unsigned int boundary) in ceiling() function
|
| H A D | ChangeLog-2000 | 25084 * dwarf2out.c (ceiling): Input and output are unsigned HOST_WIDE_INT.
|
| /freebsd-12.1/share/dict/ |
| H A D | web2a | 9375 camp ceiling 10629 ceiling board 10630 ceiling floor 10631 ceiling hook 10632 ceiling joist 52874 service ceiling 57434 spar ceiling 70617 wagon ceiling
|
| H A D | web2 | 32166 ceiling
|
| /freebsd-12.1/contrib/ntp/ |
| H A D | ChangeLog | 1848 * [Bug 2068] "tos ceiling" default and cap changed to 15.
|
| H A D | CommitLog | 5871 - use ceiling when converting sys_fuzz to nsecs 105120 [Bug 2068] "tos ceiling" default and cap changed to 15. 105126 [Bug 2068] "tos ceiling" default and cap changed to 15. 105150 [Bug 2068] "tos ceiling" default and cap changed to 15. 105169 [Bug 2068] "tos ceiling" default and cap changed to 15.
|