HomeSort by: relevance | last modified time | path
    Searched defs:clockpro_hashfactor (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/uvm/
uvm_pdpolicy_clockpro.c 83 #if !defined(CLOCKPRO_HASHFACTOR)
84 #define CLOCKPRO_HASHFACTOR 2
85 #endif /* !defined(CLOCKPRO_HASHFACTOR) */
89 int clockpro_hashfactor = CLOCKPRO_HASHFACTOR; variable in typeref:typename:int
413 sz *= clockpro_hashfactor;
uvm_pdpolicy_clockpro.c 83 #if !defined(CLOCKPRO_HASHFACTOR)
84 #define CLOCKPRO_HASHFACTOR 2
85 #endif /* !defined(CLOCKPRO_HASHFACTOR) */
89 int clockpro_hashfactor = CLOCKPRO_HASHFACTOR; variable in typeref:typename:int
413 sz *= clockpro_hashfactor;

Completed in 47 milliseconds