Searched refs:seg (Results 1 – 1 of 1) sorted by relevance
63 struct msg_msgseg *seg; in alloc_msg() local68 seg = kmalloc(sizeof(*seg) + alen, GFP_KERNEL_ACCOUNT); in alloc_msg()69 if (seg == NULL) in alloc_msg()71 *pseg = seg; in alloc_msg()72 seg->next = NULL; in alloc_msg()73 pseg = &seg->next; in alloc_msg()87 struct msg_msgseg *seg; in load_msg() local99 for (seg = msg->next; seg != NULL; seg = seg->next) { in load_msg()103 if (copy_from_user(seg + 1, src, alen)) in load_msg()153 struct msg_msgseg *seg; in store_msg() local[all …]