Home
last modified time | relevance | path

Searched refs:grant_speed (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/ldlm/
Dldlm_pool.c448 int grant_speed, lvf; in lprocfs_pool_state_seq_show() local
460 grant_speed = grant_rate - cancel_rate; in lprocfs_pool_state_seq_show()
472 grant_rate, cancel_rate, grant_speed, in lprocfs_pool_state_seq_show()
486 int grant_speed; in grant_speed_show() local
490 grant_speed = atomic_read(&pl->pl_grant_rate) - in grant_speed_show()
493 return sprintf(buf, "%d\n", grant_speed); in grant_speed_show()
495 LUSTRE_RO_ATTR(grant_speed);
/linux-4.4.14/drivers/staging/lustre/
Dsysfs-fs-lustre376 What: /sys/fs/lustre/ldlm/namespaces/<name>/pool/grant_speed