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

/darwin-on-arm/xnu/bsd/sys/
H A Dmalloc.h189 #define M_CLRDAHEAD 96 /* storage for cluster read-ahead state */ macro
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_cluster.c389 MALLOC_ZONE(rap, struct cl_readahead *, sizeof *rap, M_CLRDAHEAD, M_WAITOK);
401 FREE_ZONE((void *)rap, sizeof *rap, M_CLRDAHEAD);
5148 FREE_ZONE((void *)rap, sizeof *rap, M_CLRDAHEAD);

Completed in 81 milliseconds