Lines Matching defs:high_water_thread
661 * HIGH_WATER_THREAD names the thread. Similarly the BASE_WATER_MARK
668 * [HIGH_WATER_THREAD]. The OTHER_DIFF is the next diff to check for
670 * CURRENT[HIGH_WATER_THREAD ^ 0x1]. The OTHER_THREAD is the thread
672 * HIGH_WATER_THREAD ^ 0x1.
689 high_water_thread,
727 high_water_thread = base_water_thread;
729 high_water_diff = current[high_water_thread];
739 using[high_water_thread]
740 = last_using[high_water_thread]
742 current[high_water_thread] = high_water_diff->next;
743 last_using[high_water_thread]->next = 0;
746 other_thread = high_water_thread ^ 0x1;
765 current[high_water_thread ^ 0x1] */
777 high_water_thread ^= 1;
783 other_thread = high_water_thread ^ 0x1;
791 base_water_thread, high_water_thread,