Lines Matching refs:param
186 #define CHK(param, low, hi, def) do { \
187 pair->param = (pair->param ? pair->param : def); \
188 if (pair->param < low) \
189 tst_brk(TBROK, #param " is less than the lower bound " #low); \
190 if (pair->param > hi) \
191 tst_brk(TBROK, #param " is more than the upper bound " #hi); \
248 * @param pair The state structure initialised with TST_FZSYNC_PAIR_INIT.
249 * @param run_b The function defining thread B or NULL.
329 * @param alpha The preference for recent samples over old ones.
330 * @param sample The current sample
331 * @param prev_avg The average of the all the previous samples
516 * @param our_cntr The counter for the thread we are on
517 * @param other_cntr The counter for the thread we are synchronising with
518 * @param spins A pointer to the spin counter or NULL
519 * @param exit Exit flag when we need to break out of the wait loop
777 * @param change The amount to add, can be negative