Home
last modified time | relevance | path

Searched defs:kfree (Results 1 – 12 of 12) 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.h153 kfree(const void *ptr) in 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.c219 unsigned long kfree; in kvm_free() local
/freebsd/sys/riscv/riscv/
H A Dpmap.c1870 unsigned long kfree = VM_MAX_KERNEL_ADDRESS - kernel_vm_end; in kvm_free() local
/freebsd/sys/arm/arm/
H A Dpmap-v6.c2146 unsigned long kfree = vm_max_kernel_address - kernel_vm_end; in kvm_free() local
/freebsd/sys/vm/
H A Duma_core.c5561 uint32_t kfree, pages; local
/freebsd/sys/arm64/arm64/
H A Dpmap.c3180 unsigned long kfree = VM_MAX_KERNEL_ADDRESS - kernel_vm_end; in kvm_free() local
/freebsd/sys/amd64/amd64/
H A Dpmap.c4884 unsigned long kfree = kva_layout.km_high - kernel_vm_end; in kvm_free() local