Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/xen/
Dxen-balloon.c61 unsigned long long new_target, static_max; in watch_target() local
66 err = xenbus_scanf(XBT_NIL, "memory", "target", "%llu", &new_target); in watch_target()
75 new_target >>= PAGE_SHIFT - 10; in watch_target()
92 balloon_set_new_target(new_target - target_diff); in watch_target()
/linux-4.19.296/fs/nfs/
Dnfs4session.c486 u32 new_target) in nfs41_is_outlier_target_slotid() argument
491 d_target = nfs41_derivative_target_slotid(new_target, in nfs41_is_outlier_target_slotid()
/linux-4.19.296/drivers/misc/
Dvmw_balloon.c368 static bool vmballoon_send_get_target(struct vmballoon *b, u32 *new_target) in vmballoon_send_get_target() argument
394 *new_target = target; in vmballoon_send_get_target()