Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/video/fbdev/matrox/
Dmatroxfb_crtc2.h22 unsigned int borrowed; member
Dmatroxfb_crtc2.c622 m2info->video.borrowed = mem; in matroxfb_dh_regit()
686 minfo->video.len_usable += m2info->video.borrowed; in matroxfb_dh_deregisterfb()
/Linux-v5.4/arch/arm/boot/compressed/
D.gitignore10 # borrowed libfdt files
/Linux-v5.4/Documentation/vm/
Dactive_mm.rst53 "borrowed" mm while the anonymous process is running. When the
54 anonymous process gets scheduled away, the borrowed address space is
/Linux-v5.4/net/sched/
Dsch_cbq.c530 struct cbq_class *borrowed) in cbq_update_toplevel() argument
532 if (cl && q->toplevel >= borrowed->level) { in cbq_update_toplevel()
535 if (borrowed->undertime == PSCHED_PASTPERFECT) { in cbq_update_toplevel()
536 q->toplevel = borrowed->level; in cbq_update_toplevel()
539 } while ((borrowed = borrowed->borrow) != NULL); in cbq_update_toplevel()
/Linux-v5.4/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dfwsignal.c1204 int *borrowed; in brcmf_fws_return_credits() local
1216 borrowed = &fws->credits_borrowed[lender_ac]; in brcmf_fws_return_credits()
1217 if (*borrowed) { in brcmf_fws_return_credits()
1220 if (*borrowed >= credits) { in brcmf_fws_return_credits()
1221 *borrowed -= credits; in brcmf_fws_return_credits()
1225 credits -= *borrowed; in brcmf_fws_return_credits()
1226 *fifo_credit += *borrowed; in brcmf_fws_return_credits()
1227 *borrowed = 0; in brcmf_fws_return_credits()
/Linux-v5.4/tools/build/
DBuild.include4 # Lots of this code have been borrowed or heavily inspired from parts
/Linux-v5.4/Documentation/sound/cards/
Demu10k1-jack.rst51 This chart, borrowed from kxfxlib/da_asio51.cpp, describes the mapping of JACK
/Linux-v5.4/Documentation/mic/
Dmic_overview.rst30 virtio_config_ops is implemented which is borrowed heavily from
/Linux-v5.4/Documentation/networking/device_drivers/3com/
D3c509.txt30 Large portions of this documentation were heavily borrowed from the guide
/Linux-v5.4/Documentation/sound/designs/
Dcompress-offload.rst86 borrowed from the ALSA PCM API. However, only sizes in bytes can be
/Linux-v5.4/Documentation/admin-guide/
Ddevices.rst175 reflect Linux outgrowing a borrowed convention.
/Linux-v5.4/Documentation/block/
Dbfq-iosched.rst159 plus a lot of code, are borrowed from CFQ.