Home
last modified time | relevance | path

Searched refs:new_target (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/xen/
Dxen-balloon.c61 unsigned long long new_target, static_max; in watch_target() local
66 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()
/Linux-v4.19/drivers/hwmon/
Demc2103.c127 static void write_fan_target_to_i2c(struct i2c_client *client, u16 new_target) in write_fan_target_to_i2c() argument
129 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() local
360 data->fan_target = min(new_target, (u16)0x1fff); in fan1_div_store()
/Linux-v4.19/fs/nfs/
Dnfs4session.c486 u32 new_target) in nfs41_is_outlier_target_slotid() argument
491 d_target = nfs41_derivative_target_slotid(new_target, in nfs41_is_outlier_target_slotid()
/Linux-v4.19/drivers/misc/
Dvmw_balloon.c368 static bool vmballoon_send_get_target(struct vmballoon *b, u32 *new_target) in vmballoon_send_get_target() argument
394 *new_target = target; in vmballoon_send_get_target()