Home
last modified time | relevance | path

Searched refs:M_TEMP (Results 1 – 7 of 7) sorted by relevance

/xnu-10063.101.15/bsd/sys/
H A Dmalloc.h117 #define M_TEMP 80 /* misc temporary data buffers */ macro
144 #define M_TEMP 80 /* misc temporary data buffers */
/xnu-10063.101.15/bsd/miscfs/bindfs/
H A Dbind_subr.c103 bind_node_hashtbl = hashinit(BIND_HASH_SIZE, M_TEMP, &bind_hash_mask); in bindfs_init()
120 hashdestroy(bind_node_hashtbl, M_TEMP, bind_hash_mask); in bindfs_destroy()
/xnu-10063.101.15/bsd/miscfs/nullfs/
H A Dnull_subr.c117 null_node_hashtbl = hashinit(NULL_HASH_SIZE, M_TEMP, &null_hash_mask); in nullfs_init()
127 hashdestroy(null_node_hashtbl, M_TEMP, null_hash_mask); in nullfs_uninit()
/xnu-10063.101.15/bsd/netinet/
H A Dip_compat.h326 # define KMALLOC(a, b, c) MALLOC((a), b, (c), M_TEMP, M_NOWAIT)
327 # define KFREE(x) FREE((x), M_TEMP)
328 # define KFREES(x, s) FREE((x), M_TEMP)
/xnu-10063.101.15/bsd/nfs/
H A Dnfs_gss.c338 nfs_gss_svc_ctx_hashtbl = hashinit(SVC_CTX_HASHSZ, M_TEMP, &nfs_gss_svc_ctx_hash); in nfs_gss_svc_init()
H A Dnfs_subs.c1741 hashdestroy(nfsrv_export_hashtbl, M_TEMP, nfsrv_export_hash); in nfsrv_export()
1761 nfsrv_export_hashtbl = hashinit(nfsrv_export_hash_size, M_TEMP, &nfsrv_export_hash); in nfsrv_export()
H A Dnfs_serv.c211 nfsrv_fmod_hashtbl = hashinit(NFSRVFMODHASHSZ, M_TEMP, &nfsrv_fmod_hash); in nfsrv_init()