Home
last modified time | relevance | path

Searched refs:block (Results 1 – 5 of 5) sorted by relevance

/common/
A Ddlmalloc.c1255 unsigned long block; /* block traverser bit */ local
1383 if ( (block = idx2binblock(idx)) <= binblocks_r)
1388 if ( (block & binblocks_r) == 0)
1392 block <<= 1;
1393 while ((block & binblocks_r) == 0)
1396 block <<= 1;
1450 av_[1] = (mbinptr)(binblocks_r & ~block);
1459 if ( (block <<= 1) <= binblocks_r && (block != 0) )
1461 while ((block & binblocks_r) == 0)
1464 block <<= 1;
A Ddlmalloc.src1535 /* bin<->block macros */
2114 unsigned long block; /* block traverser bit */
2226 if ( (block & binblocks) == 0)
2230 block <<= 1;
2231 while ((block & binblocks) == 0)
2234 block <<= 1;
2280 /* Clear out the block bit. */
2286 binblocks &= ~block;
2295 if ( (block <<= 1) <= binblocks && (block != 0) )
2297 while ((block & binblocks) == 0)
[all …]
A DKconfig1024 multiple of the block size.
/common/spl/
A DKconfig307 Support loading images from block devices. This adds a bl_len member
749 filesystem from within SPL. Support for the underlying block
758 filesystem from within SPL. Support for the underlying block
767 filesystem from within SPL. Support for the underlying block
779 block-by-block. This is separate from the bounce-buffer used by the
780 block subsystem (CONFIG_BOUNCE_BUFFER).
816 Support for the underlying block device (e.g. MMC or USB) must be
872 'partition'. These partitions are typically uses as individual block
965 provides a block interface over raw NAND and can also be used with
1071 The maximum physical erase block size.
[all …]
A DKconfig.vpl169 appear as block devices in U-Boot and can support filesystems such

Completed in 31 milliseconds