Searched refs:ap_max_msg_size (Results 1 – 2 of 2) sorted by relevance
76 atomic_t ap_max_msg_size = ATOMIC_INIT(AP_DEFAULT_MAX_MSG_SIZE); variable77 EXPORT_SYMBOL(ap_max_msg_size);591 maxmsgsize = atomic_read(&ap_max_msg_size); in ap_init_apmsg()2172 if (ac->maxmsgsize > atomic_read(&ap_max_msg_size)) { in ap_scan_adapter()2173 atomic_set(&ap_max_msg_size, ac->maxmsgsize); in ap_scan_adapter()2176 atomic_read(&ap_max_msg_size)); in ap_scan_adapter()
32 extern atomic_t ap_max_msg_size;