Home
last modified time | relevance | path

Searched refs:nfsd_notifier_refcount (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/nfsd/
H A Dnfssvc.c503 static atomic_t nfsd_notifier_refcount = ATOMIC_INIT(0); variable
511 if (atomic_dec_return(&nfsd_notifier_refcount) == 0) { in nfsd_last_thread()
668 if (atomic_inc_return(&nfsd_notifier_refcount) == 1) { in nfsd_create_serv()
/kernel/linux/linux-6.6/fs/nfsd/
H A Dnfssvc.c543 static atomic_t nfsd_notifier_refcount = ATOMIC_INIT(0); variable
555 if (atomic_dec_return(&nfsd_notifier_refcount) == 0) { in nfsd_last_thread()
694 if (atomic_inc_return(&nfsd_notifier_refcount) == 1) { in nfsd_create_serv()

Completed in 4 milliseconds