Lines Matching defs:request
602 * no allocated node. Set the request either in the node or do the necessary
624 * the request count if it's stored directly in @mas->alloc.
626 * Return: The allocation request count.
1169 /* nothing or a request pending. */
1333 * mas_node_count() - Check if enough nodes are allocated and request more if
1350 * mas_node_count() - Check if enough nodes are allocated and request more if
5427 * Return: 0 on success, -EINVAL on invalid request, -ENOMEM if memory could not
5478 int request = 1;
5493 request = 1 + mas_mt_height(mas) * 3;
5517 request = 1 + mas_mt_height(mas) * 2;
5527 request = mas_mt_height(mas) * 2 - 1;
5531 mas_node_count_gfp(mas, request, gfp);
6278 * Return: 0 on success, -EINVAL on invalid request, -ENOMEM if memory could not
6315 * Return: 0 on success, -EINVAL on invalid request, -ENOMEM if memory could not
6334 * request, -ENOMEM if memory could not be allocated.
6369 * request, -ENOMEM if memory could not be allocated.