Home
last modified time | relevance | path

Searched refs:toss_rsb (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/fs/dlm/
Dlock.c93 static void toss_rsb(struct kref *kref);
355 kref_put(&r->res_ref, toss_rsb); in put_rsb()
1125 static void toss_rsb(struct kref *kref) in toss_rsb() function
1147 rv = kref_put(&r->res_ref, toss_rsb); in unhold_rsb()