/kernel/linux/linux-6.6/drivers/xen/ |
H A D | xen-balloon.c | 66 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()
|
/kernel/linux/linux-5.10/drivers/xen/ |
H A D | xen-balloon.c | 66 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()
|
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | emc2103.c | 114 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()
|
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | emc2103.c | 114 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()
|
/kernel/linux/linux-5.10/arch/sparc/vdso/ |
H A D | vma.c | 214 const char *new_target, bool elf64) in patch_one_symbol() 217 return patchsym64(e, orig, new_target); in patch_one_symbol() 219 return patchsym32(e, orig, new_target); in patch_one_symbol() 213 patch_one_symbol(struct vdso_elfinfo *e, const char *orig, const char *new_target, bool elf64) patch_one_symbol() argument
|
/kernel/linux/linux-6.6/arch/sparc/vdso/ |
H A D | vma.c | 214 const char *new_target, bool elf64) in patch_one_symbol() 217 return patchsym64(e, orig, new_target); in patch_one_symbol() 219 return patchsym32(e, orig, new_target); in patch_one_symbol() 213 patch_one_symbol(struct vdso_elfinfo *e, const char *orig, const char *new_target, bool elf64) patch_one_symbol() argument
|
/kernel/linux/linux-5.10/fs/nfs/ |
H A D | nfs4session.c | 490 u32 new_target) in nfs41_is_outlier_target_slotid() 495 d_target = nfs41_derivative_target_slotid(new_target, in nfs41_is_outlier_target_slotid() 489 nfs41_is_outlier_target_slotid(struct nfs4_slot_table *tbl, u32 new_target) nfs41_is_outlier_target_slotid() argument
|
/kernel/linux/linux-6.6/fs/nfs/ |
H A D | nfs4session.c | 490 u32 new_target) in nfs41_is_outlier_target_slotid() 495 d_target = nfs41_derivative_target_slotid(new_target, in nfs41_is_outlier_target_slotid() 489 nfs41_is_outlier_target_slotid(struct nfs4_slot_table *tbl, u32 new_target) nfs41_is_outlier_target_slotid() argument
|