Searched refs:M_TEMP (Results 276 - 297 of 297) sorted by relevance

<<1112

/freebsd-current/sys/powerpc/aim/
H A Dmmu_oea64.c3712 pvos = malloc(HPT_SP_PAGES * sizeof(struct pvo_entry *), M_TEMP,
3725 free(pvos, M_TEMP);
3793 free(pvos, M_TEMP);
/freebsd-current/sys/netinet/
H A Dtcp_subr.c707 buffer = malloc(bufsz, M_TEMP, M_WAITOK);
737 free(buffer, M_TEMP);
1723 t = malloc(sizeof(*t), M_TEMP, M_NOWAIT);
/freebsd-current/sys/i386/i386/
H A Dpmap.c6186 h = malloc(sizeof(struct bios16_pmap_handle), M_TEMP, M_WAITOK);
6187 h->pte = (pt_entry_t *)malloc(PAGE_SIZE, M_TEMP, M_WAITOK);
6207 free(h->pte, M_TEMP); /* ... and free it */
/freebsd-current/sys/dev/cesa/
H A Dcesa.c1006 free(children, M_TEMP);
/freebsd-current/sys/kern/
H A Dkern_lockf.c2537 free(freepath, M_TEMP);
H A Dsysv_shm.c1106 *res = malloc(sizeof(struct shmid_kernel) * shmalloced, M_TEMP,
H A Dsysv_msg.c1493 *res = malloc(sizeof(struct msqid_kernel) * mi, M_TEMP, M_WAITOK);
H A Dvfs_bio.c3583 sentinel = malloc(sizeof(struct buf), M_TEMP, M_WAITOK | M_ZERO);
3696 free(sentinel, M_TEMP);
H A Dvfs_syscalls.c3997 dirbuf = malloc(count, M_TEMP, M_WAITOK);
4049 free(dirbuf, M_TEMP);
/freebsd-current/sys/dev/fb/
H A Dvesa.c272 free(devs, M_TEMP);
/freebsd-current/sys/fs/msdosfs/
H A Dmsdosfs_vnops.c1559 cookies = malloc(ncookies * sizeof(*cookies), M_TEMP,
/freebsd-current/sys/net80211/
H A Dieee80211_mesh.c3456 p = IEEE80211_MALLOC(len, M_TEMP,
3482 IEEE80211_FREE(p, M_TEMP);
/freebsd-current/sys/dev/virtio/network/
H A Dif_vtnet.c1029 info = malloc(sizeof(struct vq_alloc_info) * nvqs, M_TEMP, M_NOWAIT);
1062 free(info, M_TEMP);
/freebsd-current/sys/dev/wg/
H A Dif_wg.c2510 nvlpacked = malloc(wgd->wgd_size, M_TEMP, M_WAITOK | M_ZERO);
2598 zfree(nvlpacked, M_TEMP);
/freebsd-current/sys/vm/
H A Dvm_page.c3130 M_TEMP, M_NOWAIT);
3242 free(m_runs, M_TEMP);
H A Duma_core.c5557 ups = malloc((mp_maxid + 1) * sizeof(*ups), M_TEMP, M_WAITOK);
5628 free(ups, M_TEMP);
/freebsd-current/sys/dev/mxge/
H A Dif_mxge.c704 inflate_buffer = malloc(fw_len, M_TEMP, M_NOWAIT);
745 free(inflate_buffer, M_TEMP);
/freebsd-current/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_vnops_os.c1807 cooks = malloc(ncooks * sizeof (*cooks), M_TEMP, M_WAITOK);
1953 free(*cookies, M_TEMP);
/freebsd-current/sys/dev/sound/pci/
H A Demu10kx.c3462 free(childlist, M_TEMP);
/freebsd-current/sys/dev/bce/
H A Dif_bce.c8830 M_TEMP, M_ZERO | M_WAITOK);
8860 M_TEMP, M_ZERO | M_WAITOK);
/freebsd-current/sys/netinet/tcp_stacks/
H A Dbbr.c4796 free(t_template, M_TEMP);
4849 free(t_template, M_TEMP);
H A Drack.c7980 free(t_template, M_TEMP);

Completed in 637 milliseconds

<<1112