Searched refs:CONSTRAINT_NANOS (Results 1 – 2 of 2) sorted by relevance
57 #define CONSTRAINT_NANOS (20000000ll) /* 20 ms */ macro116 pol.constraint = CONSTRAINT_NANOS * g_mti.denom / g_mti.numer; in thread_setup()
75 #define CONSTRAINT_NANOS (20000000ll) /* 20 ms */ macro379 pol.constraint = (uint32_t) nanos_to_abs(CONSTRAINT_NANOS * 2); in rt_churn_thread_setup()579 pol.constraint = (uint32_t) nanos_to_abs(CONSTRAINT_NANOS); in thread_setup()697 uint64_t constraint_nanos = g_rt_ll ? LL_CONSTRAINT_NANOS : CONSTRAINT_NANOS; in worker_thread()