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

1234567891011>>

/freebsd-current/sys/kern/
H A Dkern_descrip.c892 kif = malloc(sizeof(*kif), M_TEMP, M_WAITOK | M_ZERO);
910 free(kif, M_TEMP);
4651 efbuf = malloc(sizeof(*efbuf), M_TEMP, M_WAITOK);
4725 free(efbuf, M_TEMP);
4846 kif = malloc(sizeof(*kif), M_TEMP, M_WAITOK);
4847 okif = malloc(sizeof(*okif), M_TEMP, M_WAITOK);
4881 free(kif, M_TEMP);
4882 free(okif, M_TEMP);
4945 efbuf = malloc(sizeof(*efbuf), M_TEMP, M_WAITOK);
4963 free(efbuf, M_TEMP);
[all...]
H A Dkern_conf.c540 data = malloc(namelen + sizeof(prefix), M_TEMP, mflags);
546 free(data, M_TEMP);
H A Dkern_thread.c770 t = malloc(sizeof(*t), M_TEMP, M_WAITOK);
774 free(t, M_TEMP);
H A Dkern_intr.c1660 intrcnt32 = malloc(sintrcnt / 2, M_TEMP, M_NOWAIT);
1666 free(intrcnt32, M_TEMP);
/freebsd-current/sys/vm/
H A Dvm_object.c2531 kvo = malloc(sizeof(*kvo), M_TEMP, M_WAITOK | M_ZERO);
2608 free(freepath, M_TEMP);
2622 free(kvo, M_TEMP);
/freebsd-current/sys/fs/ext2fs/
H A Dext2_vnops.c1076 dirbuf = malloc(dp->i_e2fs->e2fs_bsize, M_TEMP, M_WAITOK | M_ZERO);
1118 free(dirbuf, M_TEMP);
1390 buf = malloc(DIRBLKSIZ, M_TEMP, M_WAITOK | M_ZERO);
1444 free(buf, M_TEMP);
/freebsd-current/sys/dev/ata/chipsets/
H A Data-via.c398 free(children, M_TEMP);
/freebsd-current/sys/x86/pci/
H A Dpci_bus.c455 free(devs, M_TEMP);
/freebsd-current/sys/netinet6/
H A Dip6_output.c2533 optdata = malloc(sopt->sopt_valsize, M_TEMP, M_WAITOK); \
2538 free(optdata, M_TEMP); \
2546 free(optdata, M_TEMP); \
2640 free(optdata, M_TEMP);
/freebsd-current/sys/dev/sound/pci/
H A Dhdspe.c135 free(devlist, M_TEMP);
H A Dhdsp.c125 free(devlist, M_TEMP);
/freebsd-current/sys/compat/linux/
H A Dlinux_misc.c2004 mask = malloc(sizeof(cpuset_t), M_TEMP, M_WAITOK | M_ZERO);
2018 free(mask, M_TEMP);
2249 kfds = mallocarray(nfds, sizeof(*kfds), M_TEMP, M_WAITOK);
2273 free(kfds, M_TEMP);
/freebsd-current/sys/netinet/
H A Dtcp_usrreq.c2055 pbuf = malloc(sopt->sopt_valsize, M_TEMP, M_WAITOK | M_ZERO);
2059 free(pbuf, M_TEMP);
2062 INP_WLOCK_RECHECK_CLEANUP(inp, free(pbuf, M_TEMP));
2070 free(pbuf, M_TEMP);
/freebsd-current/sys/dev/sound/pci/hda/
H A Dhdacc.c762 free(devlist, M_TEMP);
/freebsd-current/sys/fs/fuse/
H A Dfuse_vnops.c1964 cookies = malloc(ncookies * sizeof(*cookies), M_TEMP, M_WAITOK);
1985 free(*ap->a_cookies, M_TEMP);
2963 bsd_list = malloc(linux_list_len, M_TEMP, M_WAITOK);
2976 free(bsd_list, M_TEMP);
/freebsd-current/sys/netpfil/ipfw/
H A Dip_fw_table.c419 ta_buf_m = malloc((op == OP_ADD) ? sz * 2 : sz, M_TEMP,
477 free(ta_buf_m, M_TEMP);
1028 tei_buf = malloc(ctlv->count * sizeof(tei), M_TEMP,
1070 free(tei_buf, M_TEMP);
/freebsd-current/sys/net/route/
H A Droute_ctl.c1159 M_TEMP, M_NOWAIT | M_ZERO);
1171 free(wn_new, M_TEMP);
/freebsd-current/sys/fs/udf/
H A Dudf_vnops.c802 cookies = malloc(sizeof(*cookies) * ncookies, M_TEMP, M_WAITOK);
889 free(cookies, M_TEMP);
/freebsd-current/sys/x86/cpufreq/
H A Dest.c1074 sets = malloc(MAX_SETTINGS * sizeof(*sets), M_TEMP, M_NOWAIT);
1118 free(sets, M_TEMP);
/freebsd-current/sys/nlm/
H A Dnlm_advlock.c220 servername = malloc(MNAMELEN, M_TEMP, M_WAITOK); /* XXXKIB vp locked */
384 free(servername, M_TEMP);
/freebsd-current/sys/dev/pccbb/
H A Dpccbb.c312 free(devlist, M_TEMP);
425 free(devlist, M_TEMP);
/freebsd-current/sys/net/
H A Dif_ethersubr.c1509 sz = asprintf(&buf, M_TEMP, "%s-%s-%s", uuid, nameunit,
1519 free(buf, M_TEMP);
/freebsd-current/sys/amd64/vmm/
H A Dvmm_dev.c997 cpuset = malloc(max(size, sizeof(cpuset_t)), M_TEMP,
1011 free(cpuset, M_TEMP);
/freebsd-current/sys/dev/bhnd/
H A Dbhnd_subr.c434 free(devlistp, M_TEMP);
483 free(devlist, M_TEMP);
/freebsd-current/sys/dev/pci/
H A Dpci_iov.c467 free(devlist, M_TEMP);
905 free(devlist, M_TEMP);

Completed in 487 milliseconds

1234567891011>>