Lines Matching defs:requested
581 * allocated node or to the number of requested nodes to allocate. If bit 0 is
582 * set, then the alloc contains the number of requested nodes. If there is an
596 * mas_set_alloc_req() - Set the requested number of allocations.
600 * The requested number of allocations is either in the first allocated node,
619 * mas_alloc_req() - get the requested number of allocations.
1208 * requested node count as necessary.
1215 unsigned int requested = mas_alloc_req(mas);
1236 if (requested > 1)
1237 mas_set_alloc_req(mas, requested - 1);
1249 unsigned int requested = mas_alloc_req(mas);
1254 if (!requested)
1278 requested--;
1283 while (requested) {
1286 max_req = min(requested, max_req);
1299 requested -= count;
1308 mas_set_alloc_req(mas, requested);
4278 * Return: %NULL or the contents that already exists at the requested index
5017 * sufficient for the size requested.
5071 * sufficient for the size requested.