Searched refs:new_target (Results 1 – 4 of 4) sorted by relevance
61 unsigned long long new_target, static_max; in watch_target() local66 err = xenbus_scanf(XBT_NIL, "memory", "target", "%llu", &new_target); in watch_target()75 new_target >>= PAGE_SHIFT - 10; in watch_target()82 static_max = new_target; in watch_target()89 balloon_set_new_target(new_target - target_diff); 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 fan1_div_store() local360 data->fan_target = min(new_target, (u16)0x1fff); in fan1_div_store()
486 u32 new_target) in nfs41_is_outlier_target_slotid() argument491 d_target = nfs41_derivative_target_slotid(new_target, in nfs41_is_outlier_target_slotid()
368 static bool vmballoon_send_get_target(struct vmballoon *b, u32 *new_target) in vmballoon_send_get_target() argument394 *new_target = target; in vmballoon_send_get_target()