Searched refs:new_target (Results 1 – 4 of 4) 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/fs/nfs/ |
| H A D | nfs4session.c | 490 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()
|
| /linux/mm/damon/ |
| H A D | core.c | 1177 struct damon_target *dst_target, *next, *src_target, *new_target; in damon_commit_targets() local 1212 new_target = damon_new_target(); in damon_commit_targets() 1213 if (!new_target) in damon_commit_targets() 1215 err = damon_commit_target(new_target, false, in damon_commit_targets() 1219 damon_destroy_target(new_target, NULL); in damon_commit_targets() 1222 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()
|