Home
last modified time | relevance | path

Searched refs:evport (Results 1 – 19 of 19) sorted by relevance

/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_eswitch.c1248 struct mlx5_vport *evport; in mlx5_eswitch_set_vport_vlan() local
1260 evport = &esw->vports[vport]; in mlx5_eswitch_set_vport_vlan()
1266 mutex_lock(&evport->state_lock); in mlx5_eswitch_set_vport_vlan()
1267 evport->vlan = vlan; in mlx5_eswitch_set_vport_vlan()
1268 evport->qos = qos; in mlx5_eswitch_set_vport_vlan()
1269 if (evport->enabled) { in mlx5_eswitch_set_vport_vlan()
1270 esw_vport_ingress_config(esw, evport); in mlx5_eswitch_set_vport_vlan()
1271 esw_vport_egress_config(esw, evport); in mlx5_eswitch_set_vport_vlan()
1273 mutex_unlock(&evport->state_lock); in mlx5_eswitch_set_vport_vlan()
/freebsd/usr.sbin/ntp/libntpevent/
H A DMakefile11 evmap.c evport.c evrpc.c evthread.c evthread_pthread.c evutil.c \
/freebsd/contrib/ntp/sntp/libevent/
H A DMakefile.am218 SYS_SRC += evport.c
H A DLICENSE46 evport.c:
H A DChangeLog-1.461 o rename the Solaris event ports backend to evport
146 o devpoll and evport need reinit; tested by W.C.A Wijngaards
210 …o Fix evport implementation: port_disassociate called on unassociated events resulting in bogus er…
H A DMakefile.in159 @EVPORT_BACKEND_TRUE@am__append_26 = evport.c
243 select.c poll.c devpoll.c kqueue.c epoll.c evport.c signal.c \
252 @EVPORT_BACKEND_TRUE@am__objects_7 = evport.lo
288 select.c poll.c devpoll.c kqueue.c epoll.c evport.c signal.c \
485 ./$(DEPDIR)/evport.Plo ./$(DEPDIR)/evrpc.Plo \
1784 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/evport.Plo@am__quote@ # am--include-marker
2877 -rm -f ./$(DEPDIR)/evport.Plo
3003 -rm -f ./$(DEPDIR)/evport.Plo
H A Dwhatsnew-2.1.txt610 3.3. Improvements in the solaris evport backend.
612 The evport backend has been updated to use many of the infrastructure
617 reducing evport overhead in general.
H A DChangeLog1730 o Fix evport handling of POLLHUP and POLLERR (b42ce4b)
1930 o evport: use evmap_io to track fdinfo status. Should save time and
1932 o evport: Remove a linear search over recent events when
1934 o evport: Use portev_user to remember fdinfo struct (276ec0e)
1935 o evport: don't scan more events in ed_pending than needed (849a5cf)
1936 o evport: Remove artificial low limit on max events per getn call (c04d927)
1937 o Reenable main/many_events_slow_add for evport in 2.1 (e903db3)
H A DCMakeLists.txt840 list(APPEND SRC_CORE evport.c)
H A DChangeLog-2.0301 o Fix evport handling of POLLHUP and POLLERR (b42ce4b)
467 o Resolve an evport bug in the thread/forking test (3a67d0b)
1169 o devpoll and evport need reinit; tested by W.C.A Wijngaards
/freebsd/contrib/libevent/
H A DMakefile.am218 SYS_SRC += evport.c
H A DLICENSE46 evport.c:
H A DChangeLog-1.461 o rename the Solaris event ports backend to evport
146 o devpoll and evport need reinit; tested by W.C.A Wijngaards
210 …o Fix evport implementation: port_disassociate called on unassociated events resulting in bogus er…
H A DMakefile.in159 @EVPORT_BACKEND_TRUE@am__append_26 = evport.c
243 select.c poll.c devpoll.c kqueue.c epoll.c evport.c signal.c \
252 @EVPORT_BACKEND_TRUE@am__objects_7 = evport.lo
288 select.c poll.c devpoll.c kqueue.c epoll.c evport.c signal.c \
485 ./$(DEPDIR)/evport.Plo ./$(DEPDIR)/evrpc.Plo \
1776 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/evport.Plo@am__quote@ # am--include-marker
2867 -rm -f ./$(DEPDIR)/evport.Plo
2993 -rm -f ./$(DEPDIR)/evport.Plo
H A Dwhatsnew-2.1.txt610 3.3. Improvements in the solaris evport backend.
612 The evport backend has been updated to use many of the infrastructure
617 reducing evport overhead in general.
H A DChangeLog1730 o Fix evport handling of POLLHUP and POLLERR (b42ce4b)
1930 o evport: use evmap_io to track fdinfo status. Should save time and
1932 o evport: Remove a linear search over recent events when
1934 o evport: Use portev_user to remember fdinfo struct (276ec0e)
1935 o evport: don't scan more events in ed_pending than needed (849a5cf)
1936 o evport: Remove artificial low limit on max events per getn call (c04d927)
1937 o Reenable main/many_events_slow_add for evport in 2.1 (e903db3)
H A DCMakeLists.txt840 list(APPEND SRC_CORE evport.c)
H A DChangeLog-2.0301 o Fix evport handling of POLLHUP and POLLERR (b42ce4b)
467 o Resolve an evport bug in the thread/forking test (3a67d0b)
1169 o devpoll and evport need reinit; tested by W.C.A Wijngaards
/freebsd/contrib/ntp/
H A DCommitLog[all...]