Searched refs:common_timeout (Results 1 – 9 of 9) sorted by relevance
/freebsd/usr.sbin/nscd/ |
H A D | config.c | 110 struct timeval const *common_timeout, in create_configuration_entry() argument 172 memcpy(&retval->common_query_timeout, common_timeout, in create_configuration_entry()
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | event.c | 2668 int common_timeout; in event_add_nolock_() local 2709 common_timeout = is_common_timeout(tv, base); in event_add_nolock_() 2717 } else if (common_timeout) { in event_add_nolock_() 2732 event_queue_reinsert_timeout(base, ev, was_common, common_timeout, old_timeout_idx); in event_add_nolock_() 2737 if (common_timeout) { in event_add_nolock_()
|
H A D | whatsnew-2.1.txt | 519 is stored in the timeout heap or in one of the common_timeout queues,
|
H A D | ChangeLog-2.0 | 211 o Make rate limiting work with common_timeout logic (5b18f13)
|
H A D | ChangeLog | 1640 o Make rate limiting work with common_timeout logic (5b18f13)
|
/freebsd/contrib/libevent/ |
H A D | event.c | 2668 int common_timeout; in event_add_nolock_() local 2709 common_timeout = is_common_timeout(tv, base); in event_add_nolock_() 2717 } else if (common_timeout) { in event_add_nolock_() 2732 event_queue_reinsert_timeout(base, ev, was_common, common_timeout, old_timeout_idx); in event_add_nolock_() 2737 if (common_timeout) { in event_add_nolock_()
|
H A D | whatsnew-2.1.txt | 519 is stored in the timeout heap or in one of the common_timeout queues,
|
H A D | ChangeLog-2.0 | 211 o Make rate limiting work with common_timeout logic (5b18f13)
|
H A D | ChangeLog | 1640 o Make rate limiting work with common_timeout logic (5b18f13)
|