Searched refs:cl_renewd (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/nfs/ |
H A D | nfs4renewd.c | 59 container_of(work, struct nfs_client, cl_renewd.work); in nfs4_renew_state() 125 mod_delayed_work(system_wq, &clp->cl_renewd, timeout); in nfs4_schedule_state_renewal() 133 cancel_delayed_work_sync(&clp->cl_renewd); in nfs4_kill_renewd()
|
H A D | nfs4client.c | 218 INIT_DELAYED_WORK(&clp->cl_renewd, nfs4_renew_state); in nfs4_alloc_client()
|
/kernel/linux/linux-6.6/fs/nfs/ |
H A D | nfs4renewd.c | 59 container_of(work, struct nfs_client, cl_renewd.work); in nfs4_renew_state() 125 mod_delayed_work(system_wq, &clp->cl_renewd, timeout); in nfs4_schedule_state_renewal() 133 cancel_delayed_work_sync(&clp->cl_renewd); in nfs4_kill_renewd()
|
H A D | nfs4client.c | 219 INIT_DELAYED_WORK(&clp->cl_renewd, nfs4_renew_state); in nfs4_alloc_client()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | nfs_fs_sb.h | 77 struct delayed_work cl_renewd; member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | nfs_fs_sb.h | 80 struct delayed_work cl_renewd; member
|
Completed in 6 milliseconds