Searched refs:nextp (Results 1 - 6 of 6) sorted by relevance

/barrelfish-2018-10-04/lib/libc/db/hash/
H A Dpage.h87 BUFHEAD *nextp; member in struct:__anon937
H A Dhash_bigkey.c573 if (!(ret->nextp =
577 ret->nextp = NULL;
H A Dhash_page.c316 bufp = ret.nextp;
321 last_bfp = ret.nextp;
/barrelfish-2018-10-04/usr/drivers/e10k/
H A De10k_queue.h305 size_t nextp; local
353 nextp = e10k_q_rdesc_adv_wb_nl_nextp_extract(n);
354 assert(nextp < q->rx_size);
356 ctx_next = q->rx_context + nextp;
/barrelfish-2018-10-04/lib/bulk_transfer/backends/net/
H A De10k_queue.h282 size_t nextp; local
311 nextp = e10k_q_rdesc_adv_wb_nl_nextp_extract(n);
312 assert(nextp < q->rx_size);
314 ctx_next = q->rx_context + nextp;
/barrelfish-2018-10-04/lib/dmalloc/
H A Ddmalloc.c4072 mchunkptr nextp = chunk_plus_offset(p, SIZE_T_SIZE); local
4075 if ((char*)(&(nextp->head)) < old_end)
4076 p = nextp;

Completed in 192 milliseconds