Searched refs:age (Results 26 - 31 of 31) sorted by relevance

12

/illumos-gate/usr/src/uts/common/vm/
H A Dvm_usage.c47 * a new calculation. The caller passes the maximium age (in seconds) of the
1879 * age: maximum allowable age (time since counting was done) in
1896 vm_getusage(uint_t flags, time_t age, vmusage_t *buf, size_t *nres, int cpflg) argument
1946 ((hrtime_t)age * NANOSEC)) > now)
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipf_y.y282 pps age new
1192 age: | IPFY_AGE YY_NUMBER { DOALL(fr->fr_age[0] = $2; \ label
1553 { "age", IPFY_AGE },
1635 { "state-age", IPFY_AGE },
/illumos-gate/usr/src/uts/intel/io/drm/
H A Dradeon_state.c1602 buf_priv->age = ++dev_priv->sarea_priv->last_dispatch;
1604 /* Emit the vertex buffer age */
1606 RADEON_DISPATCH_AGE(buf_priv->age);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Drdisc.c360 * then age the discovered default route, and if there is
373 * When we find the bad router, age the route
382 trace_act("age 0.0.0.0 --> %s via %s",
440 * a bad gateway, since otherwise age() will be called.
443 age(0);
/illumos-gate/usr/src/cmd/zonestat/zonestatd/
H A Dzonestatd.c3156 zsd_getvmusage(zsd_ctl_t *ctl, uint_t flags, time_t age, zsd_vmusage64_t *buf, argument
3168 flags, age, (uintptr_t)buf, (uintptr_t)&nres32);
3201 flags, age, (uintptr_t)buf, (uintptr_t)nres));
/illumos-gate/usr/src/uts/sun/io/scsi/adapters/
H A Dfas.c885 ddi_prop_get_int(DDI_DEV_T_ANY, dip, 0, "scsi-tag-age-limit",
2959 int age, i; local
2962 * Check tag age. If timeouts enabled and
2963 * tag age greater than 1, print warning msg.
2964 * If timeouts enabled and tag age greater than
2965 * age limit, begin draining tag que to check for
2968 age = tag_slots->f_slot[tag]->cmd_age++;
2969 if (age >= fas->f_scsi_tag_age_limit &&
2971 IPRINTF2("tag %d in use, age= %d\n", tag, age);
[all...]

Completed in 955 milliseconds

12