Home | History | Annotate | Download | only in fio

Lines Matching full:hash_lock

15 static struct fio_mutex *hash_lock;
24 if (hash_lock)
25 fio_mutex_down(hash_lock);
30 if (hash_lock)
31 fio_mutex_up(hash_lock);
36 fio_mutex_down(hash_lock);
44 fio_mutex_up(hash_lock);
71 fio_mutex_down(hash_lock);
73 fio_mutex_up(hash_lock);
86 fio_mutex_down(hash_lock);
94 fio_mutex_up(hash_lock);
102 fio_mutex_down(hash_lock);
105 fio_mutex_up(hash_lock);
111 fio_mutex_remove(hash_lock);
112 hash_lock = NULL;
123 hash_lock = fio_mutex_init(FIO_MUTEX_UNLOCKED);