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