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

12345

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/docs/examples/
H A Dversion-check.pl61 sub age { subroutine
81 my $r = age($doc{$a}) <=> age($doc{$b});
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna/
H A Dminidlnatypes.h64 time_t age; member in struct:client_cache_s
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.07.26/
H A Dminidlnatypes.h64 time_t age; member in struct:client_cache_s
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.03.14/
H A Dminidlnatypes.h107 time_t age; member in struct:client_cache_s
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/drm/
H A Dsavage_drv.h60 drm_savage_age_t age; member in struct:drm_savage_buf_priv
65 drm_savage_age_t age; member in struct:drm_savage_dma_page
566 #define SET_AGE( age, e, w ) do { \
567 (age)->event = e; \
568 (age)->wrap = w; \
571 #define TEST_AGE( age, e, w ) \
572 ( (age)->wrap < (w) || ( (age)->wrap == (w) && (age)->event <= (e) ) )
H A Dmga_drv.h67 drm_mga_age_t age; member in struct:drm_mga_freelist
352 #define SET_AGE( age, h, w ) \
354 (age)->head = h; \
355 (age)->wrap = w; \
358 #define TEST_AGE( age, h, w ) ( (age)->wrap < w || \
359 ( (age)->wrap == w && \
360 (age)->head < h ) )
366 entry->age.head = (dev_priv->prim.tail + \
368 entry->age
[all...]
H A Dmga_dma.c236 DRM_INFO(" %p idx=%2d age=0x%x 0x%06lx\n",
237 entry, entry->buf->idx, entry->age.head,
238 entry->age.head - dev_priv->primary->offset);
258 SET_AGE(&dev_priv->head->age, MGA_BUFFER_USED, 0);
272 SET_AGE(&entry->age, MGA_BUFFER_FREE, 0);
321 tail->age.head ?
322 tail->age.head - dev_priv->primary->offset : 0,
323 tail->age.wrap);
327 if (TEST_AGE(&tail->age, head, wrap)) {
333 SET_AGE(&next->age, MGA_BUFFER_USE
[all...]
H A Di915_mem.c55 int age; local
63 age = ++sarea_priv->texAge;
66 /* Mark the regions with the new flag and update their age. Move
71 list[i].age = age;
H A Dsavage_bci.c227 SET_AGE(&entry->age, 0, 0);
256 DRM_DEBUG(" tail=0x%04x %d\n", tail->age.event, tail->age.wrap);
259 if (tail->buf && (TEST_AGE(&tail->age, event, wrap) || event == 0)) {
277 DRM_DEBUG("age=0x%04x wrap=%d\n", entry->age.event, entry->age.wrap);
307 SET_AGE(&dev_priv->dma_pages[i].age, 0, 0);
326 SET_AGE(&dev_priv->dma_pages[i].age, event, wrap);
339 /* Faked DMA buffer pages don't age
[all...]
H A Dradeon_drv.h156 unsigned int age; member in struct:drm_radeon_freelist
295 u32 age; member in struct:drm_radeon_buf_priv
1079 #define RADEON_DISPATCH_AGE( age ) do { \
1081 OUT_RING( age ); \
1084 #define RADEON_FRAME_AGE( age ) do { \
1086 OUT_RING( age ); \
1089 #define RADEON_CLEAR_AGE( age ) do { \
1091 OUT_RING( age ); \
H A Di810_drm.h151 int age; /* tracked by clients to update local LRU's */ member in struct:_drm_i810_tex_region
165 * age different to the one you set, then you are mistaken and
171 * in the same lru which is used to age their own textures,
183 int last_dispatch; /* age of the most recently dispatched buffer */
H A Dvia_drm.h179 int age; /* tracked by clients to update local LRU's */ member in struct:_drm_via_tex_region
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dxgettext-c-813 printf (_("File age is %10" PRIdMAX " microseconds"), age);
33 msgid "File age is %10<PRIdMAX> microseconds"
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dsslgen.c253 data->state.sessionage++; /* increase general age */
254 check->age = data->state.sessionage; /* set this as used in this age */
283 session->age = 0; /* fresh */
334 long oldest_age=data->state.session[0].age; /* zero if unused */
355 if(data->state.session[i].age < oldest_age) {
356 oldest_age = data->state.session[i].age;
369 store->age = data->state.sessionage; /* set current age */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfsd/
H A Dnfscache.c133 unsigned long age; local
207 age = jiffies - rp->c_timestamp;
213 if (rp->c_state == RC_INPROG || age < RC_DELAY)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ospf6d/
H A Dospf6_lsa.c97 if (ntohs (lsa1->header->age) == MAXAGE &&
98 ntohs (lsa2->header->age) != MAXAGE)
100 if (ntohs (lsa1->header->age) != MAXAGE &&
101 ntohs (lsa2->header->age) == MAXAGE)
130 /* ospf6 age functions */
143 lsa->birth.tv_sec = now.tv_sec - ntohs (lsa->header->age);
150 /* this function calculates current age from its birth,
151 then update age field of LSA header. return value is current age */
157 u_int16_t age; local
184 unsigned short age; local
[all...]
H A Dospf6_neighbor.c529 u_int16_t age, cksum, len;
568 age = ntohs (lsa->header->age);
576 age, seqnum, cksum, len, VTY_NEWLINE);
527 u_int16_t age, cksum, len; variable
H A Dospf6_lsa.h169 u_int16_t lsh_age; /* LS age */
179 u_int16_t age; /* LS age */ member in struct:ospf6_lsa_header
189 u_int16_t age; /* LS age */ member in struct:ospf6_lsa_header__
212 struct timeval birth; /* tv_sec when LS age 0 */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/smbfs/
H A Ddir.c256 unsigned long age = jiffies - SMB_I(dir)->oldmtime; local
257 if (age > 2*HZ)
303 unsigned long age = jiffies - dentry->d_time; local
307 * The default validation is based on dentry age:
311 valid = (age <= SMB_MAX_AGE(server));
314 VERBOSE("%s/%s not valid, age=%lu\n",
315 DENTRY_PATH(dentry), age);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dlibiscsi.c117 hdr->itt = build_itt(ctask->itt, conn->id, session->age);
511 /* verify itt (itt encoding: age+cid+itt) */
521 (session->age << ISCSI_AGE_SHIFT)) {
523 "session age (%x)\n", (__force u32)hdr->itt,
524 session->age & ISCSI_AGE_MASK);
548 if (ctask->sc->SCp.phase != session->age) {
549 printk(KERN_ERR "iscsi: ctask's session age %d, "
551 session->age);
808 sc->SCp.phase = session->age;
897 hdr->itt = build_itt(mtask->itt, conn->id, session->age);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A Dcache.c422 unsigned age; local
429 age = (unsigned) (avahi_timeval_diff(&now, &e->timestamp)/1000000);
431 /* avahi_log_debug("age: %lli, ttl/2: %u", age, e->record->ttl); */
433 return age >= e->record->ttl/2;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/scsi/
H A Dlibiscsi.h239 int age; /* counts session re-opens */ member in struct:iscsi_session
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/prism54/
H A Doid_mgt.c294 bss->age = le16_to_cpu(bss->age);
363 bss->age = cpu_to_le16(bss->age);
783 "age=%u\nchannel=%u\n"
785 "basic_rates=0x%X\n", bss->age,
799 i, list->bsslist[i].age,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gdbm-1.8.3/
H A Dlibtool2044 major=`expr $current - $age`
2499 age="$4"
2520 case $age in
2523 $echo "$modename: AGE \`$age' is not a nonnegative integer" 1>&2
2529 if test $age -gt $current; then
2530 $echo "$modename: AGE \`$age' is greater than the current interface number \`$current'" 1>&2
2545 major=.`expr $current - $age`
2546 versuffix="$major.$age.$revision"
2563 major=`expr $current - $age + 1`
2580 major=.`expr $current - $age`
[all...]
H A Dltmain.sh1758 major=`expr $current - $age`
2213 age="$4"
2234 case $age in
2237 $echo "$modename: AGE \`$age' is not a nonnegative integer" 1>&2
2243 if test $age -gt $current; then
2244 $echo "$modename: AGE \`$age' is greater than the current interface number \`$current'" 1>&2
2259 major=.`expr $current - $age`
2260 versuffix="$major.$age.$revision"
2277 major=`expr $current - $age + 1`
2294 major=.`expr $current - $age`
[all...]

Completed in 252 milliseconds

12345