Searched refs:expiry (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/inet/ilb/ |
H A D | ilb_conn.h | 111 * 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 D | ilb_conn.c | 209 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 D | nfs4_db.c | 256 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
|
/illumos-gate/usr/src/uts/common/nfs/ |
H A D | nfs4.h | 135 bool_t (*expiry)(rfs4_entry_t),
|
Completed in 67 milliseconds