Home
last modified time | relevance | path

Searched defs:kfree (Results 1 – 11 of 11) sorted by relevance

/freebsd/sys/contrib/xz-embedded/freebsd/
H A Dxz_config.h57 #define kfree(ptr) xz_free(ptr) macro
/freebsd/sys/contrib/xz-embedded/userspace/
H A Dxz_config.h46 #define kfree(ptr) free(ptr) macro
/freebsd/sys/contrib/xz-embedded/linux/lib/
H A Ddecompress_unxz.c158 #define kfree(ptr) free(ptr) macro
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dslab.h197 kfree(const void *ptr) kfree() function
/freebsd/contrib/libucl/klib/
H A Dkhash.h189 #define kfree(P) free(P) macro
/freebsd/sys/contrib/vchiq/interface/compat/
H A Dvchi_bsd.h331 #define kfree(p) free(p, M_VCHI) macro
/freebsd/sys/i386/i386/
H A Dpmap_base.c218 unsigned long kfree; in kvm_free() local
/freebsd/sys/riscv/riscv/
H A Dpmap.c1864 unsigned long kfree = VM_MAX_KERNEL_ADDRESS - kernel_vm_end; in kvm_free() local
/freebsd/sys/vm/
H A Duma_core.c5557 uint32_t kfree, pages; local
/freebsd/sys/arm64/arm64/
H A Dpmap.c3012 unsigned long kfree = VM_MAX_KERNEL_ADDRESS - kernel_vm_end; in kvm_free() local
/freebsd/sys/amd64/amd64/
H A Dpmap.c5008 unsigned long kfree = VM_MAX_KERNEL_ADDRESS - kernel_vm_end; in kvm_free() local