Home
last modified time | relevance | path

Searched refs:MALLOC_DEFINE (Results 1 – 25 of 324) sorted by relevance

12345678910>>...13

/dragonfly/sys/bus/u4b/
H A Dusb_core.c57 MALLOC_DEFINE(M_USB, "USB", "USB");
58 MALLOC_DEFINE(M_USBDEV, "USBdev", "USB device");
/dragonfly/sys/vfs/dirfs/
H A Ddirfs_vfsops.c54 MALLOC_DEFINE(M_DIRFS, "dirfs", "dirfs mount allocation");
55 MALLOC_DEFINE(M_DIRFS_NODE, "dirfs nodes", "dirfs nodes memory allocation");
56 MALLOC_DEFINE(M_DIRFS_MISC, "dirfs misc", "dirfs miscellaneous allocation");
/dragonfly/sys/bus/cam/
H A Dcam_queue.c42 MALLOC_DEFINE(M_CAMQ, "CAM queue", "CAM queue buffers");
43 MALLOC_DEFINE(M_CAMDEVQ, "CAM dev queue", "CAM dev queue buffers");
44 MALLOC_DEFINE(M_CAMCCBQ, "CAM ccb queue", "CAM ccb queue buffers");
/dragonfly/sys/libkern/
H A Dlinux_idr.c57 #undef MALLOC_DEFINE
58 #define MALLOC_DEFINE(a, b, c) macro
134 MALLOC_DEFINE(M_IDR, "idr", "Integer ID management");
/dragonfly/sys/vfs/fuse/
H A Dfuse_ipc.c33 static MALLOC_DEFINE(M_FUSE_BUF, "fuse_buf", "FUSE buf");
34 static MALLOC_DEFINE(M_FUSE_IPC, "fuse_ipc", "FUSE ipc");
/dragonfly/sys/cpu/x86_64/misc/
H A Dlwbuf.c58 MALLOC_DEFINE(M_LWBUF, "lwbuf", "Lightweight buffers");
/dragonfly/sys/vfs/ntfs/
H A Dntfs_vfsops.c64 MALLOC_DEFINE(M_NTFSMNT, "NTFS mount", "NTFS mount structure");
65 MALLOC_DEFINE(M_NTFSNTNODE,"NTFS ntnode", "NTFS ntnode information");
66 MALLOC_DEFINE(M_NTFSFNODE,"NTFS fnode", "NTFS fnode information");
67 MALLOC_DEFINE(M_NTFSDIR,"NTFS dir", "NTFS dir buffer");
H A Dntfs_ihash.c48 MALLOC_DEFINE(M_NTFSNTHASH, "NTFS nthash", "NTFS ntnode hash tables");
/dragonfly/sys/kern/
H A Dvfs_init.c82 static MALLOC_DEFINE(M_VNODEOP, "vnodeops", "vnode operations vectors");
83 static MALLOC_DEFINE(M_NAMEI, "nameibufs", "namei path buffers");
H A Dkern_slaballoc.c199 MALLOC_DEFINE(M_CACHE, "cache", "Various Dynamically allocated caches");
200 MALLOC_DEFINE(M_DEVBUF, "devbuf", "device driver memory");
201 MALLOC_DEFINE(M_TEMP, "temp", "misc temporary data buffers");
202 MALLOC_DEFINE(M_DRM, "m_drm", "DRM memory allocations");
204 MALLOC_DEFINE(M_IP6OPT, "ip6opt", "IPv6 options");
205 MALLOC_DEFINE(M_IP6NDP, "ip6ndp", "IPv6 Neighbor Discovery");
H A Dkern_sfbuf.c48 MALLOC_DEFINE(M_SFBUF, "sfbuf", "Sendfile buffer structures");
H A Duipc_accf.c50 MALLOC_DEFINE(M_ACCF, "accf", "accept filter data");
H A Dsubr_eventhandler.c37 MALLOC_DEFINE(M_EVENTHANDLER, "eventhandler", "Event handler records");
/dragonfly/sys/vfs/nfs/
H A Dnfs_vfsops.c82 MALLOC_DEFINE(M_NFS, "NFS gen", "NFS general");
83 MALLOC_DEFINE(M_NFSREQ, "NFS req", "NFS request header");
84 MALLOC_DEFINE(M_NFSBIGFH, "NFSV3 bigfh", "NFS version 3 file handle");
85 MALLOC_DEFINE(M_NFSD, "NFS daemon", "Nfs server daemon structure");
86 MALLOC_DEFINE(M_NFSDIROFF, "NFSV3 diroff", "NFS directory offset data");
87 MALLOC_DEFINE(M_NFSRVDESC, "NFSV3 srvdesc", "NFS server socket descriptor");
88 MALLOC_DEFINE(M_NFSUID, "NFS uid", "Nfs uid mapping structure");
/dragonfly/sys/netproto/smb/
H A Dsmb_subr.c61 MALLOC_DEFINE(M_SMBSTR, "SMBSTR", "netsmb string data");
62 MALLOC_DEFINE(M_SMBTEMP, "SMBTEMP", "Temp netsmb data");
/dragonfly/sys/sys/
H A Dsocketvar2.h57 #ifdef MALLOC_DEFINE
H A Duio.h85 #ifdef MALLOC_DEFINE
H A Dmalloc.h97 #define MALLOC_DEFINE(type, shortdesc, longdesc) \ macro
119 #define MALLOC_DEFINE(type, shortdesc, longdesc) \ macro
/dragonfly/sys/vfs/udf/
H A Dudf_vfsops.c100 MALLOC_DEFINE(M_UDFNODE, "UDF node", "UDF node structure");
101 MALLOC_DEFINE(M_UDFMOUNT, "UDF mount", "UDF mount structure");
102 MALLOC_DEFINE(M_UDFFENTRY, "UDF fentry", "UDF file entry structure");
/dragonfly/sys/libprop/
H A Dprop_object_impl.h274 MALLOC_DEFINE(M_##pp, wchan, wchan); \
284 MALLOC_DEFINE(t, s, l);
/dragonfly/sys/netproto/802_11/wlan/
H A Dieee80211_ratectl.c55 MALLOC_DEFINE(M_80211_RATECTL, "80211ratectl", "802.11 rate control");
/dragonfly/sys/dev/acpica/Osd/
H A DOsdSchedule.c60 MALLOC_DEFINE(M_ACPITASK, "acpitask", "ACPI deferred task");
/dragonfly/sys/dev/disk/dm/linear/
H A Ddm_target_linear.c40 MALLOC_DEFINE(M_DMLINEAR, "dm_linear", "Device Mapper Target Linear");
/dragonfly/sys/vfs/ext2fs/
H A Dext2_ihash.c47 static MALLOC_DEFINE(M_EXT2IHASH, "EXT2 ihash", "EXT2 Inode hash tables");
/dragonfly/sys/vfs/hpfs/
H A Dhpfs_hash.c44 MALLOC_DEFINE(M_HPFSHASH, "HPFS hash", "HPFS node hash tables");

12345678910>>...13