Searched refs:age (Results 1 - 13 of 13) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/ether/attansic_l1/
H A Dglue.c10 HAIKU_FBSD_DRIVER_GLUE(attansic_l1, age, pci);
/haiku/src/servers/app/font/
H A DFontCache.cpp111 usage_index(uint64 useCount, bigtime_t age) argument
113 return 100.0 * useCount / age;
131 bigtime_t age = now - leastUsedEntry->LastUsed(); local
133 double leastUsageIndex = usage_index(useCount, age);
138 age = now - entry->LastUsed();
140 double usageIndex = usage_index(useCount, age);
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_ageq.h49 int age);
H A Dieee80211_ageq.c32 * IEEE 802.11 age queue support.
103 * Append an mbuf to the ageq and mark it with the specified max age
104 * If the frame is not removed before the age (in seconds) expires
108 ieee80211_ageq_append(struct ieee80211_ageq *aq, struct mbuf *m, int age) argument
116 age -= M_AGE_GET(aq->aq_head);
118 KASSERT(age >= 0, ("age %d", age));
119 M_AGE_SET(m, age);
157 * Age frames on the age queu
[all...]
H A Dieee80211_power.c220 * number is factored into the age calculations when the frame
223 * If a frame's age exceeds the threshold then discard it.
246 "discard frame, age %u", M_AGE_GET(m));
265 "discard %u frames for age", discard);
332 int qlen, age; local
357 age = IEEE80211_TU_TO_MS((ni->ni_intval * ic->ic_bintval) << 2) / 1000;
373 * Take care to adjust age when inserting the first
375 * frames. We need to preserve the age difference
381 age-= M_AGE_GET(mh);
385 int nage = M_AGE_GET(mh) - age;
[all...]
H A Dieee80211_superg.c627 "%s: flush frame, age %u", __func__, M_AGE_GET(m));
678 int age = ieee80211_ffagemax; local
684 age -= M_AGE_GET(sq->head);
689 taskqueue_enqueue_timeout(ic->ic_tq, qtask, age);
691 KASSERT(age >= 0, ("age %d", age));
692 M_AGE_SET(m, age);
/haiku/src/apps/haikudepot/model/
H A DUserUsageConditions.h32 void SetMinimumAge(uint8 age);
H A DUserUsageConditions.cpp80 UserUsageConditions::SetMinimumAge(uint8 age) argument
82 fMinimumAge = age;
/haiku/headers/private/kernel/boot/net/
H A DARP.h34 int32 age; member in struct:ARPService::MapEntry
/haiku/src/system/boot/loader/net/
H A DARP.cpp210 if (fAge - fEntries[i].age > fAge - entry->age)
214 entry->age = fAge++;
/haiku/3rdparty/korli/
H A Dgenerate_ids_from_drivers.sh45 pciBsdEtherDriver attansic_l1 age age devs reg
/haiku/src/add-ons/kernel/drivers/network/ether/attansic_l1/dev/age/
H A Dif_age.c33 __FBSDID("$FreeBSD: releng/12.0/sys/dev/age/if_age.c 338948 2018-09-26 17:12:14Z imp $");
74 #include <dev/age/if_agereg.h>
75 #include <dev/age/if_agevar.h>
82 MODULE_DEPEND(age, pci, 1, 1, 1);
83 MODULE_DEPEND(age, ether, 1, 1, 1);
84 MODULE_DEPEND(age, miibus, 1, 1, 1);
89 TUNABLE_INT("hw.age.msi_disable", &msi_disable);
90 TUNABLE_INT("hw.age.msix_disable", &msix_disable);
178 "age",
185 DRIVER_MODULE(age, pc
[all...]
/haiku/src/bin/mail_utils/
H A Dspamdbm.cpp239 * Change default purge age to 2000 so that hitting the purge button
753 {B_DIRECT_SPECIFIER, 0}, "Sets the old age limit. Words which haven't "
765 {B_DIRECT_SPECIFIER, 0}, "Gets the old age limit.", PN_PURGE_AGE,
774 "combination with the old age limit; both conditions have to be valid "
781 "database, if they are old enough according to the age limit and also "
785 {B_DIRECT_SPECIFIER, 0}, "Gets the age of the oldest message in the "
787 "(total messages - age - 1) to see how many messages ago it was added.",
993 uint32 age; member in struct:StatisticsStruct
998 later file updates an existing word, it gets the age of the later file. */
1399 /* The age o
[all...]

Completed in 201 milliseconds