Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/char/xilinx_hwicap/
Dbuffer_icap.h45 u32 Size);
49 u32 Size);
/linux-4.19.296/fs/cramfs/
DREADME10 kernel ever do swabbing. (See section `Block Size' below.)
113 Block Size
190 Inode Size
/linux-4.19.296/drivers/isdn/hardware/eicon/
Ddebug.c78 dword Size; /* total size of queue (constant) */ member
88 volatile dword Size; /* size of data following MSG_HEAD */ member
92 #define queueCompleteMsg(p) do { ((MSG_HEAD *)p - 1)->Size &= ~MSG_INCOMPLETE; } while (0)
98 Q->Size = sizeBuffer; in queueInit()
118 if (Q->Wrap || need > Q->Size) { in queueAllocMsg()
142 Msg->Size = size | MSG_INCOMPLETE; in queueAllocMsg()
155 word size = ((MSG_HEAD *)Q->Head)->Size & ~MSG_INCOMPLETE; in queueFreeMsg()
178 (Msg->Size & MSG_INCOMPLETE)) { in queuePeekMsg()
181 *size = Msg->Size; in queuePeekMsg()
/linux-4.19.296/drivers/base/
DKconfig212 int "Size in Mega Bytes"
/linux-4.19.296/fs/cifs/
Dcifspdu.h2079 __le16 Size; member