Searched refs:num_unused (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/sys/external/bsd/drm/dist/bsd-core/
H A Ddrm_mm.c100 --mm->num_unused;
112 while (mm->num_unused < MM_UNUSED_TARGET) {
118 int ret = (mm->num_unused < 2) ? -ENOMEM : 0;
122 ++mm->num_unused;
255 if (mm->num_unused < MM_UNUSED_TARGET) {
258 ++mm->num_unused;
273 if (mm->num_unused < MM_UNUSED_TARGET) {
275 ++mm->num_unused;
333 mm->num_unused = 0;
362 --mm->num_unused;
[all...]
H A Ddrm_mm.h53 int num_unused; member in struct:drm_mm
/netbsd-current/external/bsd/nsd/dist/
H A Dxfrd-tcp.c143 /* sort tcppipe, first on IP address, for an IPaddresss, sort on num_unused */
158 /* sort that num_unused is sorted ascending, */
159 if(x->key.num_unused != y->key.num_unused) {
160 return (x->key.num_unused < y->key.num_unused) ? -1 : 1;
276 tp->key.num_unused = tp->pipe_num;
295 tp->key.num_unused = tp->pipe_num;
523 key->num_unused = set->tcp_pipeline;
538 if(r->key.num_unused
[all...]
H A Dxfrd-tcp.h98 * The tcp pipeline key structure. By ip_len, ip, num_unused and unique by
113 * Sorted by num_unused, so a lookup smaller-equal for 65536 finds the
115 int num_unused; member in struct:xfrd_tcp_pipeline_key
173 * pipe_num-num_unused values are in the tree (either
/netbsd-current/external/bsd/wpa/dist/wpa_supplicant/
H A Dp2p_supplicant.c5317 int res, best_freq, num_unused; local
5336 num_unused = wpas_p2p_num_unused_channels(wpa_s);
5339 "P2P: Setup freqs: freq=%d num_MCC=%d shared_freqs=%u num_unused=%d",
5340 freq, wpa_s->num_multichan_concurrent, num, num_unused);
5373 if (num_unused <= 0 && !freq_in_use) {
5432 if (*pref_freq == 0 && num_unused > 0) {
5441 } else if (num_unused > 0) {

Completed in 216 milliseconds