Home
last modified time | relevance | path

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

/linux/drivers/md/dm-vdo/
H A Dphysical-zone.c199 size_t borrowed; member
225 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()
/linux/drivers/video/fbdev/matrox/
H A Dmatroxfb_crtc2.h22 unsigned int borrowed; member
H A Dmatroxfb_crtc2.c619 m2info->video.borrowed = mem; in matroxfb_dh_regit()
683 minfo->video.len_usable += m2info->video.borrowed; in matroxfb_dh_deregisterfb()
/linux/Documentation/mm/
H A Dactive_mm.rst57 "borrowed" mm while the anonymous process is running. When the
58 anonymous process gets scheduled away, the borrowed address space is
/linux/Documentation/sound/cards/
H A Demu10k1-jack.rst51 This chart, borrowed from kxfxlib/da_asio51.cpp, describes the mapping of JACK
/linux/Documentation/networking/device_drivers/ethernet/3com/
H A D3c509.rst34 Large portions of this documentation were heavily borrowed from the guide
/linux/Documentation/admin-guide/
H A Ddevices.rst174 reflect Linux outgrowing a borrowed convention.
/linux/Documentation/sound/designs/
H A Dcompress-offload.rst86 borrowed from the ALSA PCM API. However, only sizes in bytes can be
/linux/Documentation/block/
H A Dbfq-iosched.rst159 plus a lot of code, are borrowed from CFQ.