linux kernel - Except for other conditions: HZ is smaller, process schedule is less accurate? -


except other conditions: hz smaller, process schedule less accurate? hz definition in "arch/arm/include/asm/param.h":

#ifdef __kernel__ # define hz     config_hz   /* internal kernel timer frequency */ # define user_hz    100     /* user interfaces in "ticks" */ # define clocks_per_sec (user_hz)   /* times() */ #else # define hz     100 #endif 


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

android - Keyboard hides my half of edit-text and button below it even in scroll view -

css - Make div keyboard-scrollable in jQuery Mobile? -