Searched refs:temp_value (Results 1 – 1 of 1) sorted by relevance
601 int temp_value; in s1394_bandwidth_alloc() local639 temp_value = (old_value - bw_alloc_units); in s1394_bandwidth_alloc()641 (temp_value >= IEEE1394_BANDWIDTH_MIN)) { in s1394_bandwidth_alloc()643 swap = (uint32_t)temp_value; in s1394_bandwidth_alloc()777 uint32_t temp_value; in s1394_bandwidth_free() local814 temp_value = (old_value + bw_alloc_units); in s1394_bandwidth_free()815 if ((temp_value >= old_value) && in s1394_bandwidth_free()816 (temp_value <= IEEE1394_BANDWIDTH_MAX)) { in s1394_bandwidth_free()818 swap = temp_value; in s1394_bandwidth_free()