OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MCLBYTES
(Results
1 - 5
of
5
) sorted by null
/device/linaro/bootloader/edk2/StdLib/Include/Aarch64/machine/
param.h
97
*
MCLBYTES
must be no larger than NBPG (the software page size), and,
99
* clusters (MAPPED_MBUFS),
MCLBYTES
must also be an integral multiple
109
#define
MCLBYTES
(1 << MCLSHIFT) /* size of a m_buf cluster */
112
#define NMBCLUSTERS_MAX (0x2000000 /
MCLBYTES
) /* Limit to 64MB for clusters */
/device/linaro/bootloader/edk2/StdLib/Include/Arm/machine/
param.h
110
*
MCLBYTES
must be no larger than NBPG (the software page size), and,
112
* clusters (MAPPED_MBUFS),
MCLBYTES
must also be an integral multiple
122
#define
MCLBYTES
(1 << MCLSHIFT) /* size of a m_buf cluster */
125
#define NMBCLUSTERS_MAX (0x2000000 /
MCLBYTES
) /* Limit to 64MB for clusters */
/device/linaro/bootloader/edk2/StdLib/Include/Ia32/machine/
param.h
100
*
MCLBYTES
must be no larger than NBPG (the software page size), and,
102
* clusters (MAPPED_MBUFS),
MCLBYTES
must also be an integral multiple
112
#define
MCLBYTES
(1 << MCLSHIFT) /* size of a m_buf cluster */
/device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
param.h
106
*
MCLBYTES
must be no larger than NBPG (the software page size), and,
108
* clusters (MAPPED_MBUFS),
MCLBYTES
must also be an integral multiple
118
#define
MCLBYTES
(1 << MCLSHIFT) /* size of a m_buf cluster */
/device/linaro/bootloader/edk2/StdLib/Include/X64/machine/
param.h
65
*
MCLBYTES
must be no larger than NBPG (the software page size), and,
67
* clusters (MAPPED_MBUFS),
MCLBYTES
must also be an integral multiple
77
#define
MCLBYTES
(1 << MCLSHIFT) /* size of a m_buf cluster */
Completed in 1941 milliseconds