Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dcl_lock.c1509 unsigned long ounce; in cl_lock_weigh() local
1517 ounce = slice->cls_ops->clo_weigh(env, slice); in cl_lock_weigh()
1518 pound += ounce; in cl_lock_weigh()
1519 if (pound < ounce) /* over-weight^Wflow */ in cl_lock_weigh()