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

12

/asus-wl-520gu-7.0.1.45/src/router/LPRng/src/include/
H A Dcheckpc.h22 int getage( char *age );
23 int getk( char *age );
24 int Check_file( char *path, int fix, int age, int rmflag );
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/drm/
H A Dmga_dma.c285 DRM_INFO( " %p idx=%2d age=0x%x 0x%06lx\n",
286 entry, entry->buf->idx, entry->age.head,
287 entry->age.head - dev_priv->primary->offset );
309 SET_AGE( &dev_priv->head->age, MGA_BUFFER_USED, 0 );
324 SET_AGE( &entry->age, MGA_BUFFER_FREE, 0 );
373 tail->age.head ?
374 tail->age.head - dev_priv->primary->offset : 0,
375 tail->age.wrap );
379 if ( TEST_AGE( &tail->age, head, wrap ) ) {
385 SET_AGE( &next->age, MGA_BUFFER_USE
[all...]
H A Dmga_drv.h56 drm_mga_age_t age; member in struct:drm_mga_freelist
323 #define SET_AGE( age, h, w ) \
325 (age)->head = h; \
326 (age)->wrap = w; \
329 #define TEST_AGE( age, h, w ) ( (age)->wrap < w || \
330 ( (age)->wrap == w && \
331 (age)->head < h ) )
337 entry->age.head = (dev_priv->prim.tail + \
339 entry->age
[all...]
H A Dradeon_drv.h35 unsigned int age; member in struct:drm_radeon_freelist
118 u32 age; member in struct:drm_radeon_buf_priv
673 #define RADEON_DISPATCH_AGE( age ) do { \
675 OUT_RING( age ); \
678 #define RADEON_FRAME_AGE( age ) do { \
680 OUT_RING( age ); \
683 #define RADEON_CLEAR_AGE( age ) do { \
685 OUT_RING( age ); \
H A Di810_drm.h129 int age; /* tracked by clients to update local LRU's */ member in struct:_drm_i810_tex_region
143 * age different to the one you set, then you are mistaken and
149 * in the same lru which is used to age their own textures,
161 int last_dispatch; /* age of the most recently dispatched buffer */
H A Di830_drm.h162 int age; /* tracked by clients to update local LRU's */ member in struct:_drm_i830_tex_region
179 * age different to the one you set, then you are mistaken and
185 * in the same lru which is used to age their own textures,
197 int last_dispatch; /* age of the most recently dispatched buffer */
H A Dradeon_drm.h201 int age; member in struct:__anon1170
/asus-wl-520gu-7.0.1.45/src/router/LPRng/UTILS/
H A Dset_file_time.c41 int age; local
57 printf("age '%f' (%s)\n", fage, s );
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/drm-4.0/
H A Dmga_dma.c79 /* These are two age tags that will never be sent to
96 dev_priv->head->age = MGA_BUF_USED;
105 item->age = MGA_BUF_FREE;
194 buf_priv->my_freelist->age = MGA_BUF_FREE;
212 if(failed >= 1000 && dev_priv->tail->age >= dev_priv->last_prim_age) {
214 " tail->age = %d, last_prim_age= %d\n",
215 dev_priv->tail->age,
222 if(dev_priv->tail->age < dev_priv->last_prim_age)
237 if(dev_priv->tail->age < dev_priv->last_prim_age) {
243 next->age
[all...]
H A Dradeon_drv.h37 unsigned int age; member in struct:drm_radeon_freelist
116 u32 age; member in struct:drm_radeon_buf_priv
640 #define RADEON_DISPATCH_AGE( age ) \
643 OUT_RING( age ); \
646 #define RADEON_FRAME_AGE( age ) \
649 OUT_RING( age ); \
652 #define RADEON_CLEAR_AGE( age ) \
655 OUT_RING( age ); \
H A Di810_drm.h122 int age; /* tracked by clients to update local LRU's */ member in struct:_drm_i810_tex_region
136 * age different to the one you set, then you are mistaken and
142 * in the same lru which is used to age their own textures,
154 int last_dispatch; /* age of the most recently dispatched buffer */
H A Dr128_drm.h149 int age; member in struct:drm_tex_region
H A Dmga_drm.h186 unsigned int age; member in struct:_drm_mga_tex_region
226 unsigned int last_dispatch; /* age of the most recently dispatched buffer */
H A Dradeon_drm.h202 int age; member in struct:__anon1198
/asus-wl-520gu-7.0.1.45/src/router/LPRng/src/common/
H A Dcheckpc.c452 if( Remove || Verbose)MESSAGE( " %s: file '%s', age %3.2f %s > %3.2f %s maximum%s",
650 "checkpc [-aflprsV] [-A age] [-D debuglevel] [-P printer] [-t size]",
657 " -r remove job files older than -A age seconds",
660 " -A age[DHMS] remove files of form ?f[A-Z][0-9][0-9][0-9] older than",
661 " age, D days (default), H hours, M minutes, S seconds",
680 int getage( char *age )
683 char *end = age;
684 t = strtol( age, &end, 10 );
685 if( t && end != age ){
697 FPRINTF( STDERR, "Bad format for age '
729 Check_file( char *path, int fix, int age, int rmflag ) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/smbfs/
H A Ddir.c231 unsigned long age = jiffies - dir->u.smbfs_i.oldmtime; local
232 if (age > 2*HZ)
278 unsigned long age = jiffies - dentry->d_time; local
282 * The default validation is based on dentry age:
286 valid = (age <= SMB_MAX_AGE(server));
289 VERBOSE("%s/%s not valid, age=%lu\n",
290 DENTRY_PATH(dentry), age);
/asus-wl-520gu-7.0.1.45/src/switch/sys/
H A Detc53xx.h244 unsigned char age:1; /* age */ member in struct:_ROBO_ARL_ENTRY_CTRL_STRUC
253 unsigned char age:1; /* age */ member in struct:_ROBO_ARL_SEARCH_RESULT_CTRL_STRUC
286 unsigned char age:1; /* age */ member in struct:_ROBO_ARL_SEARCH_RESULT_MCAST_CTRL_STRUC
368 unsigned int age:1; /* entry accessed/learned since ageing process */ member in struct:_ROBO_ARL_TABLE_DATA_STRUC
381 unsigned int age:1; /* entry accessed/learned since ageing process */ member in struct:_ROBO_ARL_TABLE_DATA_STRUC
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/nfsd/
H A Dnfscache.c173 unsigned long age; local
242 age = jiffies - rp->c_timestamp;
247 if (rp->c_state == RC_INPROG || age < RC_DELAY)
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/bridge/
H A Dbr_stp.c174 unsigned long age; local
177 age = br_timer_get_residue(&root->message_age_timer) + 1;
178 bpdu.message_age = age;
/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dls.c587 time_t ttime, age; local
676 age = time(NULL) - ttime;
678 if (age < 3600L * 24 * 365 / 2 && age > -15 * 60) {
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/plugins/radius/radiusclient/
H A Dltmain.sh611 age=0
642 test -n "$4" && age="$4"
663 case "$age" in
666 echo "$progname: AGE \`$age' is not a nonnegative integer" 1>&2
672 if test $age -gt $current; then
673 echo "$progname: AGE \`$age' is greater than the current interface number \`$current'" 1>&2
679 version_vars="version_type current age revision"
685 major=`expr $current - $age`
686 versuffix="$major.$age.$revision"
691 major=`expr $current - $age`
[all...]
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppd/plugins/radius/radiusclient/
H A Dltmain.sh611 age=0
642 test -n "$4" && age="$4"
663 case "$age" in
666 echo "$progname: AGE \`$age' is not a nonnegative integer" 1>&2
672 if test $age -gt $current; then
673 echo "$progname: AGE \`$age' is greater than the current interface number \`$current'" 1>&2
679 version_vars="version_type current age revision"
685 major=`expr $current - $age`
686 versuffix="$major.$age.$revision"
691 major=`expr $current - $age`
[all...]
/asus-wl-520gu-7.0.1.45/src/router/library/libiconv-1.8/autoconf/
H A Dltmain.sh1762 major=`expr $current - $age`
2221 age="$4"
2242 case $age in
2245 $echo "$modename: AGE \`$age' is not a nonnegative integer" 1>&2
2251 if test $age -gt $current; then
2252 $echo "$modename: AGE \`$age' is greater than the current interface number \`$current'" 1>&2
2267 major=.`expr $current - $age`
2268 versuffix="$major.$age.$revision"
2285 major=`expr $current - $age + 1`
2302 major=.`expr $current - $age`
[all...]
/asus-wl-520gu-7.0.1.45/src/router/library/libiconv-1.8/libcharset/autoconf/
H A Dltmain.sh1762 major=`expr $current - $age`
2221 age="$4"
2242 case $age in
2245 $echo "$modename: AGE \`$age' is not a nonnegative integer" 1>&2
2251 if test $age -gt $current; then
2252 $echo "$modename: AGE \`$age' is greater than the current interface number \`$current'" 1>&2
2267 major=.`expr $current - $age`
2268 versuffix="$major.$age.$revision"
2285 major=`expr $current - $age + 1`
2302 major=.`expr $current - $age`
[all...]
/asus-wl-520gu-7.0.1.45/src/router/library/libiconv-1.8/libcharset/
H A Dlibtool2048 major=`expr $current - $age`
2507 age="$4"
2528 case $age in
2531 $echo "$modename: AGE \`$age' is not a nonnegative integer" 1>&2
2537 if test $age -gt $current; then
2538 $echo "$modename: AGE \`$age' is greater than the current interface number \`$current'" 1>&2
2553 major=.`expr $current - $age`
2554 versuffix="$major.$age.$revision"
2571 major=`expr $current - $age + 1`
2588 major=.`expr $current - $age`
[all...]

Completed in 280 milliseconds

12