/src/common/lib/libppath/ |
ppath_kmem_alloc.c | 47 kmem_free(p, size);
|
/src/sys/compat/common/ |
bio_30.c | 66 kmem_free(bd, sizeof(*bd)); 71 kmem_free(bd, sizeof(*bd)); 80 kmem_free(bv, sizeof(*bv)); 85 kmem_free(bv, sizeof(*bv));
|
/src/sys/ddb/ |
db_kernel.c | 70 kmem_free(p, sz);
|
/src/sys/external/bsd/drm2/include/linux/ |
cpufreq.h | 58 kmem_free(policy, sizeof(*policy));
|
sort.h | 52 kmem_free(tmp, elemsize);
|
/src/sys/ufs/chfs/ |
ebh_misc.h | 52 kmem_free(var, sizeof(type)); \ 64 kmem_free(var, sizeof(type)); \ 76 kmem_free(var, sizeof(type)); \
|
/src/sys/sys/ |
kmem.h | 41 void kmem_free(void *, size_t);
|
/src/sys/kern/ |
subr_kobj_vfs.c | 135 kmem_free(base, size); 165 kmem_free(ko, sizeof(*ko)); 174 kmem_free(ko, sizeof(*ko));
|
/src/common/include/rpc/ |
types.h | 72 #define mem_free(ptr, bsize) kmem_free(ptr, bsize)
|
/src/sys/dev/dm/ |
dm_pdev.c | 115 kmem_free(dmp, sizeof(dm_pdev_t)); 124 kmem_free(dmp, sizeof(dm_pdev_t)); 182 kmem_free(dmp, sizeof(*dmp)); 186 kmem_free(dmp, sizeof(*dmp));
|
/src/sys/miscfs/procfs/ |
procfs_auxv.c | 61 kmem_free(buffer, bufsize);
|
/src/sys/rump/librump/rumpkern/ |
accessors.c | 96 kmem_free(uio->uio_iov, sizeof(*uio->uio_iov)); 97 kmem_free(uio, sizeof(*uio));
|
kobj_rename.c | 117 kmem_free(*strtab, *strtabsz); 122 kmem_free(worktab, worktabsz);
|
/src/usr.sbin/npf/npftest/libnpftest/ |
npf_perf_test.c | 86 kmem_free(npackets, sizeof(uint64_t) * nthreads); 87 kmem_free(l, sizeof(lwp_t *) * nthreads);
|
/src/sys/compat/sys/ |
event.h | 89 kmem_free(buf, buf_size); 111 kmem_free(buf, buf_size);
|
/src/sys/fs/v7fs/ |
v7fs_io_kern.c | 132 kmem_free(fs->io.cookie, sizeof(struct local_io)); 136 kmem_free(fs->sb_lock.cookie, sizeof(kmutex_t)); 140 kmem_free(fs->ilist_lock.cookie, sizeof(kmutex_t)); 144 kmem_free(fs->mem_lock.cookie, sizeof(kmutex_t)); 146 kmem_free(fs, sizeof(*fs));
|
/src/sys/arch/atari/atari/ |
intr.c | 129 kmem_free(ih, sizeof(*ih)); 138 kmem_free(ih, sizeof(*ih)); 147 kmem_free(ih, sizeof(*ih)); 183 kmem_free(ih, sizeof(*ih)); 263 kmem_free(ih, sizeof(*ih));
|
/src/sys/dev/fdt/ |
fdt_dma.c | 97 kmem_free(dmas, len); 127 kmem_free(dmas, len); 151 kmem_free(dma, sizeof(*dma));
|
fdt_mbox.c | 112 kmem_free(mboxes, len); 142 kmem_free(mboxes, len); 166 kmem_free(mbox, sizeof(*mbox));
|
fdt_phy.c | 97 kmem_free(phys, len); 131 kmem_free(phys, len); 155 kmem_free(phy, sizeof(*phy));
|
fdt_reset.c | 97 kmem_free(resets, len); 126 kmem_free(resets, len); 150 kmem_free(rst, sizeof(*rst));
|
/src/sys/net/ |
bpf_stub.c | 99 kmem_free(lag, sizeof(*lag)); 137 kmem_free(lag, sizeof(*lag)); 194 kmem_free(lag, sizeof(*lag));
|
/src/sys/miscfs/nullfs/ |
null_vfsops.c | 152 kmem_free(nmp, sizeof(struct null_mount)); 166 kmem_free(nmp, sizeof(struct null_mount)); 208 kmem_free(mp->mnt_data, sizeof(struct null_mount));
|
/src/sys/arch/xen/xenbus/ |
xenbus_probe.c | 373 kmem_free(id, id_sz); 398 kmem_free(xbusd, xbusd->xbusd_sz); 406 kmem_free(xbusd, xbusd->xbusd_sz); 412 kmem_free(xbusd, xbusd->xbusd_sz); 429 kmem_free(xbusd, xbusd->xbusd_sz); 442 kmem_free(xbusd, xbusd->xbusd_sz); 452 kmem_free(xbusd, xbusd->xbusd_sz); 460 kmem_free(xbusd, xbusd->xbusd_sz); 469 kmem_free(xbusd, xbusd->xbusd_sz); 478 kmem_free(xbusd, xbusd->xbusd_sz) [all...] |
/src/sys/miscfs/overlay/ |
overlay_vfsops.c | 159 kmem_free(nmp, sizeof(struct overlay_mount)); 178 kmem_free(nmp, sizeof(struct overlay_mount)); 239 kmem_free(omp, sizeof(struct overlay_mount));
|