Home
last modified time | relevance | path

Searched refs:common_timeout (Results 1 – 9 of 9) sorted by relevance

/freebsd-13.1/usr.sbin/nscd/
H A Dconfig.c112 struct timeval const *common_timeout, in create_configuration_entry() argument
174 memcpy(&retval->common_query_timeout, common_timeout, in create_configuration_entry()
/freebsd-13.1/contrib/ntp/sntp/libevent/
H A Devent.c2571 int common_timeout; in event_add_nolock_() local
2612 common_timeout = is_common_timeout(tv, base); in event_add_nolock_()
2620 } else if (common_timeout) { in event_add_nolock_()
2635 event_queue_reinsert_timeout(base, ev, was_common, common_timeout, old_timeout_idx); in event_add_nolock_()
2640 if (common_timeout) { in event_add_nolock_()
H A Dwhatsnew-2.1.txt458 is stored in the timeout heap or in one of the common_timeout queues,
H A DChangeLog880 o Make rate limiting work with common_timeout logic (5b18f13)
H A DChangeLog-2.0211 o Make rate limiting work with common_timeout logic (5b18f13)
/freebsd-13.1/contrib/libevent/
H A Devent.c2618 int common_timeout; in event_add_nolock_() local
2659 common_timeout = is_common_timeout(tv, base); in event_add_nolock_()
2667 } else if (common_timeout) { in event_add_nolock_()
2682 event_queue_reinsert_timeout(base, ev, was_common, common_timeout, old_timeout_idx); in event_add_nolock_()
2687 if (common_timeout) { in event_add_nolock_()
H A Dwhatsnew-2.1.txt519 is stored in the timeout heap or in one of the common_timeout queues,
H A DChangeLog-2.0211 o Make rate limiting work with common_timeout logic (5b18f13)
H A DChangeLog1327 o Make rate limiting work with common_timeout logic (5b18f13)