Searched refs:new_target (Results 1 – 6 of 6) sorted by relevance
| /linux/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()
|
| /linux/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() 350 u16 new_target = (data->fan_target * old_div) / new_div; in fan1_div_store() local 351 data->fan_target = min(new_target, (u16)0x1fff); in fan1_div_store()
|
| /linux/arch/sparc/vdso/ |
| H A D | vma.c | 214 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/fs/nfs/ |
| H A D | nfs4session.c | 488 u32 new_target) in nfs41_is_outlier_target_slotid() argument 493 d_target = nfs41_derivative_target_slotid(new_target, in nfs41_is_outlier_target_slotid()
|
| /linux/mm/damon/ |
| H A D | core.c | 1188 struct damon_target *dst_target, *next, *src_target, *new_target; in damon_commit_targets() local 1223 new_target = damon_new_target(); in damon_commit_targets() 1224 if (!new_target) in damon_commit_targets() 1226 err = damon_commit_target(new_target, false, in damon_commit_targets() 1230 damon_destroy_target(new_target, NULL); in damon_commit_targets() 1233 damon_add_target(dst, new_target); in damon_commit_targets()
|
| /linux/fs/nfsd/ |
| H A D | nfs4state.c | 1974 int new_target = from ?: 1; in free_session_slots() local 1975 atomic_sub(ses->se_target_maxslots - new_target, &nfsd_total_target_slots); in free_session_slots() 1976 ses->se_target_maxslots = new_target; in free_session_slots()
|