Searched refs:Wmin (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.4/drivers/gpu/drm/i915/ |
D | i915_utils.h | 298 #define __wait_for(OP, COND, US, Wmin, Wmax) ({ \ argument 300 long wait__ = (Wmin); /* recommended min for usleep is 10 us */ \ 323 #define _wait_for(COND, US, Wmin, Wmax) __wait_for(, (COND), (US), (Wmin), \ argument
|
/Linux-v5.4/Documentation/networking/ |
D | dccp.txt | 170 Values in the range Wmin = 32 (RFC 4340, 7.5.2) up to 2^32-1 can be set.
|