Searched refs:target_mq_attr (Results 1 – 2 of 2) sorted by relevance
1286 struct target_mq_attr *target_mq_attr; in copy_from_user_mq_attr() local 1288 if (!lock_user_struct(VERIFY_READ, target_mq_attr, in copy_from_user_mq_attr() 1292 __get_user(attr->mq_flags, &target_mq_attr->mq_flags); in copy_from_user_mq_attr() 1293 __get_user(attr->mq_maxmsg, &target_mq_attr->mq_maxmsg); in copy_from_user_mq_attr() 1294 __get_user(attr->mq_msgsize, &target_mq_attr->mq_msgsize); in copy_from_user_mq_attr() 1295 __get_user(attr->mq_curmsgs, &target_mq_attr->mq_curmsgs); in copy_from_user_mq_attr() 1297 unlock_user_struct(target_mq_attr, target_mq_attr_addr, 0); in copy_from_user_mq_attr() 1305 struct target_mq_attr *target_mq_attr; in copy_to_user_mq_attr() local [all...]
2549 struct target_mq_attr { struct