Home
last modified time | relevance | path

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

/linux-6.1.9/rust/alloc/
Dborrow.rs280 Borrowed(borrowed) => { in to_mut()
281 *self = Owned(borrowed.to_owned()); in to_mut()
328 Borrowed(borrowed) => borrowed.to_owned(), in into_owned()
344 Borrowed(borrowed) => borrowed, in deref()
/linux-6.1.9/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-6.1.9/Documentation/mm/
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-6.1.9/net/sched/
Dsch_cbq.c454 struct cbq_class *borrowed) in cbq_update_toplevel() argument
456 if (cl && q->toplevel >= borrowed->level) { in cbq_update_toplevel()
459 if (borrowed->undertime == PSCHED_PASTPERFECT) { in cbq_update_toplevel()
460 q->toplevel = borrowed->level; in cbq_update_toplevel()
463 } while ((borrowed = borrowed->borrow) != NULL); in cbq_update_toplevel()
/linux-6.1.9/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
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()
/linux-6.1.9/Documentation/sound/cards/
Demu10k1-jack.rst51 This chart, borrowed from kxfxlib/da_asio51.cpp, describes the mapping of JACK
/linux-6.1.9/tools/build/
DBuild.include4 # Lots of this code have been borrowed or heavily inspired from parts
/linux-6.1.9/Documentation/networking/device_drivers/ethernet/3com/
D3c509.rst34 Large portions of this documentation were heavily borrowed from the guide
/linux-6.1.9/Documentation/admin-guide/
Ddevices.rst174 reflect Linux outgrowing a borrowed convention.
/linux-6.1.9/Documentation/sound/designs/
Dcompress-offload.rst86 borrowed from the ALSA PCM API. However, only sizes in bytes can be
/linux-6.1.9/Documentation/block/
Dbfq-iosched.rst159 plus a lot of code, are borrowed from CFQ.