Searched refs:starting_id (Results 1 - 3 of 3) sorted by relevance

/barrelfish-2018-10-04/usr/bench/udp_echo/
H A Drun_multiloop.sh11 starting_id=$7
13 my_starting_id=$starting_id
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/include/linux/
H A Didr.h68 int idr_get_new_above(struct idr *idp, void *ptr, int starting_id, int *id);
H A Dlinux_idr.c355 idr_get_new_above(struct idr *idr, void *ptr, int starting_id, int *idp) argument
367 * Compute the layers required to support starting_id and the mask
371 idx = starting_id;
382 * Expand the tree until there is free space at or beyond starting_id.
385 idr->top->bitmap < (1 << idr_pos(starting_id, idr->layers - 1))) {
406 sidx = idr_pos(starting_id, layer);
421 starting_id = id + (1 << ((layer + 1) * IDR_BITS));
425 starting_id = 0; /* Search the whole subtree. */

Completed in 38 milliseconds