Home
last modified time | relevance | path

Searched defs:tw (Results 1 – 20 of 20) sorted by relevance

/OK3568_Linux_fs/kernel/net/ipv4/
H A Dinet_timewait_sock.c29 void inet_twsk_bind_unhash(struct inet_timewait_sock *tw, in inet_twsk_bind_unhash()
44 static void inet_twsk_kill(struct inet_timewait_sock *tw) in inet_twsk_kill()
66 void inet_twsk_free(struct inet_timewait_sock *tw) in inet_twsk_free()
77 void inet_twsk_put(struct inet_timewait_sock *tw) in inet_twsk_put()
84 static void inet_twsk_add_node_rcu(struct inet_timewait_sock *tw, in inet_twsk_add_node_rcu()
90 static void inet_twsk_add_bind_node(struct inet_timewait_sock *tw, in inet_twsk_add_bind_node()
101 void inet_twsk_hashdance(struct inet_timewait_sock *tw, struct sock *sk, in inet_twsk_hashdance()
146 struct inet_timewait_sock *tw = from_timer(tw, t, tw_timer); in tw_timer_handler() local
159 struct inet_timewait_sock *tw; in inet_twsk_alloc() local
212 void inet_twsk_deschedule_put(struct inet_timewait_sock *tw) in inet_twsk_deschedule_put()
[all …]
H A Dtcp_minisocks.c43 tcp_timewait_check_oow_rate_limit(struct inet_timewait_sock *tw, in tcp_timewait_check_oow_rate_limit()
92 tcp_timewait_state_process(struct inet_timewait_sock *tw, struct sk_buff *skb, in tcp_timewait_state_process()
257 struct inet_timewait_sock *tw; in tcp_time_wait() local
H A Dinet_hashtables.c458 struct inet_timewait_sock *tw = NULL; in __inet_check_established() local
739 struct inet_timewait_sock *tw = NULL; in __inet_hash_connect() local
H A Dtcp_ipv4.c110 const struct inet_timewait_sock *tw = inet_twsk(sktw); in tcp_twsk_unique() local
914 struct inet_timewait_sock *tw = inet_twsk(sk); in tcp_v4_timewait_ack() local
2631 static void get_timewait4_sock(const struct inet_timewait_sock *tw, in get_timewait4_sock()
H A Dinet_diag.c419 struct inet_timewait_sock *tw = inet_twsk(sk); in inet_twsk_diag_fill() local
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A Dtouchwin.c48 struct tw { struct
60 struct tw *tw = serio_get_drvdata(serio); in tw_interrupt() argument
90 struct tw *tw = serio_get_drvdata(serio); in tw_disconnect() local
108 struct tw *tw; in tw_connect() local
/OK3568_Linux_fs/kernel/sound/soc/sof/
H A Dtopology.c1383 struct snd_soc_tplg_dapm_widget *tw, in sof_connect_dai_widget()
1507 struct snd_soc_tplg_dapm_widget *tw, in sof_widget_load_dai()
1573 struct snd_soc_tplg_dapm_widget *tw, in sof_widget_load_buffer()
1645 struct snd_soc_tplg_dapm_widget *tw, in sof_widget_load_pcm()
1719 struct snd_soc_tplg_dapm_widget *tw, in sof_widget_load_pipeline()
1781 struct snd_soc_tplg_dapm_widget *tw, in sof_widget_load_mixer()
1826 struct snd_soc_tplg_dapm_widget *tw, in sof_widget_load_mux()
1872 struct snd_soc_tplg_dapm_widget *tw, in sof_widget_load_pga()
1948 struct snd_soc_tplg_dapm_widget *tw, in sof_widget_load_src()
2005 struct snd_soc_tplg_dapm_widget *tw, in sof_widget_load_asrc()
[all …]
/OK3568_Linux_fs/kernel/include/net/
H A Dinet_timewait_sock.h101 static inline void inet_twsk_schedule(struct inet_timewait_sock *tw, int timeo) in inet_twsk_schedule()
106 static inline void inet_twsk_reschedule(struct inet_timewait_sock *tw, int timeo) in inet_twsk_reschedule()
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/
H A Dbpf_iter_tcp4.c151 struct inet_timewait_sock *tw = &ttw->tw_sk; in dump_tw_sock() local
201 struct tcp_timewait_sock *tw; in dump_tcp4() local
H A Dbpf_iter_tcp6.c156 struct inet_timewait_sock *tw = &ttw->tw_sk; in dump_tw_sock() local
217 struct tcp_timewait_sock *tw; in dump_tcp6() local
/OK3568_Linux_fs/kernel/net/dccp/
H A Dminisocks.c33 struct inet_timewait_sock *tw; in dccp_time_wait() local
/OK3568_Linux_fs/kernel/drivers/rknpu/
H A Drknpu_job.c804 uint32_t *expect, uint32_t *tw) in rknpu_get_bw_priority()
833 uint32_t expect, uint32_t tw) in rknpu_set_bw_priority()
/OK3568_Linux_fs/kernel/net/ipv6/
H A Dtcp_ipv6.c1118 struct inet_timewait_sock *tw = inet_twsk(sk); in tcp_v6_timewait_ack() local
1800 struct inet_timewait_sock *tw = inet_twsk(sk); in tcp_v6_rcv() local
2055 struct inet_timewait_sock *tw, int i) in get_timewait6_sock()
H A Dinet6_hashtables.c264 struct inet_timewait_sock *tw = NULL; in __inet6_check_established() local
/OK3568_Linux_fs/kernel/drivers/net/ethernet/samsung/sxgbe/
H A Dsxgbe_core.c224 const int ls, const int tw) in sxgbe_set_eee_timer()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac1000_core.c395 static void dwmac1000_set_eee_timer(struct mac_device_info *hw, int ls, int tw) in dwmac1000_set_eee_timer()
H A Ddwmac4_core.c385 static void dwmac4_set_eee_timer(struct mac_device_info *hw, int ls, int tw) in dwmac4_set_eee_timer()
H A Ddwxgmac2_core.c407 static void dwxgmac2_set_eee_timer(struct mac_device_info *hw, int ls, int tw) in dwxgmac2_set_eee_timer()
/OK3568_Linux_fs/kernel/drivers/block/drbd/
H A Ddrbd_worker.c1821 unsigned long tw = drbd_bm_total_weight(device); in drbd_start_resync() local
/OK3568_Linux_fs/external/xserver/mi/
H A Dmiwideline.c299 int tw, k; in QuickSortSpansX() local