Searched refs:nmem_d (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/lib/libnetmap/
H A Dlibnetmap.h45 struct nmem_d;
171 struct nmem_d *mem;
567 * point to the same nmem_d instance.
594 struct nmem_d *mem_descs;
609 /* struct nmem_d - describes a memory region currently used */
610 struct nmem_d { struct
620 struct nmem_d *next;
621 struct nmem_d *prev;
655 /* nmctx_lock - lock the list of nmem_d */
657 /* nmctx_unlock - unlock the list of nmem_d */
[all...]
H A Dnmport.c587 struct nmem_d *m = NULL;
672 struct nmem_d *m;

Completed in 28 milliseconds