Searched refs:TA_FLAG_INSTANCE_KEEP_ALIVE (Results 1 – 8 of 8) sorted by relevance
15 TA_FLAG_INSTANCE_KEEP_ALIVE)
18 TA_FLAG_INSTANCE_KEEP_ALIVE)
17 #define TA_FLAG_INSTANCE_KEEP_ALIVE (1 << 4) /* remains after last close */ macro
130 &(const bool){(TA_FLAGS & TA_FLAG_INSTANCE_KEEP_ALIVE) != 0}},
244 (ta_head.flags & TA_FLAG_INSTANCE_KEEP_ALIVE); in ta_header_remove_session()
573 keep_alive = (ctx->flags & TA_FLAG_INSTANCE_KEEP_ALIVE) && in tee_ta_close_session()
91 TA_FLAG_INSTANCE_KEEP_ALIVE; in stmm_alloc_ctx()
757 * Ignore `TA_FLAG_MULTI_SESSION` and `TA_FLAG_INSTANCE_KEEP_ALIVE` when
Completed in 14 milliseconds