Searched refs:new_target (Results 1 - 5 of 5) sorted by relevance
/linux-4.4.14/drivers/xen/ |
H A D | xen-balloon.c | 58 unsigned long long new_target; watch_target() local 61 err = xenbus_scanf(XBT_NIL, "memory", "target", "%llu", &new_target); watch_target() 70 balloon_set_new_target(new_target >> (PAGE_SHIFT - 10)); watch_target()
|
/linux-4.4.14/drivers/hwmon/ |
H A D | emc2103.c | 127 static void write_fan_target_to_i2c(struct i2c_client *client, u16 new_target) write_fan_target_to_i2c() argument 129 u8 high_byte = (new_target & 0x1fe0) >> 5; write_fan_target_to_i2c() 130 u8 low_byte = (new_target & 0x001f) << 3; write_fan_target_to_i2c() 359 u16 new_target = (data->fan_target * old_div) / new_div; set_fan_div() local 360 data->fan_target = min(new_target, (u16)0x1fff); set_fan_div()
|
/linux-4.4.14/fs/nfs/ |
H A D | nfs4session.c | 401 u32 new_target) nfs41_is_outlier_target_slotid() 406 d_target = nfs41_derivative_target_slotid(new_target, nfs41_is_outlier_target_slotid() 400 nfs41_is_outlier_target_slotid(struct nfs4_slot_table *tbl, u32 new_target) nfs41_is_outlier_target_slotid() argument
|
/linux-4.4.14/drivers/macintosh/ |
H A D | windfarm_pm121.c | 77 * new_target = max (new_target, new_min >> 16)
|
/linux-4.4.14/drivers/misc/ |
H A D | vmw_balloon.c | 405 static bool vmballoon_send_get_target(struct vmballoon *b, u32 *new_target) vmballoon_send_get_target() argument 431 *new_target = target; vmballoon_send_get_target()
|
Completed in 213 milliseconds