Searched refs:INTERRUPTIBLE (Results 1 – 5 of 5) sorted by relevance
/external/igt-gpu-tools/tests/i915/ |
D | gem_ctx_switch.c | 47 #define INTERRUPTIBLE 0x1 macro 144 if (flags & INTERRUPTIBLE) { in single() 183 igt_while_interruptible(flags & INTERRUPTIBLE) { in single() 199 flags & INTERRUPTIBLE ? " (interruptible)" : ""); in single() 218 flags & INTERRUPTIBLE ? " (interruptible)" : ""); in single() 300 flags & INTERRUPTIBLE ? in all() 323 { "-interruptible", INTERRUPTIBLE, NULL }, 325 { "-queue-interruptible", QUEUE | INTERRUPTIBLE, gem_has_queues },
|
D | gem_exec_flush.c | 38 #define INTERRUPTIBLE 64 macro 267 igt_while_interruptible(flags & INTERRUPTIBLE) in run() 281 igt_while_interruptible(flags & INTERRUPTIBLE) in run() 293 igt_while_interruptible(flags & INTERRUPTIBLE) in run() 301 igt_while_interruptible(flags & INTERRUPTIBLE) in run() 313 igt_while_interruptible(flags & INTERRUPTIBLE) in run() 642 UNCACHED | m->flags | INTERRUPTIBLE); 655 COHERENT | m->flags | INTERRUPTIBLE); 667 COHERENT | WC | m->flags | INTERRUPTIBLE); 682 MOVNT | COHERENT | WC | m->flags | INTERRUPTIBLE);
|
D | gem_fenced_exec_thrash.c | 91 #define INTERRUPTIBLE (1 << 1) macro 137 igt_while_interruptible(flags & INTERRUPTIBLE) { in run_test() 181 flags & INTERRUPTIBLE ? "-interruptible" : "")
|
D | gem_ringfill.c | 43 #define INTERRUPTIBLE 0x1 macro 88 igt_while_interruptible(flags & INTERRUPTIBLE) { in fill_ring() 250 { "-interruptible", INTERRUPTIBLE, 1, true }, 255 { "-bomb", BOMB | NEWFD | INTERRUPTIBLE, 150 },
|
D | gem_exec_whisper.c | 75 #define INTERRUPTIBLE 0x4 macro 344 igt_while_interruptible(flags & INTERRUPTIBLE) { in whisper() 528 { "interruptible", INTERRUPTIBLE }, 533 { "chain-interruptible", CHAIN | INTERRUPTIBLE }, 536 { "fds-interruptible", FDS | INTERRUPTIBLE}, 542 { "contexts-interruptible", CONTEXTS | INTERRUPTIBLE}, 548 { "queues-interruptible", QUEUES | INTERRUPTIBLE}, 590 if (m->flags & INTERRUPTIBLE)
|