Searched refs:background (Results 1 - 3 of 3) sorted by relevance

/u-boot/lib/efi_selftest/
H A Defi_selftest_textoutput.c23 size_t background; local
73 for (background = 0; background < 0x80; background += 0x10) {
74 attrib = foreground | background;
/u-boot/cmd/
H A D2048.c23 u8 *background = scheme + 0; local
28 if (background + 2 < scheme + sizeof(original)) {
29 background += 2;
35 *background);
/u-boot/fs/yaffs2/
H A Dyaffs_guts.c2636 int aggressive, int background)
2694 if (background)
2702 threshold = background ? (dev->gc_not_done + 2) * 2 : 0;
2748 dev->gc_not_done >= (background ? 10 : 20)) {
2770 if (background)
2784 dev->oldest_dirty_block, background ? " bg" : "");
2799 static int yaffs_check_gc(struct yaffs_dev *dev, int background) argument
2833 if (!background
2840 dev->gc_skip < 1 || background)
2860 yaffs_find_gc_block(dev, aggressive, background);
2635 yaffs_find_gc_block(struct yaffs_dev *dev, int aggressive, int background) argument
[all...]

Completed in 55 milliseconds