Searched refs:borrowed (Results 1 – 13 of 13) sorted by relevance
22 unsigned int borrowed; member
621 m2info->video.borrowed = mem; in matroxfb_dh_regit()685 minfo->video.len_usable += m2info->video.borrowed; in matroxfb_dh_deregisterfb()
10 # borrowed libfdt files
53 "borrowed" mm while the anonymous process is running. When the54 anonymous process gets scheduled away, the borrowed address space is
1210 int *borrowed; in brcmf_fws_return_credits() local1222 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()
535 struct cbq_class *borrowed) in cbq_update_toplevel() argument537 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()
4 # Lots of this code have been borrowed or heavily inspired from parts
51 This chart, borrowed from kxfxlib/da_asio51.cpp, describes the mapping of JACK
26 virtio_config_ops is implemented which is borrowed heavily from
30 Large portions of this documentation were heavily borrowed from the guide
174 reflect Linux outgrowing a borrowed convention.
86 borrowed from the ALSA PCM API. However, only sizes in bytes can be
138 plus a lot of code, are borrowed from CFQ.