/kernel/liteos_a/fs/vfs/bcache/src/ |
D | bcache.c | 557 OsBcacheBlock *prefer = NULL; in AllocNewBlock() local 573 prefer = last + 1; in AllocNewBlock() 574 if (prefer > bc->wEnd) { in AllocNewBlock() 575 prefer = bc->wStart; in AllocNewBlock() 579 if (prefer->used && !prefer->modified) { in AllocNewBlock() 580 prefer->used = FALSE; in AllocNewBlock() 581 DelBlock(bc, prefer); in AllocNewBlock() 584 if (prefer->used) { /* do not combine with next check */ in AllocNewBlock() 585 MergeSyncBlocks(bc, prefer); /* prefer->used may be changed here */ in AllocNewBlock() 588 if (prefer->used) { in AllocNewBlock() [all …]
|
/kernel/linux/linux-5.10/lib/raid6/ |
D | algos.c | 154 if (!best || (*algo)->prefer >= best->prefer) { in raid6_choose_gen()
|
/kernel/linux/linux-5.10/drivers/media/rc/keymaps/ |
D | Kconfig | 10 don't use a remote controller, or prefer to load the
|
/kernel/linux/linux-5.10/drivers/hid/usbhid/ |
D | Kconfig | 56 to use the generic HID driver for your USB keyboard and prefer 72 to use the generic HID driver for your USB mouse and prefer
|
/kernel/linux/linux-5.10/drivers/accessibility/speakup/ |
D | TODO | 17 We prefer that you contact us on the mailing list; however, if you do
|
/kernel/linux/linux-5.10/Documentation/virt/kvm/ |
D | review-checklist.rst | 29 9. Similarly, prefer changes to arch independent code than to arch dependent
|
/kernel/linux/linux-5.10/include/linux/raid/ |
D | pq.h | 84 int prefer; /* Has special performance attribute */ member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_trace.h | 123 __field(u32, prefer) 132 __entry->prefer = bo->preferred_domains; 139 __entry->prefer, __entry->allow, __entry->visible)
|
/kernel/linux/linux-5.10/scripts/coccinelle/tests/ |
D | unsigned_lesser_than_zero.cocci | 8 /// developers prefer to keep such code,
|
/kernel/linux/linux-5.10/Documentation/translations/ |
D | index.rst | 23 doubts about its interpretation. Additionally, some people prefer to read
|
/kernel/linux/linux-5.10/Documentation/admin-guide/ |
D | numastat.rst | 10 are able to allocate memory from nodes they prefer. If they succeed, numa_hit
|
D | reporting-bugs.rst | 46 bug report. Some maintainers prefer bugs to be reported via bugzilla 47 (https://bugzilla.kernel.org), while others prefer that bugs be reported
|
/kernel/linux/linux-5.10/tools/perf/Documentation/ |
D | tips.txt | 30 If you prefer Intel style assembly, try: perf annotate -M intel
|
/kernel/linux/linux-5.10/arch/arm64/boot/dts/allwinner/ |
D | sun50i-h6-pine-h64.dts | 303 * Disable SPI0 in here, to prefer the more useful eMMC. U-Boot can
|
/kernel/linux/linux-5.10/net/xfrm/ |
D | xfrm_policy.c | 2016 struct xfrm_policy *prefer, in __xfrm_policy_eval_candidates() argument 2020 u32 priority = prefer ? prefer->priority : ~0u; in __xfrm_policy_eval_candidates() 2040 if (prefer) { in __xfrm_policy_eval_candidates() 2043 prefer->pos < pol->pos) in __xfrm_policy_eval_candidates() 2044 return prefer; in __xfrm_policy_eval_candidates() 2055 struct xfrm_policy *prefer, in xfrm_policy_eval_candidates() argument 2064 prefer, in xfrm_policy_eval_candidates() 2072 prefer = tmp; in xfrm_policy_eval_candidates() 2075 return prefer; in xfrm_policy_eval_candidates()
|
/kernel/linux/linux-5.10/Documentation/filesystems/ |
D | inotify.rst | 60 - User-space developers prefer the current API. The Beagle guys, for
|
D | tmpfs.rst | 96 mpol=prefer:Node prefers to allocate memory from the given Node
|
D | afs.rst | 94 whether you definitely want a R/W volume (percent) or whether you'd prefer a
|
/kernel/linux/linux-5.10/Documentation/power/ |
D | swsusp-dmcrypt.rst | 138 file system and continue booting from there. I prefer to unmount
|
/kernel/linux/linux-5.10/Documentation/locking/ |
D | mutex-design.rst | 151 region prevents the lock from being shared, always prefer them to any other
|
/kernel/linux/linux-5.10/Documentation/driver-api/usb/ |
D | dma.rst | 112 - Some drivers may prefer to work with the model that they're mapping large
|
/kernel/linux/linux-5.10/Documentation/hwmon/ |
D | submitting-patches.rst | 28 please refrain from explanations such as "I prefer that coding style".
|
/kernel/linux/linux-5.10/Documentation/spi/ |
D | spidev.rst | 95 SPI_MODE_0..SPI_MODE_3; or if you prefer you can combine SPI_CPOL
|
/kernel/linux/linux-5.10/Documentation/RCU/ |
D | whatisRCU.rst | 46 People who prefer starting with a conceptual overview should focus on 48 some point. People who prefer to start with an API that they can then 49 experiment with should focus on Section 2. People who prefer to start 807 Or, for those who prefer a side-by-side listing::
|
/kernel/linux/linux-5.10/mm/ |
D | mempolicy.c | 2792 int nid, prefer = 0; in numa_policy_init() local 2823 prefer = nid; in numa_policy_init() 2833 node_set(prefer, interleave_nodes); in numa_policy_init()
|