Home
last modified time | relevance | path

Searched refs:next_in_group (Results 1 – 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/ntp/sntp/libevent/
HDbufferevent_ratelim.c363 LIST_FOREACH(bev, &g->members, rate_limiting->next_in_group) { in bev_group_suspend_reading_()
381 LIST_FOREACH(bev, &g->members, rate_limiting->next_in_group) { in bev_group_suspend_writing_()
462 bev = LIST_NEXT(bev, rate_limiting->next_in_group); in bev_group_random_element_()
478 bev = LIST_NEXT(bev, rate_limiting->next_in_group)) { \
482 bev = LIST_NEXT(bev, rate_limiting->next_in_group)) { \
766 LIST_INSERT_HEAD(&g->members, bevp, rate_limiting->next_in_group); in bufferevent_add_to_rate_limit_group()
801 LIST_REMOVE(bevp, rate_limiting->next_in_group); in bufferevent_remove_from_rate_limit_group_internal_()
HDbufferevent-internal.h125 LIST_ENTRY(bufferevent_private) next_in_group;
/freebsd-11-stable/contrib/binutils/bfd/
HDelf-bfd.h1227 asection *next_in_group; member
1239 #define elf_next_in_group(sec) (elf_section_data(sec)->next_in_group)
HDChangeLog-200682 and next_in_group usage.
HDelflink.c10470 group_sec = elf_section_data (sec)->next_in_group; in _bfd_elf_gc_mark()
HDChangeLog-00011489 "next_in_group". Fix gp and gp_size comments.