Lines Matching full:dp_entries
105 * dp_mutex & dp_entries variables above.
126 * dp_entries. (When dp_entries is 0, and a tracer adds an entry it will
127 * signal. When dp_entries is 0, the main thread will wait for that condition
300 * them. These protect the dp_entries variable.
304 static volatile int dp_entries;
1187 if (dp_entries == 0)
1189 dp_entries += entries_handled;
1196 dp_entries -= handled;
1203 while (!done && dp_entries == 0)
1428 while (dp_entries)