Lines Matching refs:flushed
99 * Actually, now if it wasn't flushed it gets cleared and
100 * flushed to the host, which will clear it.
103 if (!curr->flushed) {
112 if (!(flags & O_FORCE) && curr->flushed)
119 curr->flushed = 1;
127 * present desc's, only if they haven't been flushed.
142 if (curr->flushed)
151 * On a newly forked process, the TLS descriptors haven't yet been flushed. So
164 * will remain as flushed as it was.
169 curr->flushed = 0;
201 int idx, int flushed)
210 t->arch.tls_array[idx - GDT_ENTRY_TLS_MIN].flushed = flushed;
251 * flushed. This could be triggered if load_TLS() failed.
254 !t->arch.tls_array[idx - GDT_ENTRY_TLS_MIN].flushed)) {
256 "without flushed TLS.", current->pid);