Searched refs:ap_max_msg_size (Results 1 – 1 of 1) sorted by relevance
76 atomic_t ap_max_msg_size = ATOMIC_INIT(AP_DEFAULT_MAX_MSG_SIZE); variable77 EXPORT_SYMBOL(ap_max_msg_size);600 maxmsgsize = atomic_read(&ap_max_msg_size); in ap_init_apmsg()2284 if (ac->maxmsgsize > atomic_read(&ap_max_msg_size)) { in ap_scan_adapter()2285 atomic_set(&ap_max_msg_size, ac->maxmsgsize); in ap_scan_adapter()2288 atomic_read(&ap_max_msg_size)); in ap_scan_adapter()