Searched refs:borrowed (Results 1 – 10 of 10) sorted by relevance
199 size_t borrowed; member225 VDO_ASSERT_LOG_ONLY(pool->borrowed > 0, "shouldn't return more than borrowed"); in return_pbn_lock_to_pool()226 pool->borrowed -= 1; in return_pbn_lock_to_pool()249 pool->borrowed = capacity; in make_pbn_lock_pool()271 VDO_ASSERT_LOG_ONLY(pool->borrowed == 0, in free_pbn_lock_pool()273 pool->borrowed); in free_pbn_lock_pool()297 if (pool->borrowed >= pool->capacity) in borrow_pbn_lock_from_pool()300 pool->borrowed += 1; in borrow_pbn_lock_from_pool()
22 unsigned int borrowed; member
619 m2info->video.borrowed = mem; in matroxfb_dh_regit()683 minfo->video.len_usable += m2info->video.borrowed; in matroxfb_dh_deregisterfb()
57 "borrowed" mm while the anonymous process is running. When the58 anonymous process gets scheduled away, the borrowed address space is
1186 int *borrowed; in brcmf_fws_return_credits() local1198 borrowed = &fws->credits_borrowed[fifo][lender_ac]; in brcmf_fws_return_credits()1199 if (*borrowed) { in brcmf_fws_return_credits()1202 if (*borrowed >= credits) { in brcmf_fws_return_credits()1203 *borrowed -= credits; in brcmf_fws_return_credits()1207 credits -= *borrowed; in brcmf_fws_return_credits()1208 *fifo_credit += *borrowed; in brcmf_fws_return_credits()1209 *borrowed = 0; in brcmf_fws_return_credits()
51 This chart, borrowed from kxfxlib/da_asio51.cpp, describes the mapping of JACK
4 # Lots of this code have been borrowed or heavily inspired from parts
34 Large portions of this documentation were heavily borrowed from the guide
86 borrowed from the ALSA PCM API. However, only sizes in bytes can be
159 plus a lot of code, are borrowed from CFQ.