HomeSort by relevance Sort by last modified time
    Searched full:hash_lock (Results 1 - 1 of 1) sorted by null

  /external/fio/
filehash.c 15 static struct fio_mutex *hash_lock; variable in typeref:struct:fio_mutex
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);
    [all...]

Completed in 48 milliseconds