Home
last modified time | relevance | path

Searched refs:rbuf_freelist_head (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/dnet/
H A Ddnet.c2550 static struct rbuf_list *rbuf_freelist_head; variable
2602 rp->rbuf_next = rbuf_freelist_head; in dnet_rbuf_init()
2603 rbuf_freelist_head = rp; in dnet_rbuf_init()
2635 for (rp = rbuf_freelist_head; rp; rp = next) { in dnet_rbuf_destroy()
2643 rbuf_freelist_head = NULL; in dnet_rbuf_destroy()
2662 if (rbuf_freelist_head == NULL) { in dnet_rbuf_alloc()
2700 rbuf_freelist_head = rp; in dnet_rbuf_alloc()
2706 rp = rbuf_freelist_head; in dnet_rbuf_alloc()
2707 rbuf_freelist_head = rbuf_freelist_head->rbuf_next; in dnet_rbuf_alloc()
2767 rp->rbuf_next = rbuf_freelist_head; in dnet_rbuf_free()
[all …]