Searched refs:guaranteed (Results 1 - 7 of 7) sorted by last modified time

/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc-metadata.sql106 repositories. Not strictly guaranteed to be unique among table rows. */
343 we do not have full information. Only the name is guaranteed;
/freebsd-11-stable/sys/dev/ixl/
H A Dixl_pf_main.c5932 resp[i].guaranteed,
H A Di40e_adminq_cmd.h775 __le16 guaranteed; member in struct:i40e_aqc_switch_resource_alloc_element_resp
1721 u8 min_bw[16]; /* guaranteed bandwidth */
/freebsd-11-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4.h544 int *guaranteed; member in struct:resource_allocator
H A Dmlx4_resource_tracker.c313 int allocated, free, reserved, guaranteed, from_free; local
328 guaranteed = res_alloc->guaranteed[slave];
337 if (allocated + count <= guaranteed) {
342 if (guaranteed - allocated > 0)
343 from_free = count - (guaranteed - allocated);
383 int allocated, guaranteed, from_rsvd; local
394 guaranteed = res_alloc->guaranteed[slave];
396 if (allocated - count >= guaranteed) {
[all...]
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c1270 ** current transaction. This hint is not guaranteed to be accurate but it
6129 ** Unlike most of the SQLite API, this function is not guaranteed to
6508 ** though this is not guaranteed. ^The
6588 ** discarded. ^Any prior cache entry associated with newKey is guaranteed not
14850 ** For this low-level routine, we are guaranteed that nByte>0 because
21032 ** Unlike memcmp() this routine is guaranteed to return the difference
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/proc/
H A Dtst.signal.ksh44 * This is guaranteed to not race with signal-handle.

Completed in 531 milliseconds