Lines Matching refs:size_t
42 #define DATALEN_MSG ((size_t)PAGE_SIZE-sizeof(struct msg_msg))
43 #define DATALEN_SEG ((size_t)PAGE_SIZE-sizeof(struct msg_msgseg))
46 static struct msg_msg *alloc_msg(size_t len)
50 size_t alen;
84 struct msg_msg *load_msg(const void __user *src, size_t len)
89 size_t alen;
121 size_t len = src->m_ts;
122 size_t alen;
150 int store_msg(void __user *dest, struct msg_msg *msg, size_t len)
152 size_t alen;