Home
last modified time | relevance | path

Searched defs:tc (Results 1 – 25 of 239) sorted by relevance

12345678910

/linux/drivers/ntb/test/
A Dntb_tool.c208 struct tool_ctx *tc; member
233 struct tool_ctx *tc; member
239 struct tool_ctx *tc; member
244 struct tool_ctx *tc; member
291 struct tool_ctx *tc = ctx; in tool_link_event() local
306 struct tool_ctx *tc = ctx; in tool_db_event() local
320 struct tool_ctx *tc = ctx; in tool_msg_event() local
430 struct tool_ctx *tc = peer->tc; in tool_peer_port_read() local
497 struct tool_ctx *tc = peer->tc; in tool_peer_link_read() local
1443 struct tool_ctx *tc; in tool_create_data() local
[all …]
/linux/net/rds/
A Dtcp.c92 u32 rds_tcp_write_seq(struct rds_tcp_connection *tc) in rds_tcp_write_seq()
98 u32 rds_tcp_snd_una(struct rds_tcp_connection *tc) in rds_tcp_snd_una()
104 struct rds_tcp_connection *tc) in rds_tcp_restore_callbacks()
236 struct rds_tcp_connection *tc; in rds_tcp_tc_info() local
282 struct rds_tcp_connection *tc; in rds6_tcp_tc_info() local
353 struct rds_tcp_connection *tc = arg; in rds_tcp_conn_free() local
368 struct rds_tcp_connection *tc; in rds_tcp_conn_alloc() local
408 struct rds_tcp_connection *tc, *_tc; in list_has_conn() local
429 struct rds_tcp_connection *tc, *_tc; in rds_tcp_destroy_conns() local
590 struct rds_tcp_connection *tc, *_tc; in rds_tcp_kill_sock() local
[all …]
A Dtcp_send.c43 struct rds_tcp_connection *tc = cp->cp_transport_data; in rds_tcp_xmit_path_prepare() local
50 struct rds_tcp_connection *tc = cp->cp_transport_data; in rds_tcp_xmit_path_complete() local
74 struct rds_tcp_connection *tc = cp->cp_transport_data; in rds_tcp_xmit() local
182 struct rds_tcp_connection *tc; in rds_tcp_write_space() local
A Dtcp_connect.c44 struct rds_tcp_connection *tc; in rds_tcp_state_change() local
100 struct rds_tcp_connection *tc = cp->cp_transport_data; in rds_tcp_conn_path_connect() local
203 struct rds_tcp_connection *tc = cp->cp_transport_data; in rds_tcp_conn_path_shutdown() local
A Dtcp_recv.c159 struct rds_tcp_connection *tc = cp->cp_transport_data; in rds_tcp_data_recv() local
264 struct rds_tcp_connection *tc = cp->cp_transport_data; in rds_tcp_read_sock() local
292 struct rds_tcp_connection *tc = cp->cp_transport_data; in rds_tcp_recv_path() local
310 struct rds_tcp_connection *tc; in rds_tcp_data_ready() local
/linux/arch/mips/include/asm/
A Dvpe.h68 struct list_head tc; member
82 struct tc { struct
83 enum tc_state state; argument
87 struct list_head tc; /* The list of TC's with this VPE */ argument
88 struct list_head list; /* The global list of tc's */ argument
/linux/drivers/gpu/drm/bridge/
A Dtc358767.c346 struct tc_data *tc = aux_to_tc(aux); in tc_aux_transfer() local
430 static u32 tc_srcctrl(struct tc_data *tc) in tc_srcctrl()
1239 struct tc_data *tc = bridge_to_tc(bridge); in tc_bridge_enable() local
1264 struct tc_data *tc = bridge_to_tc(bridge); in tc_bridge_disable() local
1292 struct tc_data *tc = bridge_to_tc(bridge); in tc_mode_valid() local
1313 struct tc_data *tc = bridge_to_tc(bridge); in tc_bridge_mode_set() local
1321 struct tc_data *tc = bridge_to_tc(bridge); in tc_get_edid() local
1358 struct tc_data *tc = bridge_to_tc(bridge); in tc_bridge_detect() local
1402 struct tc_data *tc = bridge_to_tc(bridge); in tc_bridge_attach() local
1511 struct tc_data *tc = arg; in tc_irq_handler() local
[all …]
A Dtc358775.c283 struct tc_data *tc = bridge_to_tc(bridge); in tc_bridge_pre_enable() local
306 struct tc_data *tc = bridge_to_tc(bridge); in tc_bridge_post_disable() local
377 struct tc_data *tc = bridge_to_tc(bridge); in tc_bridge_enable() local
497 struct tc_data *tc = bridge_to_tc(bridge); in tc_mode_valid() local
527 static int tc358775_parse_dt(struct device_node *np, struct tc_data *tc) in tc358775_parse_dt()
596 struct tc_data *tc = bridge_to_tc(bridge); in tc_bridge_attach() local
653 struct tc_data *tc; in tc_probe() local
717 struct tc_data *tc = i2c_get_clientdata(client); in tc_remove() local
/linux/drivers/md/
A Ddm-thin.c381 struct thin_c *tc; member
586 struct thin_c *tc; member
657 struct thin_c *tc; in error_retry_list_with_code() local
815 struct thin_c *tc; member
901 struct thin_c *tc; member
2348 struct thin_c *tc; in process_deferred_bios() local
2475 struct thin_c *tc; member
2800 struct thin_c *tc; in requeue_bios() local
3585 struct thin_c *tc; in pool_suspend_active_thins() local
3597 struct thin_c *tc; in pool_resume_active_thins() local
[all …]
A Ddm-snap-transient.c42 struct transient_c *tc = store->context; in transient_prepare_exception() local
75 struct transient_c *tc; in transient_ctr() local
/linux/tools/perf/util/
A Dtsc.c18 u64 perf_time_to_tsc(u64 ns, struct perf_tsc_conversion *tc) in perf_time_to_tsc()
29 u64 tsc_to_perf_time(u64 cyc, struct perf_tsc_conversion *tc) in tsc_to_perf_time()
44 struct perf_tsc_conversion *tc) in perf_read_tsc_conversion()
87 struct perf_tsc_conversion tc; in perf_event__synth_time_conv() local
118 struct perf_record_time_conv *tc = (struct perf_record_time_conv *)event; in perf_event__fprintf_time_conv() local
/linux/kernel/time/
A Dtimecounter.c8 void timecounter_init(struct timecounter *tc, in timecounter_init()
31 static u64 timecounter_read_delta(struct timecounter *tc) in timecounter_read_delta()
52 u64 timecounter_read(struct timecounter *tc) in timecounter_read()
79 u64 timecounter_cyc2time(const struct timecounter *tc, in timecounter_cyc2time()
/linux/drivers/hwtracing/coresight/
A Dcoresight-cti-core.c248 struct cti_trig_con *tc, in cti_add_connection_entry()
281 struct cti_trig_con *tc = NULL; in cti_allocate_trig_con() local
316 struct cti_trig_con *tc = NULL; in cti_add_default_connection() local
480 struct cti_trig_con *tc) in cti_add_sysfs_link()
499 struct cti_trig_con *tc) in cti_remove_sysfs_link()
519 struct cti_trig_con *tc; in cti_match_fixup_csdev() local
587 struct cti_trig_con *tc; in cti_remove_assoc_from_csdev() local
622 struct cti_trig_con *tc; in cti_update_conn_xrefs() local
641 struct cti_trig_con *tc; in cti_remove_conn_xrefs() local
/linux/drivers/net/ethernet/intel/ixgbe/
A Dixgbe_dcb.c165 int tc; in ixgbe_dcb_unpack_pfc() local
177 int tc; in ixgbe_dcb_unpack_refill() local
186 int tc; in ixgbe_dcb_unpack_max() local
196 int tc; in ixgbe_dcb_unpack_bwgid() local
206 int tc; in ixgbe_dcb_unpack_prio() local
216 u8 tc = cfg->num_tcs.pg_tcs; in ixgbe_dcb_get_tc_from_up() local
/linux/arch/mips/kernel/
A Dsmp-mt.c46 static unsigned int __init smvp_vpe_init(unsigned int tc, unsigned int mvpconf0, in smvp_vpe_init()
80 static void __init smvp_tc_init(unsigned int tc, unsigned int mvpconf0) in smvp_tc_init()
185 unsigned int mvpconf0, ntc, tc, ncpu = 0; in vsmp_smp_setup() local
/linux/fs/ntfs/
A Dlcnalloc.c401 LCN tc; in ntfs_cluster_alloc() local
544 LCN tc; in ntfs_cluster_alloc() local
587 LCN tc; in ntfs_cluster_alloc() local
628 LCN tc; in ntfs_cluster_alloc() local
/linux/drivers/clocksource/
A Dtimer-atmel-tcb.c256 static int __init setup_clkevents(struct atmel_tc *tc, int divisor_idx) in setup_clkevents()
304 static int __init setup_clkevents(struct atmel_tc *tc, int divisor_idx) in setup_clkevents()
312 static void __init tcb_setup_dual_chan(struct atmel_tc *tc, int mck_divisor_idx) in tcb_setup_dual_chan()
340 static void __init tcb_setup_single_chan(struct atmel_tc *tc, int mck_divisor_idx) in tcb_setup_single_chan()
376 struct atmel_tc tc; in tcb_clksrc_init() local
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
A Dptp.c188 struct mlx5e_txqsq *sq, int tc, in mlx5e_ptp_alloc_txqsq()
275 int tc, struct mlx5e_ptpsq *ptpsq) in mlx5e_ptp_open_txqsq()
330 int tc; in mlx5e_ptp_open_txqsqs() local
354 int tc; in mlx5e_ptp_close_txqsqs() local
369 int tc; in mlx5e_ptp_open_tx_cqs() local
432 int tc; in mlx5e_ptp_close_tx_cqs() local
729 int tc; in mlx5e_ptp_activate_channel() local
745 int tc; in mlx5e_ptp_deactivate_channel() local
A Dreporter_tx.c150 struct mlx5e_txqsq *sq, int tc) in mlx5e_tx_reporter_build_diagnose_output_sq_common()
198 struct mlx5e_txqsq *sq, int tc) in mlx5e_tx_reporter_build_diagnose_output()
223 struct mlx5e_ptpsq *ptpsq, int tc) in mlx5e_tx_reporter_build_diagnose_output_ptpsq()
360 int i, tc, err = 0; in mlx5e_tx_reporter_diagnose() local
482 int i, tc, err; in mlx5e_tx_reporter_dump_all_sqs() local
/linux/drivers/input/touchscreen/
A Dtsc2007_core.c53 static void tsc2007_read_values(struct tsc2007 *tsc, struct ts_event *tc) in tsc2007_read_values()
69 u32 tsc2007_calculate_resistance(struct tsc2007 *tsc, struct ts_event *tc) in tsc2007_calculate_resistance()
115 struct ts_event tc; in tsc2007_soft_irq() local
/linux/drivers/net/ethernet/intel/ice/
A Dice_sched.c1799 u8 tc, u16 new_numqs, u8 owner) in ice_sched_update_vsi_child_nodes()
2256 u8 tc) in ice_sched_move_vsi_to_agg()
2338 struct ice_sched_agg_info *agg_info, u8 tc, in ice_move_all_vsi_to_dflt_agg()
2401 ice_sched_rm_agg_cfg(struct ice_port_info *pi, u32 agg_id, u8 tc) in ice_sched_rm_agg_cfg()
2450 u8 tc, bool rm_vsi_info) in ice_rm_agg_cfg_tc()
2601 u8 tc; in ice_sched_cfg_agg() local
2765 u8 tc; in ice_sched_assoc_vsi_to_agg() local
3798 ice_cfg_q_bw_lmt(struct ice_port_info *pi, u16 vsi_handle, u8 tc, in ice_cfg_q_bw_lmt()
3836 enum ice_agg_type agg_type, u8 tc) in ice_sched_get_node_by_id_type()
3885 enum ice_agg_type agg_type, u8 tc, in ice_sched_set_node_bw_lmt_per_tc()
[all …]
/linux/fs/ksmbd/mgmt/
A Dtree_connect.c103 struct ksmbd_tree_connect *tc; in ksmbd_tree_conn_share() local
114 struct ksmbd_tree_connect *tc; in ksmbd_tree_conn_session_logoff() local
/linux/tools/testing/selftests/kvm/x86_64/
A Dmmio_warning_test.c41 struct thread_context *tc = (struct thread_context *)arg; in thr() local
58 struct thread_context tc; in test() local
/linux/include/linux/
A Dtransport_class.h84 static inline int transport_container_register(struct transport_container *tc) in transport_container_register()
89 static inline void transport_container_unregister(struct transport_container *tc) in transport_container_unregister()
/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
A Dhw_atl2_llh.c52 void hw_atl2_new_rpf_rss_redir_set(struct aq_hw_s *aq_hw, u32 tc, u32 index, in hw_atl2_new_rpf_rss_redir_set()
106 const u32 tc, in hw_atl2_tps_tx_pkt_shed_tc_data_max_credit_set()
116 const u32 tc, in hw_atl2_tps_tx_pkt_shed_tc_data_weight_set()

Completed in 65 milliseconds

12345678910