Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/fbdev/matrox/
H A Dmatroxfb_crtc2.h22 unsigned int borrowed; member
H A Dmatroxfb_crtc2.c621 m2info->video.borrowed = mem; in matroxfb_dh_regit()
685 minfo->video.len_usable += m2info->video.borrowed; in matroxfb_dh_deregisterfb()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/uw-imap/uw-imap/
H A Dimap-2007f-format-security.patch3 Patch borrowed from Fedora
H A Dimap-2007e-shared.patch3 Patch borrowed from Fedora
/openbmc/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
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dfwsignal.c1186 int *borrowed; in brcmf_fws_return_credits() local
1198 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()
/openbmc/linux/Documentation/sound/cards/
H A Demu10k1-jack.rst51 This chart, borrowed from kxfxlib/da_asio51.cpp, describes the mapping of JACK
/openbmc/linux/tools/build/
H A DBuild.include4 # Lots of this code have been borrowed or heavily inspired from parts
/openbmc/google-misc/subprojects/ncsid/doc/
H A Dncsid_internals.md15 - **EC**. This is the code borrowed from EC. The three state machines are pretty
/openbmc/linux/Documentation/networking/device_drivers/ethernet/3com/
H A D3c509.rst34 Large portions of this documentation were heavily borrowed from the guide
/openbmc/linux/Documentation/sound/designs/
H A Dcompress-offload.rst86 borrowed from the ALSA PCM API. However, only sizes in bytes can be
/openbmc/linux/Documentation/admin-guide/
H A Ddevices.rst174 reflect Linux outgrowing a borrowed convention.
/openbmc/linux/Documentation/block/
H A Dbfq-iosched.rst159 plus a lot of code, are borrowed from CFQ.