Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/xen/
Dxen-balloon.c66 unsigned long long new_target, static_max; in watch_target() local
77 err = xenbus_scanf(XBT_NIL, "memory", "target", "%llu", &new_target); in watch_target()
86 new_target >>= PAGE_SHIFT - 10; in watch_target()
103 balloon_set_new_target(new_target - target_diff); in watch_target()
/linux-6.6.21/drivers/hwmon/
Demc2103.c114 static void write_fan_target_to_i2c(struct i2c_client *client, u16 new_target) in write_fan_target_to_i2c() argument
116 u8 high_byte = (new_target & 0x1fe0) >> 5; in write_fan_target_to_i2c()
117 u8 low_byte = (new_target & 0x001f) << 3; in write_fan_target_to_i2c()
348 u16 new_target = (data->fan_target * old_div) / new_div; in fan1_div_store() local
349 data->fan_target = min(new_target, (u16)0x1fff); in fan1_div_store()
/linux-6.6.21/arch/sparc/vdso/
Dvma.c214 const char *new_target, bool elf64) in patch_one_symbol() argument
217 return patchsym64(e, orig, new_target); in patch_one_symbol()
219 return patchsym32(e, orig, new_target); in patch_one_symbol()
/linux-6.6.21/fs/nfs/
Dnfs4session.c490 u32 new_target) in nfs41_is_outlier_target_slotid() argument
495 d_target = nfs41_derivative_target_slotid(new_target, in nfs41_is_outlier_target_slotid()