Home
last modified time | relevance | path

Searched defs:ocfs2_lock_stats (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/fs/ocfs2/
Docfs2.h144 struct ocfs2_lock_stats { struct
145 u64 ls_total; /* Total wait in NSEC */
146 u32 ls_gets; /* Num acquires */
147 u32 ls_fail; /* Num failed acquires */
150 u32 ls_max; /* Max wait in USEC */
151 u64 ls_last; /* Last unlock time in USEC */
/kernel/linux/linux-5.10/fs/ocfs2/
Docfs2.h146 struct ocfs2_lock_stats { struct
147 u64 ls_total; /* Total wait in NSEC */
148 u32 ls_gets; /* Num acquires */
149 u32 ls_fail; /* Num failed acquires */
152 u32 ls_max; /* Max wait in USEC */
153 u64 ls_last; /* Last unlock time in USEC */