HomeSort by relevance Sort by last modified time
    Searched full:dp_entries (Results 1 - 1 of 1) sorted by null

  /external/blktrace/
blktrace.c 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; variable
1187 if (dp_entries == 0)
1189 dp_entries += entries_handled;
1196 dp_entries -= handled;
1203 while (!done && dp_entries == 0
    [all...]

Completed in 31 milliseconds