Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dcl_lock.c1483 unsigned long pound; in cl_lock_weigh() local
1489 pound = 0; in cl_lock_weigh()
1493 pound += ounce; in cl_lock_weigh()
1494 if (pound < ounce) /* over-weight^Wflow */ in cl_lock_weigh()
1495 pound = ~0UL; in cl_lock_weigh()
1498 return pound; in cl_lock_weigh()