Searched refs:guaranteed (Results 1 - 9 of 9) sorted by relevance

/freebsd-11.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/proc/
H A Dtst.signal.ksh44 * This is guaranteed to not race with signal-handle.
/freebsd-11.0-release/sys/ofed/drivers/net/mlx4/
H A Dresource_tracker.c309 int allocated, free, reserved, guaranteed, from_free; local
319 guaranteed = res_alloc->guaranteed[slave];
324 if (allocated + count <= guaranteed) {
328 if (guaranteed - allocated > 0)
329 from_free = count - (guaranteed - allocated);
380 res_alloc->guaranteed[vf] = num_instances / (2 * (dev->num_vfs + 1));
381 res_alloc->quota[vf] = (num_instances / 2) + res_alloc->guaranteed[vf];
387 res_alloc->guaranteed[vf] += dev->caps.reserved_mtts;
452 res_alloc->guaranteed
[all...]
H A Dmlx4.h525 int *guaranteed; member in struct:resource_allocator
/freebsd-11.0-release/contrib/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc202 * The number of value profile sites. It is guaranteed to be non-zero;
/freebsd-11.0-release/contrib/compiler-rt/lib/profile/
H A DInstrProfData.inc202 * The number of value profile sites. It is guaranteed to be non-zero;
/freebsd-11.0-release/contrib/subversion/subversion/libsvn_wc/
H A Dwc-metadata.sql106 repositories. Not strictly guaranteed to be unique among table rows. */
349 we do not have full information. Only the name is guaranteed;
/freebsd-11.0-release/sys/dev/ixl/
H A Di40e_adminq_cmd.h755 __le16 guaranteed; member in struct:i40e_aqc_switch_resource_alloc_element_resp
1657 u8 min_bw[16]; /* guaranteed bandwidth */
H A Dixl_pf_main.c5330 resp[i].guaranteed,
/freebsd-11.0-release/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...]

Completed in 476 milliseconds