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

1234567891011>>

/freebsd-current/sys/dev/filemon/
H A Dfilemon_wrapper.c209 free(freepath, M_TEMP);
/freebsd-current/sys/dev/ata/chipsets/
H A Data-acerlabs.c285 free(children, M_TEMP);
H A Data-serverworks.c159 free(children, M_TEMP);
/freebsd-current/sys/dev/mmc/
H A Dmmcsd.c856 mic = malloc(size, M_TEMP, M_WAITOK);
865 free(mic, M_TEMP);
918 dp = malloc(len, M_TEMP, M_WAITOK);
1065 free(dp, M_TEMP);
/freebsd-current/sys/dev/bhnd/
H A Dbhnd_erom.c153 free(drivers, M_TEMP);
/freebsd-current/sys/dev/usb/input/
H A Dwmt.c300 &d_ptr, &d_len, M_TEMP, uaa->info.bIfaceIndex);
319 free(d_ptr, M_TEMP);
/freebsd-current/sys/dev/hid/
H A Dhid.c185 s = malloc(sizeof *s, M_TEMP, M_WAITOK | M_ZERO);
201 free(s, M_TEMP);
H A Dhmt.c318 fbuf = malloc(fsize, M_TEMP, M_WAITOK | M_ZERO);
360 free(fbuf, M_TEMP);
H A Dhidbus.c325 free(children, M_TEMP);
556 free(children, M_TEMP);
/freebsd-current/sys/ufs/ufs/
H A Dufs_extattr.c381 dirbuf = malloc(DIRBLKSIZ, M_TEMP, M_WAITOK);
440 free(dirbuf, M_TEMP);
/freebsd-current/sys/netlink/route/
H A Dnexthop.c306 wn_new = malloc(num_nhops * sizeof(struct weightened_nhop), M_TEMP, M_NOWAIT);
330 free(wn_new, M_TEMP);
/freebsd-current/sys/ufs/ffs/
H A Dffs_inode.c751 copy = malloc(fs->fs_bsize, M_TEMP, M_WAITOK);
807 free(copy, M_TEMP);
/freebsd-current/sys/dev/hwpmc/
H A Dhwpmc_logging.c301 ia = malloc(sizeof(*ia), M_TEMP, M_WAITOK | M_ZERO);
333 free(ia, M_TEMP);
/freebsd-current/sys/kern/
H A Dsubr_smp.c985 gen = mallocarray(sizeof(u_int), mp_maxid + 1, M_TEMP,
1015 free(gen, M_TEMP);
H A Dsubr_prf.c342 consbuffer = malloc(CONSCHUNK, M_TEMP, M_WAITOK);
390 free(consbuffer, M_TEMP);
/freebsd-current/sys/geom/
H A Dgeom_dev.c590 encryptedkey = malloc(kda->kda_encryptedkeysize, M_TEMP,
601 zfree(encryptedkey, M_TEMP);
/freebsd-current/sys/dev/iommu/
H A Dbusdma_iommu.c1027 ma = malloc(sizeof(vm_page_t) * atop(length), M_TEMP, waitok ?
1049 free(ma, M_TEMP);
/freebsd-current/sys/fs/nfs/
H A Dnfs_commonport.c881 M_TEMP, M_WAITOK | M_ZERO);
894 free(NFSD_VNET(nfsstatsv1_p), M_TEMP); local
/freebsd-current/sys/dev/sound/pci/
H A Dhdspe-pcm.c409 free(devlist, M_TEMP);
418 free(devlist, M_TEMP);
/freebsd-current/sys/arm64/vmm/
H A Dvmm_dev.c637 cpuset = malloc(size, M_TEMP, M_WAITOK | M_ZERO);
648 free(cpuset, M_TEMP);
/freebsd-current/sys/x86/iommu/
H A Dintel_ctx.c279 ma = malloc(sizeof(vm_page_t) * size, M_TEMP, M_WAITOK);
314 free(ma, M_TEMP);
/freebsd-current/sys/dev/ata/
H A Data-pci.c870 free(children, M_TEMP);
875 free(children, M_TEMP);
/freebsd-current/sys/dev/cfi/
H A Dcfi_core.c393 M_TEMP, M_WAITOK | M_ZERO);
501 free(sc->sc_region, M_TEMP);
/freebsd-current/sys/netinet/
H A Din_mcast.c1682 M_TEMP, M_NOWAIT | M_ZERO);
1718 free(tss, M_TEMP);
2599 M_TEMP, M_WAITOK);
2603 free(kss, M_TEMP);
2643 free(kss, M_TEMP);
/freebsd-current/sys/netinet6/
H A Din6_mcast.c1737 M_TEMP, M_NOWAIT | M_ZERO);
1773 free(tss, M_TEMP);
2564 M_TEMP, M_WAITOK);
2568 free(kss, M_TEMP);
2618 free(kss, M_TEMP);

Completed in 246 milliseconds

1234567891011>>