Searched defs:sqthread (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/liburing/test/ |
H A D | read-write.c | 46 int buffered, int sqthread, int fixed, int nonvec, in __test_io() 230 static int test_io(const char *file, int write, int buffered, int sqthread, in test_io() 757 int sqthread = (i & 4) != 0; in main() local 852 int sqthread = (i & 4) != 0; in main() local
|
H A D | iopoll.c | 57 static int __test_io(const char *file, struct io_uring *ring, int write, int sqthread, in __test_io() 276 static int test_io(const char *file, int write, int sqthread, int fixed, in test_io() 345 int sqthread = (i & 2) != 0; in main() local
|