Lines Matching full:credit
309 /* MACs credit pool */
312 /* VLANs credit pool */
363 * Update the relevant credit object(s) (consume/return
656 /*************************** Credit handling **********************************/
659 /* Current amount of credit in the pool */
660 atomic_t credit; member
662 /* Maximum allowed credit. put() will check against it. */
693 * Get the requested amount of credit from the pool.
695 * @param cnt Amount of requested credit
701 * Returns the credit to the pool.
703 * @param cnt Amount of credit to return
709 * Reads the current amount of credit.
1499 /****************** CREDIT POOL ****************/
1507 int base, int credit);