HomeSort by relevance Sort by last modified time
    Searched refs:__fio_mutex_remove (Results 1 - 4 of 4) sorted by null

  /external/fio/
mutex.h 30 extern void __fio_mutex_remove(struct fio_mutex *);
filelock.c 104 __fio_mutex_remove(&fld->lock);
112 __fio_mutex_remove(&ff->lock);
mutex.c 21 void __fio_mutex_remove(struct fio_mutex *mutex) function
35 __fio_mutex_remove(mutex);
server.c 132 __fio_mutex_remove(&sk_out->lock);
133 __fio_mutex_remove(&sk_out->wait);
134 __fio_mutex_remove(&sk_out->xmit);
    [all...]

Completed in 782 milliseconds