Searched refs:TPARG_FL_USER (Results 1 – 3 of 3) sorted by relevance
401 #define TPARG_FL_USER BIT(4) macro
705 ctx->flags = (is_return ? TPARG_FL_RETURN : 0) | TPARG_FL_USER; in DEFINE_FREE()
114 if (type && (flags & TPARG_FL_USER) && in find_fetch_type()