idle_timestamp 453 net/rxrpc/ar-internal.h unsigned long idle_timestamp; /* Time at which last became idle */ idle_timestamp 927 net/rxrpc/conn_client.c conn->idle_timestamp = jiffies; idle_timestamp 1115 net/rxrpc/conn_client.c conn_expires_at = conn->idle_timestamp + expiry; idle_timestamp 55 net/rxrpc/conn_object.c conn->idle_timestamp = jiffies; idle_timestamp 227 net/rxrpc/conn_object.c conn->idle_timestamp = jiffies; idle_timestamp 384 net/rxrpc/conn_object.c unsigned long expire_at, earliest, idle_timestamp, now; idle_timestamp 402 net/rxrpc/conn_object.c idle_timestamp = READ_ONCE(conn->idle_timestamp); idle_timestamp 403 net/rxrpc/conn_object.c expire_at = idle_timestamp + rxrpc_connection_expiry * HZ; idle_timestamp 405 net/rxrpc/conn_object.c expire_at = idle_timestamp + rxrpc_closed_conn_expiry * HZ;