HomeSort by: relevance | last modified time | path
    Searched refs:max_interval (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/netbt/
hci_le.h 89 uint16_t max_interval; /* max_interval * 0.625ms */ member in struct:__anon7372
141 uint16_t scan_window; /* max_interval * 0.625ms */
163 uint16_t scan_window; /* max_interval * 0.625ms */
169 uint16_t con_interval_max; /* max_interval * 1.25ms */
222 uint16_t con_interval_max; /* max_interval * 1.25ms */
hci.h 860 uint16_t max_interval; /* (max_interval * 0.625) msec */ member in struct:__anon7190
861 uint16_t min_interval; /* (max_interval * 0.625) msec */
869 uint16_t max_interval; /* (max_interval * 0.625) msec */ member in struct:__anon7191
870 uint16_t min_interval; /* (max_interval * 0.625) msec */
887 uint16_t max_interval; /* (max_interval * 0.625) msec */ member in struct:__anon7193
888 uint16_t min_interval; /* (max_interval * 0.625) msec */
  /src/external/bsd/libevent/dist/include/event2/
event.h 637 * for new events. If you configure it by setting max_interval, it will check
638 * the time after each callback, and not allow more than max_interval to
649 * @param max_interval An interval after which Libevent should stop running
655 * @param min_priority A priority below which max_interval and max_callbacks
663 const struct timeval *max_interval, int max_callbacks,
  /src/external/bsd/ntp/dist/sntp/libevent/include/event2/
event.h 638 * for new events. If you configure it by setting max_interval, it will check
639 * the time after each callback, and not allow more than max_interval to
650 * @param max_interval An interval after which Libevent should stop running
656 * @param min_priority A priority below which max_interval and max_callbacks
664 const struct timeval *max_interval, int max_callbacks,
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
trim_map.c 91 SYSCTL_UINT(_vfs_zfs_trim, OID_AUTO, max_interval, CTLFLAG_RWTUN,
  /src/external/bsd/ntp/dist/sntp/libevent/
event.c 1220 const struct timeval *max_interval, int max_callbacks, int min_priority)
1222 if (max_interval)
1223 memcpy(&cfg->max_dispatch_interval, max_interval,
  /src/external/bsd/libevent/dist/
event.c 1222 const struct timeval *max_interval, int max_callbacks, int min_priority)
1224 if (max_interval)
1225 memcpy(&cfg->max_dispatch_interval, max_interval,

Completed in 30 milliseconds