Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/vfs/
H A Dvfs_quota.c157 static volatile int dq_list_lock_cnt = 0; variable
163 return ++dq_list_lock_cnt; in dq_list_lock()
169 return dq_list_lock_cnt != oldval; in dq_list_lock_changed()
175 return dq_list_lock_cnt; in dq_list_lock_val()