Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/video/fbdev/matrox/
Dmatroxfb_crtc2.h22 unsigned int borrowed; member
Dmatroxfb_crtc2.c621 m2info->video.borrowed = mem; in matroxfb_dh_regit()
685 minfo->video.len_usable += m2info->video.borrowed; in matroxfb_dh_deregisterfb()
/Linux-v4.19/arch/arm/boot/compressed/
D.gitignore10 # borrowed libfdt files
/Linux-v4.19/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-v4.19/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dfwsignal.c1210 int *borrowed; in brcmf_fws_return_credits() local
1222 borrowed = &fws->credits_borrowed[lender_ac]; in brcmf_fws_return_credits()
1223 if (*borrowed) { in brcmf_fws_return_credits()
1226 if (*borrowed >= credits) { in brcmf_fws_return_credits()
1227 *borrowed -= credits; in brcmf_fws_return_credits()
1231 credits -= *borrowed; in brcmf_fws_return_credits()
1232 *fifo_credit += *borrowed; in brcmf_fws_return_credits()
1233 *borrowed = 0; in brcmf_fws_return_credits()
/Linux-v4.19/net/sched/
Dsch_cbq.c535 struct cbq_class *borrowed) in cbq_update_toplevel() argument
537 if (cl && q->toplevel >= borrowed->level) { in cbq_update_toplevel()
540 if (borrowed->undertime == PSCHED_PASTPERFECT) { in cbq_update_toplevel()
541 q->toplevel = borrowed->level; in cbq_update_toplevel()
544 } while ((borrowed = borrowed->borrow) != NULL); in cbq_update_toplevel()
/Linux-v4.19/tools/build/
DBuild.include4 # Lots of this code have been borrowed or heavily inspired from parts
/Linux-v4.19/Documentation/sound/cards/
Demu10k1-jack.rst51 This chart, borrowed from kxfxlib/da_asio51.cpp, describes the mapping of JACK
/Linux-v4.19/Documentation/mic/
Dmic_overview.txt26 virtio_config_ops is implemented which is borrowed heavily from
/Linux-v4.19/Documentation/networking/
D3c509.txt30 Large portions of this documentation were heavily borrowed from the guide
/Linux-v4.19/Documentation/sound/designs/
Dcompress-offload.rst86 borrowed from the ALSA PCM API. However, only sizes in bytes can be
/Linux-v4.19/Documentation/admin-guide/
Ddevices.rst174 reflect Linux outgrowing a borrowed convention.
/Linux-v4.19/Documentation/block/
Dbfq-iosched.txt138 plus a lot of code, are borrowed from CFQ.