Searched refs:mpxy_shmem_size (Results 1 – 1 of 1) sorted by relevance
125 static unsigned long mpxy_shmem_size; variable317 if (sret.value < 0 || mpxy_shmem_size < sizeof(*notif_data) || in mpxy_get_notifications()318 sret.value > mpxy_shmem_size - sizeof(*notif_data)) { in mpxy_get_notifications()354 shmem_page = alloc_pages(GFP_KERNEL | __GFP_ZERO, get_order(mpxy_shmem_size)); in mpxy_setup_shmem()366 get_order(mpxy_shmem_size)); in mpxy_setup_shmem()821 mchan->notif = devm_kzalloc(mbox->dev, mpxy_shmem_size, GFP_KERNEL); in mpxy_mbox_populate_channels()825 mchan->max_xfer_len = min(mpxy_shmem_size, mchan->attrs.msg_max_len); in mpxy_mbox_populate_channels()867 rc = mpxy_get_shmem_size(&mpxy_shmem_size); in mpxy_mbox_probe()