Lines Matching refs:flags
74 enum flags {
104 void hwBegin(flags f, System *sys, uint64_t frame, std::string sm,
106 void hwQ(flags f, System *sys, uint64_t frame, std::string sm,
109 void hwDq(flags f, System *sys, uint64_t frame, std::string sm,
112 void hwPq(flags f, System *sys, uint64_t frame, std::string sm,
115 void hwRq(flags f, System *sys, uint64_t frame, std::string sm,
118 void hwWf(flags f, System *sys, uint64_t frame, std::string sm,
121 void hwWe(flags f, System *sys, uint64_t frame, std::string sm,
164 enum flags {
165 /* no flags */
305 void doDq(System *sys, int flags, int cpu, int sm, std::string q, int qi,
307 void doQ(System *sys, int flags, int cpu, int sm, std::string q, int qi,
394 bool expl = false, int flags = FL_NONE);
432 inline void hwBegin(flags f, System *sys, uint64_t frame, std::string sm,
445 inline void hwQ(flags f, System *sys, uint64_t frame, std::string sm,
460 inline void hwDq(flags f, System *sys, uint64_t frame, std::string sm,
474 inline void hwPq(flags f, System *sys, uint64_t frame, std::string sm,
488 inline void hwRq(flags f, System *sys, uint64_t frame, std::string sm,
502 inline void hwWf(flags f, System *sys, uint64_t frame, std::string sm,
513 inline void hwWe(flags f, System *sys, uint64_t frame, std::string sm,