Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/obdclass/
Dcl_lock.c1484 unsigned long ounce; in cl_lock_weigh() local
1492 ounce = slice->cls_ops->clo_weigh(env, slice); in cl_lock_weigh()
1493 pound += ounce; in cl_lock_weigh()
1494 if (pound < ounce) /* over-weight^Wflow */ in cl_lock_weigh()