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

  /external/fio/
filelock.c 17 struct fio_filelock { struct
55 static struct fio_filelock *fio_hash_find(uint32_t hash)
58 struct fio_filelock *ff;
61 ff = flist_entry(entry, struct fio_filelock, list);
69 static struct fio_filelock *fio_hash_get(uint32_t hash)
71 struct fio_filelock *ff;
87 struct fio_filelock *ff;
123 struct fio_filelock *ff;
138 struct fio_filelock *ff;

Completed in 74 milliseconds