Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dcl_lock.c1508 unsigned long pound; in cl_lock_weigh() local
1514 pound = 0; in cl_lock_weigh()
1518 pound += ounce; in cl_lock_weigh()
1519 if (pound < ounce) /* over-weight^Wflow */ in cl_lock_weigh()
1520 pound = ~0UL; in cl_lock_weigh()
1523 return pound; in cl_lock_weigh()