Searched refs:new_target (Results 1 – 4 of 4) sorted by relevance
58 unsigned long long new_target; in watch_target() local61 err = xenbus_scanf(XBT_NIL, "memory", "target", "%llu", &new_target); in watch_target()70 balloon_set_new_target(new_target >> (PAGE_SHIFT - 10)); in watch_target()
127 static void write_fan_target_to_i2c(struct i2c_client *client, u16 new_target) in write_fan_target_to_i2c() argument129 u8 high_byte = (new_target & 0x1fe0) >> 5; in write_fan_target_to_i2c()130 u8 low_byte = (new_target & 0x001f) << 3; in write_fan_target_to_i2c()359 u16 new_target = (data->fan_target * old_div) / new_div; in set_fan_div() local360 data->fan_target = min(new_target, (u16)0x1fff); in set_fan_div()
401 u32 new_target) in nfs41_is_outlier_target_slotid() argument406 d_target = nfs41_derivative_target_slotid(new_target, in nfs41_is_outlier_target_slotid()
405 static bool vmballoon_send_get_target(struct vmballoon *b, u32 *new_target) in vmballoon_send_get_target() argument431 *new_target = target; in vmballoon_send_get_target()