Searched refs:M_CLRDAHEAD (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dmalloc.h189 #define M_CLRDAHEAD 96 /* storage for cluster read-ahead state */ macro
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_cluster.c311 MALLOC_ZONE(rap, struct cl_readahead *, sizeof *rap, M_CLRDAHEAD, M_WAITOK);
323 FREE_ZONE((void *)rap, sizeof *rap, M_CLRDAHEAD);
4517 FREE_ZONE((void *)rap, sizeof *rap, M_CLRDAHEAD);

Completed in 45 milliseconds