Home
last modified time | relevance | path

Searched full:highest (Results 1 – 25 of 998) sorted by relevance

12345678910>>...40

/freebsd/tests/sys/file/
H A Dclosefrom_test.c110 * the highest open file descriptor.
116 int cnt, i, highest; in highest_fd() local
121 highest = INT_MIN; in highest_fd()
123 if (kif[i].kf_fd > highest) in highest_fd()
124 highest = kif[i].kf_fd; in highest_fd()
126 return (highest); in highest_fd()
165 fail("closefrom", "highest fd %d", fd); in main()
173 fail("open 16", "highest fd %d", fd); in main()
180 fail("closefrom", "highest fd %d", fd); in main()
204 fail("closefrom", "highest fd %d", fd); in main()
[all …]
/freebsd/usr.bin/w/
H A Dproc_compare.c46 * with the highest cpu utilization is picked (p_estcpu). Ties are
47 * broken by picking the highest pid.
50 * 4) Further ties are broken by picking the highest pid.
80 * tie - favor one with highest recent cpu utilization in proc_compare()
86 return (p2->ki_pid > p1->ki_pid); /* tie - return highest pid */ in proc_compare()
97 return (p2->ki_pid > p1->ki_pid); /* tie - return highest pid */ in proc_compare()
113 return (p2->ki_pid > p1->ki_pid); /* tie - return highest pid */ in proc_compare()
/freebsd/usr.sbin/ppp/
H A Dlink.c97 struct mqueue *queue, *highest; in link_SequenceQueue() local
101 highest = LINK_HIGHQ(l); in link_SequenceQueue()
102 for (queue = l->Queue; queue < highest; queue++) in link_SequenceQueue()
104 m_enqueue(highest, m_dequeue(queue)); in link_SequenceQueue()
110 struct mqueue *queue, *highest; in link_DeleteQueue() local
112 highest = LINK_HIGHQ(l); in link_DeleteQueue()
113 for (queue = l->Queue; queue <= highest; queue++) in link_DeleteQueue()
153 struct mqueue *queue, *highest; in link_PendingLowPriorityData() local
159 * everything that's not in the highest priority queue, we must be able to in link_PendingLowPriorityData()
168 highest = LINK_HIGHQ(l); in link_PendingLowPriorityData()
[all …]
/freebsd/sys/contrib/xz-embedded/linux/lib/xz/
H A Dxz_lzma2.h154 * The highest two bits of a 32-bit match distance are encoded using six bits.
162 * the highest two bits (distance slot) are always encoded using six bits,
172 * - distance slot: the highest two bits
173 * - direct bits: 2-26 bits below the highest two bits
187 * For match distances greater than 127, only the highest two bits and the
/freebsd/crypto/openssl/doc/man3/
H A DSSL_CTX_set_min_proto_version.pod35 versions down to the lowest version, or up to the highest version
39 automatically use the lowest or highest version supported by the library.
49 lowest or highest protocol, respectively.
/freebsd/sys/kern/
H A Dtty_info.c74 * with the highest cpu utilization is picked (p_estcpu). Ties are
75 * broken by picking the highest pid.
78 * 4) Further ties are broken by picking the highest pid.
143 * favor one with highest recent cpu utilization in thread_compare()
197 * favor one with highest recent cpu utilization in proc_compare()
215 return (p2->p_pid > p1->p_pid); /* tie - return highest pid */ in proc_compare()
/freebsd/contrib/llvm-project/lld/MachO/
H A DSectionPriorities.h54 // Each section gets assigned the priority of the highest-priority symbol it
59 // The symbol with the highest priority should be ordered first in the output
61 // (highest first) instead of order (lowest first) has the convenient property
/freebsd/sys/contrib/xen/
H A Dhypfs.h35 /* Highest version number of the hypfs interface currently defined. */
73 * Read highest interface version supported by the hypervisor.
78 * >0: highest supported interface version
/freebsd/sys/contrib/device-tree/Bindings/leds/
H A Dleds-spi-byte.txt6 highest)
9 The value for lowest and highest brightness is dependent on the device and
/freebsd/sys/dev/tws/
H A Dtws_user.h66 u_int16_t driver_srl_high;/* highest driver supported srl */
67 u_int16_t driver_branch_high;/* highest driver supported branch */
68 u_int16_t driver_build_high;/* highest driver supported build */
/freebsd/sys/netpfil/ipfw/
H A Ddn_sched_prio.c104 * Packets are dequeued only from the highest priority queue.
106 * the array index (-1) which contains the pointer to the highest priority
112 * NOTE: highest priority is 0, lowest is sched->max_prio_q
127 /* Take the highest priority queue in the scheduler */ in prio_dequeue()
/freebsd/sys/contrib/edk2/Include/Library/
H A DBaseMemoryLib.h227 address to the highest address for an 8-bit value that matches Value. If a match is found,
254 address to the highest address for a 16-bit value that matches Value. If a match is found,
283 address to the highest address for a 32-bit value that matches Value. If a match is found,
312 address to the highest address for a 64-bit value that matches Value. If a match is found,
341 address to the highest address for a UINTN sized value that matches Value. If a match is found,
415 the lowest address to the highest address at 128-bit increments for the 128-bit
/freebsd/lib/librpcsec_gss/
H A Drpc_gss_get_versions.338 Return the highest and lowest supported versions of the RPCSEC_GSS protocol.
44 is set to the highest supported protocol version
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/
H A DHeaderIncludes.cpp319 // - Ensure that CategoryEndOffset[Highest] is always populated. in HeaderIncludes()
321 // that is set, up to CategoryEndOffset[Highest]. in HeaderIncludes()
322 auto Highest = Priorities.begin(); in HeaderIncludes() local
323 if (CategoryEndOffsets.find(*Highest) == CategoryEndOffsets.end()) { in HeaderIncludes()
325 CategoryEndOffsets[*Highest] = FirstIncludeOffset; in HeaderIncludes()
327 CategoryEndOffsets[*Highest] = MinInsertOffset; in HeaderIncludes()
329 // By this point, CategoryEndOffset[Highest] is always set appropriately: in HeaderIncludes()
/freebsd/lib/libsys/
H A Dmq_receive.266 system call receives oldest of the highest priority message(s) from the
97 Scheduling option is supported, then the thread of highest priority that
111 system call will receive the oldest of the highest priority messages from the
/freebsd/secure/lib/libcrypto/man/man3/
H A DSSL_CTX_set_min_proto_version.3170 versions down to the lowest version, or up to the highest version
174 automatically use the lowest or highest version supported by the library.
183 lowest or highest protocol, respectively.
/freebsd/sys/contrib/openzfs/include/sys/
H A Dzil_impl.h120 uint64_t lwb_max_txg; /* highest txg in this lwb */
213 uint64_t zl_parse_blk_seq; /* highest blk seq on last parse */
214 uint64_t zl_parse_lr_seq; /* highest lr seq on last parse */
232 uint64_t zl_dirty_max_txg; /* highest txg used to dirty zilog */
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dsysmacros.h244 * Return TRUE if they have the same highest bit set.
293 * Find highest one bit set.
294 * Returns bit number + 1 of highest bit that is set, otherwise returns 0.
332 * Find highest one bit set.
333 * Returns bit number + 1 of highest bit that is set, otherwise returns 0.
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfp_div_impl.inc120 // Let b_hw be an infinitely precise number obtained from the highest (HW-1)
152 // HW is at least 32. Shifting into the highest bits if needed.
186 // expected to be strictly positive because b_UQ1_hw has its highest bit set
191 // obtaining an UQ1.(HW-1) number and proving its highest bit could be
280 - REP_C(2); // 1 to account for the highest bit of corr_UQ1 can be 1
347 // Highest bit is 0, so just reinterpret quotient_UQ1 as UQ1.SB,
353 // Highest bit is 1 (the UQ1.(SB+1) value is in [1, 2)), convert it
/freebsd/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_util.c118 * Find highest one bit set.
119 * Returns bit number + 1 of highest bit that is set, otherwise returns 0.
/freebsd/contrib/wpa/src/drivers/
H A Dnl80211_copy.h1326 * @NL80211_CMD_MAX: highest used command number
2830 * @NL80211_ATTR_MAX: highest attribute number currently defined
3459 * @NL80211_IFTYPE_MAX: highest interface type number currently defined
3507 * @NL80211_STA_FLAG_MAX: highest station flag number currently defined
3666 * @NL80211_RATE_INFO_MAX: highest rate_info number currently defined
3753 * @NL80211_STA_BSS_PARAM_MAX: highest sta_bss_param number currently defined
3850 * @NL80211_STA_INFO_MAX: highest possible station info attribute
3920 * @NL80211_TID_STATS_MAX: highest numbered attribute here
3953 * @NL80211_TXQ_STATS_MAX: highest numbered attribute here
4008 * @NL80211_MPATH_INFO_MAX: highest mesh path information attribute number
[all …]
/freebsd/share/man/man9/
H A DDEVICE_PROBE.953 to zero with the highest value representing the best match.
81 zero: zero indicates highest priority, no further probing is done;
/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dsysmacros.h299 * Return TRUE if they have the same highest bit set.
388 * Find highest one bit set.
389 * Returns bit number + 1 of highest bit that is set, otherwise returns 0.
427 * Find highest one bit set.
428 * Returns bit number + 1 of highest bit that is set, otherwise returns 0.
/freebsd/sys/sys/
H A Dturnstile.h49 * highest priority blocked thread while turnstile_broadcast() marks all
68 * The highest priority thread blocked on a specified queue of a
/freebsd/share/man/man4/
H A Dsnd_uaudio.465 "Best" means the configuration with the most channels and highest quality in
102 If set to 0, the device's highest supported sample rate will be used.

12345678910>>...40