Searched refs:incore (Results 1 – 5 of 5) sorted by relevance
/linux-6.6.21/Documentation/devicetree/bindings/interrupt-controller/ |
D | snps,archs-intc.txt | 1 * ARC-HS incore Interrupt Controller (Provided by cores implementing ARCv2 ISA)
|
D | snps,arc700-intc.txt | 1 * ARC700 incore Interrupt Controller
|
/linux-6.6.21/Documentation/filesystems/ |
D | xfs-online-fsck-design.rst | 536 implementation of the incore counters, and will be treated separately. 1600 reconstruct the incore state of the intent item and finish it. 2347 the incore records to be sorted prior to commit, but was very slow and leaked 2547 2. For each incore reservation: 2553 b. For unclaimed portions of incore reservations, create a regular deferred 2765 Third, the incore extent map must be reloaded carefully to avoid disturbing 3071 For performance reasons, XFS also maintains incore copies of those counters, 3074 incore counter and give back whatever they don't use at commit time. 3082 To reduce contention even further, the incore counter is implemented as a 3084 global incore counter and can satisfy small allocations from the local batch. [all …]
|
D | gfs2-glocks.rst | 8 internals. Each glock (struct gfs2_glock in fs/gfs2/incore.h)
|
/linux-6.6.21/fs/ext4/ |
D | mballoc.c | 1273 static int ext4_mb_init_cache(struct page *page, char *incore, gfp_t gfp) in ext4_mb_init_cache() argument 1387 BUG_ON(incore == NULL); in ext4_mb_init_cache() 1401 ext4_mb_generate_buddy(sb, data, incore, group, grinfo); in ext4_mb_init_cache() 1403 incore = NULL; in ext4_mb_init_cache() 1406 BUG_ON(incore != NULL); in ext4_mb_init_cache() 1423 incore = data; in ext4_mb_init_cache()
|