Home
last modified time | relevance | path

Searched refs:timer_container_of (Results 1 – 25 of 682) sorted by relevance

12345678910>>...28

/linux/net/bridge/
H A Dbr_stp_timer.c32 struct net_bridge *br = timer_container_of(br, t, hello_timer); in br_hello_timer_expired()
48 struct net_bridge_port *p = timer_container_of(p, t, in br_message_age_timer_expired()
82 struct net_bridge_port *p = timer_container_of(p, t, in br_forward_delay_timer_expired()
107 struct net_bridge *br = timer_container_of(br, t, tcn_timer); in br_tcn_timer_expired()
121 struct net_bridge *br = timer_container_of(br, t, in br_topology_change_timer_expired()
133 struct net_bridge_port *p = timer_container_of(p, t, hold_timer); in br_hold_timer_expired()
/linux/net/ax25/
H A Dax25_timer.c124 ax25_cb *ax25 = timer_container_of(ax25, t, timer); in ax25_heartbeat_expiry()
148 ax25_cb *ax25 = timer_container_of(ax25, t, t1timer); in ax25_t1timer_expiry()
167 ax25_cb *ax25 = timer_container_of(ax25, t, t2timer); in ax25_t2timer_expiry()
186 ax25_cb *ax25 = timer_container_of(ax25, t, t3timer); in ax25_t3timer_expiry()
207 ax25_cb *ax25 = timer_container_of(ax25, t, idletimer); in ax25_idletimer_expiry()
/linux/drivers/net/wireguard/
H A Dtimers.c43 struct wg_peer *peer = timer_container_of(peer, timer, in wg_expired_retransmit_handshake()
81 struct wg_peer *peer = timer_container_of(peer, timer, in wg_expired_send_keepalive()
94 struct wg_peer *peer = timer_container_of(peer, timer, in wg_expired_new_handshake()
109 struct wg_peer *peer = timer_container_of(peer, timer, in wg_expired_zero_key_material()
140 struct wg_peer *peer = timer_container_of(peer, timer, in wg_expired_send_persistent_keepalive()
/linux/net/netrom/
H A Dnr_timer.c114 struct sock *sk = timer_container_of(sk, t, sk_timer); in nr_heartbeat_expiry()
155 struct nr_sock *nr = timer_container_of(nr, t, t2timer); in nr_t2timer_expiry()
169 struct nr_sock *nr = timer_container_of(nr, t, t4timer); in nr_t4timer_expiry()
180 struct nr_sock *nr = timer_container_of(nr, t, idletimer); in nr_idletimer_expiry()
209 struct nr_sock *nr = timer_container_of(nr, t, t1timer); in nr_t1timer_expiry()
/linux/net/rose/
H A Drose_timer.c121 struct sock *sk = timer_container_of(sk, t, sk_timer); in rose_heartbeat_expiry()
166 struct rose_sock *rose = timer_container_of(rose, t, timer); in rose_timer_expiry()
201 struct rose_sock *rose = timer_container_of(rose, t, idletimer); in rose_idletimer_expiry()
/linux/net/sctp/
H A Dsm_sideeffect.c234 timer_container_of(transport, t, T3_rtx_timer); in sctp_generate_t3_rtx_event()
311 timer_container_of(asoc, t, in sctp_generate_t1_cookie_event()
320 timer_container_of(asoc, t, in sctp_generate_t1_init_event()
329 timer_container_of(asoc, t, in sctp_generate_t2_shutdown_event()
338 timer_container_of(asoc, t, timers[SCTP_EVENT_TIMEOUT_T4_RTO]); in sctp_generate_t4_rto_event()
346 timer_container_of(asoc, t, in sctp_generate_t5_shutdown_guard_event()
357 timer_container_of(asoc, t, in sctp_generate_autoclose_event()
368 struct sctp_transport *transport = timer_container_of(transport, t, in sctp_generate_heartbeat_event()
415 timer_container_of(transport, t, proto_unreach_timer); in sctp_generate_proto_unreach_event()
450 timer_container_of(transport, t, reconf_timer); in sctp_generate_reconf_event()
[all …]
/linux/net/x25/
H A Dx25_timer.c92 struct sock *sk = timer_container_of(sk, t, sk_timer); in x25_heartbeat_expiry()
159 struct x25_sock *x25 = timer_container_of(x25, t, timer); in x25_timer_expiry()
/linux/arch/sh/drivers/pci/
H A Dcommon.c91 struct pci_channel *hose = timer_container_of(hose, t, err_timer); in pcibios_enable_err()
100 struct pci_channel *hose = timer_container_of(hose, t, serr_timer); in pcibios_enable_serr()
/linux/drivers/net/ethernet/dec/tulip/
H A Dtimer.c142 struct tulip_private *tp = timer_container_of(tp, t, timer); in mxic_timer()
159 struct tulip_private *tp = timer_container_of(tp, t, timer); in comet_timer()
/linux/net/lapb/
H A Dlapb_timer.c77 struct lapb_cb *lapb = timer_container_of(lapb, t, t2timer); in lapb_t2timer_expiry()
97 struct lapb_cb *lapb = timer_container_of(lapb, t, t1timer); in lapb_t1timer_expiry()
/linux/drivers/staging/rtl8723bs/os_dep/
H A Dmlme_linux.c12 timer_container_of(adapter, t, mlmepriv.dynamic_chk_timer); in _dynamic_check_timer_handler()
22 timer_container_of(adapter, t, mlmepriv.set_scan_deny_timer); in _rtw_set_scan_deny_timer_hdl()
/linux/drivers/nfc/st-nci/
H A Dndlc.c240 struct llt_ndlc *ndlc = timer_container_of(ndlc, t, t1_timer); in ndlc_t1_timeout()
247 struct llt_ndlc *ndlc = timer_container_of(ndlc, t, t2_timer); in ndlc_t2_timeout()
/linux/rust/kernel/time/hrtimer/
H A Darc.rs87 let data_ptr = unsafe { T::timer_container_of(timer_ptr) }; in run()
H A Dpin.rs90 let receiver_ptr = unsafe { T::timer_container_of(timer_ptr) }; in run()
H A Dpin_mut.rs94 let receiver_ptr = unsafe { T::timer_container_of(timer_ptr) }; in run()
H A Dtbox.rs110 let data_ptr = unsafe { T::timer_container_of(timer_ptr) }; in run()
/linux/drivers/net/wireless/ath/wil6210/
H A Dnetdev.c230 struct wil6210_vif *vif = timer_container_of(vif, t, connect_timer); in wil_connect_timer_fn()
246 struct wil6210_vif *vif = timer_container_of(vif, t, scan_timer); in wil_scan_timer_fn()
256 struct wil6210_vif *vif = timer_container_of(vif, t, in wil_p2p_discovery_timer_fn()
/linux/drivers/gpu/drm/i915/selftests/
H A Dlib_sw_fence.c58 struct timed_fence *tf = timer_container_of(tf, t, timer); in timed_fence_wake()
/linux/drivers/nfc/st21nfca/
H A Dse.c283 struct st21nfca_hci_info *info = timer_container_of(info, t, in st21nfca_se_wt_timeout()
291 struct st21nfca_hci_info *info = timer_container_of(info, t, in st21nfca_se_activation_timeout()
/linux/rust/kernel/time/
H A Dhrtimer.rs366 unsafe fn timer_container_of(ptr: *mut HrTimer<T>) -> *mut Self in timer_container_of() method
619 unsafe fn timer_container_of(
/linux/net/nfc/hci/
H A Dllc_shdlc.c567 struct llc_shdlc *shdlc = timer_container_of(shdlc, t, connect_timer); in llc_shdlc_connect_timeout()
574 struct llc_shdlc *shdlc = timer_container_of(shdlc, t, t1_timer); in llc_shdlc_t1_timeout()
583 struct llc_shdlc *shdlc = timer_container_of(shdlc, t, t2_timer); in llc_shdlc_t2_timeout()
/linux/arch/sh/drivers/
H A Dpush-switch.c28 struct push_switch *psw = timer_container_of(psw, t, debounce); in switch_timer()
H A Dheartbeat.c61 struct heartbeat_data *hd = timer_container_of(hd, t, timer); in heartbeat_timer()
/linux/drivers/media/rc/img-ir/
H A Dimg-ir-raw.c68 struct img_ir_priv *priv = timer_container_of(priv, t, raw.timer); in img_ir_echo_timer()
/linux/kernel/time/
H A Dsleep_timeout.c25 struct process_timer *timeout = timer_container_of(timeout, t, timer); in process_timeout()

12345678910>>...28