Home
last modified time | relevance | path

Searched refs:tl_time (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/fs/smb/client/
H A Dconnect.c2746 tlink->tl_time = jiffies; in cifs_put_tlink()
3476 tlink->tl_time = jiffies; in mount_setup_tlink()
4159 if (time_before(jiffies, tlink->tl_time + TLINK_ERROR_EXPIRE)) { in cifs_sb_tlink()
4210 time_after(tlink->tl_time + TLINK_IDLE_EXPIRE, jiffies)) in cifs_prune_tlinks()
H A Dcifsglob.h1262 * these when the tl_count goes to 0. The tl_time is the time of the last
1272 unsigned long tl_time; member
/kernel/linux/linux-5.10/fs/cifs/
H A Dconnect.c3435 tlink->tl_time = jiffies; in cifs_put_tlink()
4178 tlink->tl_time = jiffies; in mount_setup_tlink()
5281 if (time_before(jiffies, tlink->tl_time + TLINK_ERROR_EXPIRE)) { in cifs_sb_tlink()
5332 time_after(tlink->tl_time + TLINK_IDLE_EXPIRE, jiffies)) in cifs_prune_tlinks()
H A Dcifsglob.h1188 * these when the tl_count goes to 0. The tl_time is the time of the last
1198 unsigned long tl_time; member

Completed in 20 milliseconds