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

  /external/fio/
filelock.c 18 struct fio_filelock { struct
32 struct fio_filelock ffs[MAX_FILELOCKS];
35 static void put_filelock(struct fio_filelock *ff)
40 static struct fio_filelock *__get_filelock(void)
42 struct fio_filelock *ff;
47 ff = flist_first_entry(&fld->free_list, struct fio_filelock, list);
52 static struct fio_filelock *get_filelock(int trylock, int *retry)
54 struct fio_filelock *ff;
85 struct fio_filelock *ff = &fld->ffs[i];
107 struct fio_filelock *ff
    [all...]

Completed in 43 milliseconds