/external/fio/ |
ioengine.h | 214 int queue_full(struct thread_data *);
|
backend.c | 592 full = queue_full(td) || (ret == FIO_Q_BUSY && td->cur_depth); 859 full = queue_full(td) || (ret == FIO_Q_BUSY && td->cur_depth); [all...] |
io_u.c | 1284 int queue_full(struct thread_data *td) function 1305 else if (!queue_full(td)) { [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/scsi/ |
scsi.h | 116 #define QUEUE_FULL 0x14
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/scsi/ |
scsi.h | 116 #define QUEUE_FULL 0x14
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_multiprocessing.py | 408 def queue_full(q, maxsize): function 439 self.assertEqual(queue_full(queue, MAXSIZE), False) 452 self.assertEqual(queue_full(queue, MAXSIZE), True) 479 self.assertEqual(queue_full(queue, MAXSIZE), False) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_multiprocessing.py | 408 def queue_full(q, maxsize): function 439 self.assertEqual(queue_full(queue, MAXSIZE), False) 452 self.assertEqual(queue_full(queue, MAXSIZE), True) 479 self.assertEqual(queue_full(queue, MAXSIZE), False) [all...] |