Searched refs:M_TEMP (Results 1 – 7 of 7) sorted by relevance
| /xnu-10063.101.15/bsd/sys/ |
| H A D | malloc.h | 117 #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 D | bind_subr.c | 103 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 D | null_subr.c | 117 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 D | ip_compat.h | 326 # 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 D | nfs_gss.c | 338 nfs_gss_svc_ctx_hashtbl = hashinit(SVC_CTX_HASHSZ, M_TEMP, &nfs_gss_svc_ctx_hash); in nfs_gss_svc_init()
|
| H A D | nfs_subs.c | 1741 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 D | nfs_serv.c | 211 nfsrv_fmod_hashtbl = hashinit(NFSRVFMODHASHSZ, M_TEMP, &nfsrv_fmod_hash); in nfsrv_init()
|