Searched refs:nm_os_malloc (Results 1 - 12 of 12) sorted by relevance

/freebsd-13-stable/sys/dev/netmap/
H A Dnetmap_legacy.c125 struct nmreq_header *hdr = nm_os_malloc(sizeof(*hdr));
147 struct nmreq_register *req = nm_os_malloc(sizeof(*req));
157 struct nmreq_vale_attach *req = nm_os_malloc(sizeof(*req));
174 hdr->nr_body = (uintptr_t)nm_os_malloc(sizeof(struct nmreq_vale_detach));
179 struct nmreq_port_hdr *req = nm_os_malloc(sizeof(*req));
188 struct nmreq_vale_newif *req = nm_os_malloc(sizeof(*req));
205 struct nmreq_vale_polling *req = nm_os_malloc(sizeof(*req));
237 struct nmreq_vale_list *req = nm_os_malloc(sizeof(*req));
245 struct nmreq_port_info_get *req = nm_os_malloc(sizeof(*req));
H A Dnetmap_null.c135 nna = nm_os_malloc(sizeof(*nna));
H A Dnetmap_pipe.c756 mna = nm_os_malloc(sizeof(*mna));
798 sna = nm_os_malloc(sizeof(*mna));
H A Dnetmap_bdg.c215 b->ht = nm_os_malloc(sizeof(struct nm_hash_ent) * NM_BDG_HASH);
599 bps->kthreads = nm_os_malloc(sizeof(struct nm_bdg_kthread) * bps->ncpus);
758 bps = nm_os_malloc(sizeof(*bps));
1606 b = nm_os_malloc(sizeof(struct nm_bridge) * n);
H A Dnetmap_generic.c325 gna->mit = nm_os_malloc(na->num_rx_rings * sizeof(struct nm_generic_mit));
352 nm_os_malloc(na->num_tx_desc * sizeof(struct mbuf *));
1096 gna = nm_os_malloc(sizeof(*gna));
H A Dnetmap_mem2.c401 p->bitmap = nm_os_malloc(sizeof(p->bitmap[0]) * n);
759 lut = nm_os_malloc(n);
1669 d = nm_os_malloc(size);
2294 p->invalid_bitmap = nm_os_malloc(sizeof(uint32_t) * p->bitmap_slots);
2392 struct mem_pt_if *ptif = nm_os_malloc(sizeof(*ptif));
2761 ptnmd = nm_os_malloc(sizeof(struct netmap_mem_ptg));
H A Dnetmap_vale.c225 ft = nm_os_malloc(l);
1273 vpna = nm_os_malloc(sizeof(*vpna));
1400 bna = nm_os_malloc(sizeof(*bna));
H A Dnetmap_kloop.c624 args = nm_os_malloc(num_rings * sizeof(args[0]));
699 poll_ctx = nm_os_malloc(sizeof(*poll_ctx) +
H A Dnetmap_freebsd.c130 nm_os_malloc(size_t size) function
719 e = nm_os_malloc(sizeof(*e));
H A Dnetmap.c856 na->tx_rings = nm_os_malloc((size_t)len);
1072 priv = nm_os_malloc(sizeof(struct netmap_priv_d));
2137 tmp = nm_os_malloc(csb_size);
3157 ker = nm_os_malloc(bufsz);
3836 hwna = nm_os_malloc(size);
H A Dnetmap_monitor.c945 mna = nm_os_malloc(sizeof(*mna));
H A Dnetmap_kern.h320 void *nm_os_malloc(size_t);

Completed in 183 milliseconds