Searched refs:pound (Results 1 – 1 of 1) sorted by relevance
1483 unsigned long pound; in cl_lock_weigh() local1489 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()