Searched refs:primitive_turnstile (Results 1 – 1 of 1) sorted by relevance
1095 struct turnstile *primitive_turnstile, in turnstile_complete_common() argument1098 if (primitive_turnstile == NULL) { in turnstile_complete_common()1122 if (turnstile_recompute_priority(primitive_turnstile)) { in turnstile_complete_common()1123 turnstile_reference(primitive_turnstile); in turnstile_complete_common()1124 thread->inheritor = primitive_turnstile; in turnstile_complete_common()1153 struct turnstile *primitive_turnstile = TURNSTILE_NULL; in turnstile_complete() local1172 primitive_turnstile = *tstore; in turnstile_complete()1175 primitive_turnstile, out_turnstile); in turnstile_complete()1181 struct turnstile *primitive_turnstile, in turnstile_complete_compact_id() argument1186 bool was_last = turnstile_freelist_empty(primitive_turnstile); in turnstile_complete_compact_id()[all …]