Searched defs:expiry (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ilb/
H A Dilb_conn.h111 * conn_expry: expiry time of this entry
202 * expire: the expiry time of this entry
214 int64_t expiry; member in struct:ilb_sticky_s
H A Dilb_conn.c209 int64_t expiry; local
228 expiry = now - SEC_TO_TICK(connp->conn_expiry);
238 (connp->conn_c2s_atime < expiry &&
239 connp->conn_s2c_atime < expiry)) {
1204 s->expiry = rule->ir_sticky_expiry;
1314 int64_t now, expiry; local
1328 expiry = now - SEC_TO_TICK(s->expiry);
1329 if (s->atime < expiry) {
1516 st[j].expiry_time = TICK_TO_MSEC(curp->expiry);
[all...]
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_db.c256 bool_t (*expiry)(rfs4_entry_t),
305 table->dbt_expiry = expiry;
253 rfs4_table_create(rfs4_database_t *db, char *tabname, time_t max_cache_time, uint32_t idxcnt, bool_t (*create)(rfs4_entry_t, void *), void (*destroy)(rfs4_entry_t), bool_t (*expiry)(rfs4_entry_t), uint32_t size, uint32_t hashsize, uint32_t maxentries, id_t start) argument

Completed in 74 milliseconds