Searched refs:event (Results 1 - 25 of 130) sorted by relevance

123456

/net/sctp/
H A Dulpevent.c9 * These functions manipulate an sctp event. The struct ulpevent is used
53 static void sctp_ulpevent_receive_data(struct sctp_ulpevent *event,
55 static void sctp_ulpevent_release_data(struct sctp_ulpevent *event);
56 static void sctp_ulpevent_release_frag_data(struct sctp_ulpevent *event);
59 /* Initialize an ULP event from an given skb. */
60 SCTP_STATIC void sctp_ulpevent_init(struct sctp_ulpevent *event, argument
64 memset(event, 0, sizeof(struct sctp_ulpevent));
65 event->msg_flags = msg_flags;
66 event->rmem_len = len;
73 struct sctp_ulpevent *event; local
90 sctp_ulpevent_is_notification(const struct sctp_ulpevent *event) argument
98 sctp_ulpevent_set_owner(struct sctp_ulpevent *event, const struct sctp_association *asoc) argument
114 sctp_ulpevent_release_owner(struct sctp_ulpevent *event) argument
138 struct sctp_ulpevent *event; local
267 struct sctp_ulpevent *event; local
380 struct sctp_ulpevent *event; local
478 struct sctp_ulpevent *event; local
587 struct sctp_ulpevent *event; local
650 struct sctp_ulpevent *event; local
687 struct sctp_ulpevent *event = NULL; local
783 struct sctp_ulpevent *event; local
835 struct sctp_ulpevent *event; local
874 struct sctp_ulpevent *event; local
899 sctp_ulpevent_get_notification_type(const struct sctp_ulpevent *event) argument
910 sctp_ulpevent_read_sndrcvinfo(const struct sctp_ulpevent *event, struct msghdr *msghdr) argument
991 sctp_ulpevent_receive_data(struct sctp_ulpevent *event, struct sctp_association *asoc) argument
1017 sctp_ulpevent_release_data(struct sctp_ulpevent *event) argument
1049 sctp_ulpevent_release_frag_data(struct sctp_ulpevent *event) argument
1075 sctp_ulpevent_free(struct sctp_ulpevent *event) argument
1092 struct sctp_ulpevent *event = sctp_skb2event(skb); local
[all...]
H A Dulpqueue.c80 struct sctp_ulpevent *event; local
83 event = sctp_skb2event(skb);
84 sctp_ulpevent_free(event);
88 event = sctp_skb2event(skb);
89 sctp_ulpevent_free(event);
105 struct sctp_ulpevent *event; local
108 /* Create an event from the incoming chunk. */
109 event = sctp_ulpevent_make_rcvmsg(chunk->asoc, chunk, gfp);
110 if (!event)
114 event
163 struct sctp_ulpevent *event; local
199 sctp_ulpq_tail_event(struct sctp_ulpq *ulpq, struct sctp_ulpevent *event) argument
284 sctp_ulpq_store_reasm(struct sctp_ulpq *ulpq, struct sctp_ulpevent *event) argument
335 struct sctp_ulpevent *event; local
587 sctp_ulpq_reasm(struct sctp_ulpq *ulpq, struct sctp_ulpevent *event) argument
698 struct sctp_ulpevent *event; local
728 struct sctp_ulpevent *event = NULL; local
755 sctp_ulpq_retrieve_ordered(struct sctp_ulpq *ulpq, struct sctp_ulpevent *event) argument
797 sctp_ulpq_store_ordered(struct sctp_ulpq *ulpq, struct sctp_ulpevent *event) argument
846 sctp_ulpq_order(struct sctp_ulpq *ulpq, struct sctp_ulpevent *event) argument
888 struct sctp_ulpevent *event; local
980 struct sctp_ulpevent *event; local
1038 struct sctp_ulpevent *event; local
[all...]
/net/irda/
H A Diriap_event.c34 static void state_s_disconnect (struct iriap_cb *self, IRIAP_EVENT event,
36 static void state_s_connecting (struct iriap_cb *self, IRIAP_EVENT event,
38 static void state_s_call (struct iriap_cb *self, IRIAP_EVENT event,
41 static void state_s_make_call (struct iriap_cb *self, IRIAP_EVENT event,
43 static void state_s_calling (struct iriap_cb *self, IRIAP_EVENT event,
45 static void state_s_outstanding (struct iriap_cb *self, IRIAP_EVENT event,
47 static void state_s_replying (struct iriap_cb *self, IRIAP_EVENT event,
49 static void state_s_wait_for_call(struct iriap_cb *self, IRIAP_EVENT event,
51 static void state_s_wait_active (struct iriap_cb *self, IRIAP_EVENT event,
54 static void state_r_disconnect (struct iriap_cb *self, IRIAP_EVENT event,
128 iriap_do_client_event(struct iriap_cb *self, IRIAP_EVENT event, struct sk_buff *skb) argument
137 iriap_do_call_event(struct iriap_cb *self, IRIAP_EVENT event, struct sk_buff *skb) argument
146 iriap_do_server_event(struct iriap_cb *self, IRIAP_EVENT event, struct sk_buff *skb) argument
155 iriap_do_r_connect_event(struct iriap_cb *self, IRIAP_EVENT event, struct sk_buff *skb) argument
171 state_s_disconnect(struct iriap_cb *self, IRIAP_EVENT event, struct sk_buff *skb) argument
201 state_s_connecting(struct iriap_cb *self, IRIAP_EVENT event, struct sk_buff *skb) argument
234 state_s_call(struct iriap_cb *self, IRIAP_EVENT event, struct sk_buff *skb) argument
257 state_s_make_call(struct iriap_cb *self, IRIAP_EVENT event, struct sk_buff *skb) argument
285 state_s_calling(struct iriap_cb *self, IRIAP_EVENT event, struct sk_buff *skb) argument
297 state_s_outstanding(struct iriap_cb *self, IRIAP_EVENT event, struct sk_buff *skb) argument
320 state_s_replying(struct iriap_cb *self, IRIAP_EVENT event, struct sk_buff *skb) argument
332 state_s_wait_for_call(struct iriap_cb *self, IRIAP_EVENT event, struct sk_buff *skb) argument
345 state_s_wait_active(struct iriap_cb *self, IRIAP_EVENT event, struct sk_buff *skb) argument
363 state_r_disconnect(struct iriap_cb *self, IRIAP_EVENT event, struct sk_buff *skb) argument
399 state_r_call(struct iriap_cb *self, IRIAP_EVENT event, struct sk_buff *skb) argument
423 state_r_waiting(struct iriap_cb *self, IRIAP_EVENT event, struct sk_buff *skb) argument
429 state_r_wait_active(struct iriap_cb *self, IRIAP_EVENT event, struct sk_buff *skb) argument
441 state_r_receiving(struct iriap_cb *self, IRIAP_EVENT event, struct sk_buff *skb) argument
464 state_r_execute(struct iriap_cb *self, IRIAP_EVENT event, struct sk_buff *skb) argument
493 state_r_returning(struct iriap_cb *self, IRIAP_EVENT event, struct sk_buff *skb) argument
[all...]
H A Dirlmp_event.c5 * Description: An IrDA LMP event driver for Linux
139 int irlmp_do_lsap_event(struct lsap_cb *self, IRLMP_EVENT event, argument
146 __func__, irlmp_event[event], irlsap_state[ self->lsap_state]);
148 return (*lsap_state[self->lsap_state]) (self, event, skb);
152 * Function do_lap_event (event, skb, info)
157 void irlmp_do_lap_event(struct lap_cb *self, IRLMP_EVENT event, argument
164 irlmp_event[event],
167 (*lap_state[self->lap_state]) (self, event, skb);
208 * Send an event on all LSAPs attached to this LAP.
212 IRLMP_EVENT event)
211 irlmp_do_all_lsap_event(hashbin_t * lsap_hashbin, IRLMP_EVENT event) argument
256 irlmp_state_standby(struct lap_cb *self, IRLMP_EVENT event, struct sk_buff *skb) argument
306 irlmp_state_u_connect(struct lap_cb *self, IRLMP_EVENT event, struct sk_buff *skb) argument
381 irlmp_state_active(struct lap_cb *self, IRLMP_EVENT event, struct sk_buff *skb) argument
488 irlmp_state_disconnected(struct lsap_cb *self, IRLMP_EVENT event, struct sk_buff *skb) argument
567 irlmp_state_connect(struct lsap_cb *self, IRLMP_EVENT event, struct sk_buff *skb) argument
629 irlmp_state_connect_pend(struct lsap_cb *self, IRLMP_EVENT event, struct sk_buff *skb) argument
695 irlmp_state_dtr(struct lsap_cb *self, IRLMP_EVENT event, struct sk_buff *skb) argument
787 irlmp_state_setup(struct lsap_cb *self, IRLMP_EVENT event, struct sk_buff *skb) argument
859 irlmp_state_setup_pend(struct lsap_cb *self, IRLMP_EVENT event, struct sk_buff *skb) argument
[all...]
H A Dirlap_event.c50 static int irlap_state_ndm (struct irlap_cb *self, IRLAP_EVENT event,
52 static int irlap_state_query (struct irlap_cb *self, IRLAP_EVENT event,
54 static int irlap_state_reply (struct irlap_cb *self, IRLAP_EVENT event,
56 static int irlap_state_conn (struct irlap_cb *self, IRLAP_EVENT event,
58 static int irlap_state_setup (struct irlap_cb *self, IRLAP_EVENT event,
60 static int irlap_state_offline(struct irlap_cb *self, IRLAP_EVENT event,
62 static int irlap_state_xmit_p (struct irlap_cb *self, IRLAP_EVENT event,
64 static int irlap_state_pclose (struct irlap_cb *self, IRLAP_EVENT event,
66 static int irlap_state_nrm_p (struct irlap_cb *self, IRLAP_EVENT event,
68 static int irlap_state_reset_wait(struct irlap_cb *self, IRLAP_EVENT event,
237 irlap_do_event(struct irlap_cb *self, IRLAP_EVENT event, struct sk_buff *skb, struct irlap_info *info) argument
326 irlap_state_ndm(struct irlap_cb *self, IRLAP_EVENT event, struct sk_buff *skb, struct irlap_info *info) argument
558 irlap_state_query(struct irlap_cb *self, IRLAP_EVENT event, struct sk_buff *skb, struct irlap_info *info) argument
669 irlap_state_reply(struct irlap_cb *self, IRLAP_EVENT event, struct sk_buff *skb, struct irlap_info *info) argument
737 irlap_state_conn(struct irlap_cb *self, IRLAP_EVENT event, struct sk_buff *skb, struct irlap_info *info) argument
831 irlap_state_setup(struct irlap_cb *self, IRLAP_EVENT event, struct sk_buff *skb, struct irlap_info *info) argument
967 irlap_state_offline(struct irlap_cb *self, IRLAP_EVENT event, struct sk_buff *skb, struct irlap_info *info) argument
983 irlap_state_xmit_p(struct irlap_cb *self, IRLAP_EVENT event, struct sk_buff *skb, struct irlap_info *info) argument
1137 irlap_state_pclose(struct irlap_cb *self, IRLAP_EVENT event, struct sk_buff *skb, struct irlap_info *info) argument
1194 irlap_state_nrm_p(struct irlap_cb *self, IRLAP_EVENT event, struct sk_buff *skb, struct irlap_info *info) argument
1608 irlap_state_reset_wait(struct irlap_cb *self, IRLAP_EVENT event, struct sk_buff *skb, struct irlap_info *info) argument
1655 irlap_state_reset(struct irlap_cb *self, IRLAP_EVENT event, struct sk_buff *skb, struct irlap_info *info) argument
1748 irlap_state_xmit_s(struct irlap_cb *self, IRLAP_EVENT event, struct sk_buff *skb, struct irlap_info *info) argument
1868 irlap_state_nrm_s(struct irlap_cb *self, IRLAP_EVENT event, struct sk_buff *skb, struct irlap_info *info) argument
2227 irlap_state_sclose(struct irlap_cb *self, IRLAP_EVENT event, struct sk_buff *skb, struct irlap_info *info) argument
2296 irlap_state_reset_check( struct irlap_cb *self, IRLAP_EVENT event, struct sk_buff *skb, struct irlap_info *info) argument
[all...]
/net/irda/irlan/
H A Dirlan_client_event.c39 static int irlan_client_state_idle (struct irlan_cb *self, IRLAN_EVENT event,
41 static int irlan_client_state_query(struct irlan_cb *self, IRLAN_EVENT event,
43 static int irlan_client_state_conn (struct irlan_cb *self, IRLAN_EVENT event,
45 static int irlan_client_state_info (struct irlan_cb *self, IRLAN_EVENT event,
47 static int irlan_client_state_media(struct irlan_cb *self, IRLAN_EVENT event,
49 static int irlan_client_state_open (struct irlan_cb *self, IRLAN_EVENT event,
51 static int irlan_client_state_wait (struct irlan_cb *self, IRLAN_EVENT event,
53 static int irlan_client_state_arb (struct irlan_cb *self, IRLAN_EVENT event,
55 static int irlan_client_state_data (struct irlan_cb *self, IRLAN_EVENT event,
57 static int irlan_client_state_close(struct irlan_cb *self, IRLAN_EVENT event,
77 irlan_do_client_event(struct irlan_cb *self, IRLAN_EVENT event, struct sk_buff *skb) argument
92 irlan_client_state_idle(struct irlan_cb *self, IRLAN_EVENT event, struct sk_buff *skb) argument
136 irlan_client_state_query(struct irlan_cb *self, IRLAN_EVENT event, struct sk_buff *skb) argument
189 irlan_client_state_conn(struct irlan_cb *self, IRLAN_EVENT event, struct sk_buff *skb) argument
224 irlan_client_state_info(struct irlan_cb *self, IRLAN_EVENT event, struct sk_buff *skb) argument
266 irlan_client_state_media(struct irlan_cb *self, IRLAN_EVENT event, struct sk_buff *skb) argument
303 irlan_client_state_open(struct irlan_cb *self, IRLAN_EVENT event, struct sk_buff *skb) argument
376 irlan_client_state_wait(struct irlan_cb *self, IRLAN_EVENT event, struct sk_buff *skb) argument
405 irlan_client_state_arb(struct irlan_cb *self, IRLAN_EVENT event, struct sk_buff *skb) argument
462 irlan_client_state_data(struct irlan_cb *self, IRLAN_EVENT event, struct sk_buff *skb) argument
494 irlan_client_state_close(struct irlan_cb *self, IRLAN_EVENT event, struct sk_buff *skb) argument
511 irlan_client_state_sync(struct irlan_cb *self, IRLAN_EVENT event, struct sk_buff *skb) argument
[all...]
H A Dirlan_provider_event.c33 static int irlan_provider_state_idle(struct irlan_cb *self, IRLAN_EVENT event,
35 static int irlan_provider_state_info(struct irlan_cb *self, IRLAN_EVENT event,
37 static int irlan_provider_state_open(struct irlan_cb *self, IRLAN_EVENT event,
39 static int irlan_provider_state_data(struct irlan_cb *self, IRLAN_EVENT event,
42 static int (*state[])(struct irlan_cb *self, IRLAN_EVENT event,
58 void irlan_do_provider_event(struct irlan_cb *self, IRLAN_EVENT event, argument
63 (*state[self->provider.state]) (self, event, skb);
67 * Function irlan_provider_state_idle (event, skb, info)
72 static int irlan_provider_state_idle(struct irlan_cb *self, IRLAN_EVENT event, argument
79 switch(event) {
99 irlan_provider_state_info(struct irlan_cb *self, IRLAN_EVENT event, struct sk_buff *skb) argument
166 irlan_provider_state_open(struct irlan_cb *self, IRLAN_EVENT event, struct sk_buff *skb) argument
205 irlan_provider_state_data(struct irlan_cb *self, IRLAN_EVENT event, struct sk_buff *skb) argument
[all...]
/net/irda/ircomm/
H A Dircomm_event.c43 static int ircomm_state_idle(struct ircomm_cb *self, IRCOMM_EVENT event,
45 static int ircomm_state_waiti(struct ircomm_cb *self, IRCOMM_EVENT event,
47 static int ircomm_state_waitr(struct ircomm_cb *self, IRCOMM_EVENT event,
49 static int ircomm_state_conn(struct ircomm_cb *self, IRCOMM_EVENT event,
80 static int (*state[])(struct ircomm_cb *self, IRCOMM_EVENT event,
90 * Function ircomm_state_idle (self, event, skb)
95 static int ircomm_state_idle(struct ircomm_cb *self, IRCOMM_EVENT event, argument
100 switch (event) {
111 IRDA_DEBUG(4, "%s(), unknown event: %s\n", __func__ ,
112 ircomm_event[event]);
124 ircomm_state_waiti(struct ircomm_cb *self, IRCOMM_EVENT event, struct sk_buff *skb, struct ircomm_info *info) argument
154 ircomm_state_waitr(struct ircomm_cb *self, IRCOMM_EVENT event, struct sk_buff *skb, struct ircomm_info *info) argument
187 ircomm_state_conn(struct ircomm_cb *self, IRCOMM_EVENT event, struct sk_buff *skb, struct ircomm_info *info) argument
229 ircomm_do_event(struct ircomm_cb *self, IRCOMM_EVENT event, struct sk_buff *skb, struct ircomm_info *info) argument
[all...]
H A Dircomm_tty_attach.c60 IRCOMM_TTY_EVENT event,
64 IRCOMM_TTY_EVENT event,
68 IRCOMM_TTY_EVENT event,
72 IRCOMM_TTY_EVENT event,
76 IRCOMM_TTY_EVENT event,
80 IRCOMM_TTY_EVENT event,
113 static int (*state[])(struct ircomm_tty_cb *self, IRCOMM_TTY_EVENT event,
636 * Function ircomm_tty_do_event (self, event, skb)
638 * Process event
641 int ircomm_tty_do_event(struct ircomm_tty_cb *self, IRCOMM_TTY_EVENT event, argument
677 ircomm_tty_state_idle(struct ircomm_tty_cb *self, IRCOMM_TTY_EVENT event, struct sk_buff *skb, struct ircomm_tty_info *info) argument
741 ircomm_tty_state_search(struct ircomm_tty_cb *self, IRCOMM_TTY_EVENT event, struct sk_buff *skb, struct ircomm_tty_info *info) argument
814 ircomm_tty_state_query_parameters(struct ircomm_tty_cb *self, IRCOMM_TTY_EVENT event, struct sk_buff *skb, struct ircomm_tty_info *info) argument
872 ircomm_tty_state_query_lsap_sel(struct ircomm_tty_cb *self, IRCOMM_TTY_EVENT event, struct sk_buff *skb, struct ircomm_tty_info *info) argument
921 ircomm_tty_state_setup(struct ircomm_tty_cb *self, IRCOMM_TTY_EVENT event, struct sk_buff *skb, struct ircomm_tty_info *info) argument
975 ircomm_tty_state_ready(struct ircomm_tty_cb *self, IRCOMM_TTY_EVENT event, struct sk_buff *skb, struct ircomm_tty_info *info) argument
[all...]
/net/rds/
H A Drdma_transport.c69 struct rdma_cm_event *event)
76 rdsdebug("conn %p id %p handling event %u (%s)\n", conn, cm_id,
77 event->event, rds_cm_event_str(event->event));
95 if (event->event == RDMA_CM_EVENT_CONNECT_REQUEST)
101 switch (event->event) {
68 rds_rdma_cm_event_handler(struct rdma_cm_id *cm_id, struct rdma_cm_event *event) argument
[all...]
H A Drdma_transport.h12 struct rdma_cm_event *event);
H A Dib_cm.c125 void rds_ib_cm_connect_complete(struct rds_connection *conn, struct rdma_cm_event *event) argument
132 if (event->param.conn.private_data_len >= sizeof(*dp)) {
133 dp = event->param.conn.private_data;
234 static void rds_ib_cq_event_handler(struct ib_event *event, void *data) argument
236 rdsdebug("event %u (%s) data %p\n",
237 event->event, rds_ib_event_str(event->event), data);
240 static void rds_ib_qp_event_handler(struct ib_event *event, voi argument
404 rds_ib_protocol_compatible(struct rdma_cm_event *event) argument
445 rds_ib_cm_handle_connect(struct rdma_cm_id *cm_id, struct rdma_cm_event *event) argument
[all...]
H A Diw_cm.c70 void rds_iw_cm_connect_complete(struct rds_connection *conn, struct rdma_cm_event *event) argument
77 if (event->param.conn.private_data_len) {
78 dp = event->param.conn.private_data;
142 static void rds_iw_cq_event_handler(struct ib_event *event, void *data) argument
144 rdsdebug("event %u data %p\n", event->event, data);
147 static void rds_iw_qp_event_handler(struct ib_event *event, void *data) argument
152 rdsdebug("conn %p ic %p event %u\n", conn, ic, event
377 rds_iw_cm_handle_connect(struct rdma_cm_id *cm_id, struct rdma_cm_event *event) argument
[all...]
/net/bridge/
H A Dbr_notify.c2 * Device event handling
20 static int br_device_event(struct notifier_block *unused, unsigned long event, void *ptr);
32 static int br_device_event(struct notifier_block *unused, unsigned long event, void *ptr) argument
41 if ((dev->priv_flags & IFF_EBRIDGE) && event == NETDEV_REGISTER) {
53 switch (event) {
108 if (event == NETDEV_CHANGEADDR || event == NETDEV_UP ||
109 event == NETDEV_CHANGE || event == NETDEV_DOWN)
/net/ipv4/
H A Dtcp_vegas.h21 extern void tcp_vegas_cwnd_event(struct sock *sk, enum tcp_ca_event event);
H A Dfib_lookup.h30 extern int fib_dump_info(struct sk_buff *skb, u32 pid, u32 seq, int event,
34 extern void rtmsg_fib(int event, __be32 key, struct fib_alias *fa,
/net/ipv6/netfilter/
H A Dip6t_MASQUERADE.c72 unsigned long event, void *ptr)
77 if (event == NETDEV_DOWN)
89 unsigned long event, void *ptr)
93 return masq_device_event(this, event, ifa->idev->dev);
71 masq_device_event(struct notifier_block *this, unsigned long event, void *ptr) argument
88 masq_inet_event(struct notifier_block *this, unsigned long event, void *ptr) argument
/net/tipc/
H A Dsubscr.h46 * @filter: event filtering to be done for subscription
73 u32 event,
/net/
H A Dactivity_stats.c80 unsigned long event, void *dummy)
82 switch (event) {
79 activity_stats_notifier(struct notifier_block *nb, unsigned long event, void *dummy) argument
/net/irda/irnet/
H A Dirnet_ppp.c182 * at the startup of the event channel and save it in the internal struct.
203 * Function irnet_read_discovery_log (self, event)
208 * at the startup of the event channel.
209 * Return 1 if wrote an event on the control channel...
217 irnet_read_discovery_log(irnet_socket *ap, char *event, int buf_size) argument
221 DENTER(CTRL_TRACE, "(ap=0x%p, event=0x%p)\n",
222 ap, event);
238 /* Write an event */
239 snprintf(event, buf_size,
249 /* We have an event */
285 char event[75]; local
[all...]
/net/phonet/
H A Dpn_netlink.c36 u32 portid, u32 seq, int event);
38 void phonet_address_notify(int event, struct net_device *dev, u8 addr) argument
47 err = fill_addr(skb, dev, addr, 0, 0, event);
107 u32 portid, u32 seq, int event)
112 nlh = nlmsg_put(skb, portid, seq, event, sizeof(*ifm), 0);
171 u32 portid, u32 seq, int event)
176 nlh = nlmsg_put(skb, portid, seq, event, sizeof(*rtm), 0);
200 void rtm_phonet_notify(int event, struct net_device *dev, u8 dst) argument
209 err = fill_route(skb, dev, dst, 0, 0, event);
106 fill_addr(struct sk_buff *skb, struct net_device *dev, u8 addr, u32 portid, u32 seq, int event) argument
170 fill_route(struct sk_buff *skb, struct net_device *dev, u8 dst, u32 portid, u32 seq, int event) argument
/net/ipv4/netfilter/
H A Dipt_MASQUERADE.c108 unsigned long event,
114 if (event == NETDEV_DOWN) {
128 unsigned long event,
132 return masq_device_event(this, event, dev);
107 masq_device_event(struct notifier_block *this, unsigned long event, void *ptr) argument
127 masq_inet_event(struct notifier_block *this, unsigned long event, void *ptr) argument
/net/openvswitch/
H A Ddp_notify.c77 static int dp_device_event(struct notifier_block *unused, unsigned long event, argument
90 if (event == NETDEV_UNREGISTER) {
/net/ceph/
H A Dosd_client.c1106 * the timeout event.
1369 * Reschedule the timeout event another N seconds in future (unless
1816 * watch/notify callback event infrastructure
1822 struct ceph_osd_event *event = local
1825 dout("__release_event %p\n", event);
1826 kfree(event);
1829 static void get_event(struct ceph_osd_event *event) argument
1831 kref_get(&event->kref);
1834 void ceph_osdc_put_event(struct ceph_osd_event *event) argument
1836 kref_put(&event
1845 struct ceph_osd_event *event = NULL; local
1867 struct ceph_osd_event *event = NULL; local
1882 __remove_event(struct ceph_osd_event *event) argument
1899 struct ceph_osd_event *event; local
1925 ceph_osdc_cancel_event(struct ceph_osd_event *event) argument
1942 struct ceph_osd_event *event = event_work->event; local
1965 struct ceph_osd_event *event; local
[all...]
/net/802/
H A Dgarp.c279 enum garp_attr_event event)
304 ga->event = event;
314 struct garp_attr *attr, enum garp_event event)
318 state = garp_applicant_state_table[attr->state][event].state;
322 switch (garp_applicant_state_table[attr->state][event].action) {
327 * order to retry on next TRANSMIT_PDU event. */
383 static void garp_gid_event(struct garp_applicant *app, enum garp_event event) argument
392 garp_attr_event(app, attr, event);
433 enum garp_event event; local
277 garp_pdu_append_attr(struct garp_applicant *app, const struct garp_attr *attr, enum garp_attr_event event) argument
313 garp_attr_event(struct garp_applicant *app, struct garp_attr *attr, enum garp_event event) argument
[all...]

Completed in 373 milliseconds

123456