Searched defs:TIMEOUT (Results 1 – 4 of 4) sorted by relevance
177 #define TIMEOUT 1000UL /* Timeout is 1s */ macro
180 #define TIMEOUT 1000UL /* Timeout is 1s */ macro
535 #define TIMEOUT(f, a, t) do { sys_untimeout((f), (a)); sys_timeout((t)*1000, (f), (a)); } wh… macro