HomeSort by relevance Sort by last modified time
    Searched defs:max_window (Results 1 - 4 of 4) sorted by null

  /external/ltp/testcases/realtime/func/gtod_latency/
gtod_infinite.c 63 static unsigned int max_window = 0; /* infinite, don't use a window */ variable
84 max_window = atoi(v);
136 if (max_window > 0) {
137 printf("%d iterations in max calculation window\n", max_window);
176 if (max_window > 0 ||
181 if (max_window == 0 || ++wi == max_window) {
187 if (wi == max_window) {
  /bionic/libc/kernel/uapi/linux/
tcp.h 99 __u32 max_window; member in struct:tcp_repair_window
  /external/iproute2/include/uapi/linux/
tcp.h 132 __u32 max_window; member in struct:tcp_repair_window
  /external/kernel-headers/original/uapi/linux/
tcp.h 134 __u32 max_window; member in struct:tcp_repair_window

Completed in 310 milliseconds