| /freebsd-13.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-13.1/sys/cddl/contrib/opensolaris/uts/common/sys/ |
| H A D | synch.h | 61 uint8_t ceiling; member
|
| /freebsd-13.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 | 1031 int ceiling, int * __restrict old_ceiling) in _pthread_mutex_setprioceiling() argument 1051 ret = __thr_umutex_set_ceiling(&m->m_lock, ceiling, old_ceiling); in _pthread_mutex_setprioceiling() 1060 if ((m1 != NULL && m1->m_lock.m_ceilings[0] > (u_int)ceiling) || in _pthread_mutex_setprioceiling() 1061 (m2 != NULL && m2->m_lock.m_ceilings[0] < (u_int)ceiling)) { in _pthread_mutex_setprioceiling() 1069 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-13.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-13.1/sys/kern/ |
| H A D | kern_umtx.c | 2499 uint32_t ceiling; in do_lock_pp() local 2520 rv = fueword32(&m->m_ceilings[0], &ceiling); in do_lock_pp() 2525 ceiling = RTP_PRIO_MAX - ceiling; in do_lock_pp() 2526 if (ceiling > RTP_PRIO_MAX) { in do_lock_pp() 2532 if (UPRI(td) < PRI_MIN_REALTIME + ceiling) { in do_lock_pp() 2537 if (su && PRI_MIN_REALTIME + ceiling < uq->uq_inherited_pri) { in do_lock_pp() 2538 uq->uq_inherited_pri = PRI_MIN_REALTIME + ceiling; in do_lock_pp() 2742 do_set_ceiling(struct thread *td, struct umutex *m, uint32_t ceiling, in do_set_ceiling() argument 2754 if (ceiling > RTP_PRIO_MAX) in do_set_ceiling() 2782 rv = suword32(&m->m_ceilings[0], ceiling); in do_set_ceiling() [all …]
|
| /freebsd-13.1/sys/dev/usb/wlan/ |
| H A D | if_urtw.c | 4297 uint16_t ceiling, frametime, n_dbps; in urtw_compute_txtime() local 4310 ceiling = (16 + 8 * framelen + 6) / n_dbps in urtw_compute_txtime() 4312 frametime = (uint16_t)(16 + 4 + 4 * ceiling + 6); in urtw_compute_txtime()
|
| /freebsd-13.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-13.1/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | GenericOpcodes.td | 901 // Floating point ceiling of a value.
|
| /freebsd-13.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-13.1/contrib/ntp/ |
| H A D | ChangeLog | 1877 * [Bug 2068] "tos ceiling" default and cap changed to 15.
|
| H A D | CommitLog | 6584 - use ceiling when converting sys_fuzz to nsecs 105833 [Bug 2068] "tos ceiling" default and cap changed to 15. 105839 [Bug 2068] "tos ceiling" default and cap changed to 15. 105863 [Bug 2068] "tos ceiling" default and cap changed to 15. 105882 [Bug 2068] "tos ceiling" default and cap changed to 15.
|
| /freebsd-13.1/contrib/sqlite3/ |
| H A D | sqlite3.c | 122478 MFUNCTION(ceiling, 1, xCeil, ceilingFunc ),
|