/linux-3.3/net/rds/ |
D | tcp.c | 84 u32 rds_tcp_snd_nxt(struct rds_tcp_connection *tc) in rds_tcp_snd_nxt() 89 u32 rds_tcp_snd_una(struct rds_tcp_connection *tc) in rds_tcp_snd_una() 95 struct rds_tcp_connection *tc) in rds_tcp_restore_callbacks() 123 struct rds_tcp_connection *tc = conn->c_transport_data; in rds_tcp_set_callbacks() local 157 struct rds_tcp_connection *tc; in rds_tcp_tc_info() local 201 struct rds_tcp_connection *tc; in rds_tcp_conn_alloc() local 224 struct rds_tcp_connection *tc = arg; in rds_tcp_conn_free() local 237 struct rds_tcp_connection *tc, *_tc; in rds_tcp_destroy_conns() local
|
D | tcp_send.c | 53 struct rds_tcp_connection *tc = conn->c_transport_data; in rds_tcp_xmit_prepare() local 60 struct rds_tcp_connection *tc = conn->c_transport_data; in rds_tcp_xmit_complete() local 83 struct rds_tcp_connection *tc = conn->c_transport_data; in rds_tcp_xmit() local 175 struct rds_tcp_connection *tc; in rds_tcp_write_space() local
|
D | tcp_connect.c | 44 struct rds_tcp_connection *tc; in rds_tcp_state_change() local 132 struct rds_tcp_connection *tc = conn->c_transport_data; in rds_tcp_conn_shutdown() local
|
D | tcp_recv.c | 180 struct rds_tcp_connection *tc = conn->c_transport_data; in rds_tcp_data_recv() local 278 struct rds_tcp_connection *tc = conn->c_transport_data; in rds_tcp_read_sock() local 307 struct rds_tcp_connection *tc = conn->c_transport_data; in rds_tcp_recv() local 324 struct rds_tcp_connection *tc; in rds_tcp_data_ready() local
|
/linux-3.3/drivers/misc/ |
D | atmel_tclib.c | 48 struct atmel_tc *tc; in atmel_tc_alloc() local 94 void atmel_tc_free(struct atmel_tc *tc) in atmel_tc_free() 109 struct atmel_tc *tc; in tc_probe() local
|
/linux-3.3/fs/ntfs/ |
D | lcnalloc.c | 415 LCN tc; in ntfs_cluster_alloc() local 558 LCN tc; in ntfs_cluster_alloc() local 601 LCN tc; in ntfs_cluster_alloc() local 642 LCN tc; in ntfs_cluster_alloc() local
|
/linux-3.3/drivers/md/ |
D | dm-thin.c | 600 static void __requeue_bio_list(struct thin_c *tc, struct bio_list *master) in __requeue_bio_list() 617 static void requeue_io(struct thin_c *tc) in requeue_io() 635 static dm_block_t get_bio_block(struct thin_c *tc, struct bio *bio) in get_bio_block() 640 static void remap(struct thin_c *tc, struct bio *bio, dm_block_t block) in remap() 649 static void remap_and_issue(struct thin_c *tc, struct bio *bio, in remap_and_issue() 684 struct thin_c *tc; member 694 struct thin_c *tc; member 786 static void cell_defer(struct thin_c *tc, struct cell *cell, in cell_defer() 803 static void cell_defer_except(struct thin_c *tc, struct cell *cell, in cell_defer_except() 825 struct thin_c *tc = m->tc; in process_prepared_mapping() local [all …]
|
D | dm-snap-transient.c | 42 struct transient_c *tc = store->context; in transient_prepare_exception() local 76 struct transient_c *tc; in transient_ctr() local
|
/linux-3.3/arch/mips/kernel/ |
D | smp-mt.c | 56 static unsigned int __init smvp_vpe_init(unsigned int tc, unsigned int mvpconf0, in smvp_vpe_init() 87 static void __init smvp_tc_init(unsigned int tc, unsigned int mvpconf0) in smvp_tc_init() 232 unsigned int mvpconf0, ntc, tc, ncpu = 0; in vsmp_smp_setup() local
|
D | vpe.c | 121 struct list_head tc; member 135 struct tc { struct 136 enum tc_state state; argument 140 struct list_head tc; /* The list of TC's with this VPE */ member 141 struct list_head list; /* The global list of tc's */ argument 219 struct tc *tc; in alloc_tc() local 1012 static void cleanup_tc(struct tc *tc) in cleanup_tc() 1426 int tc, err; in vpe_module_init() local
|
D | smtc.c | 333 static void smtc_tc_setup(int vpe, int tc, int cpu) in smtc_tc_setup() 370 int i, vpe, tc, ntc, nvpe, tcpervpe[NR_CPUS], slop, cpu; in smtc_prepare_cpus() local 1211 int tc; in smtc_idle_loop_hook() local
|
/linux-3.3/drivers/clocksource/ |
D | tcb_clksrc.c | 181 static void __init setup_clkevents(struct atmel_tc *tc, int clk32k_divisor_idx) in setup_clkevents() 205 static void __init setup_clkevents(struct atmel_tc *tc, int clk32k_divisor_idx) in setup_clkevents() 218 struct atmel_tc *tc; in tcb_clksrc_init() local
|
/linux-3.3/include/linux/ |
D | transport_class.h | 84 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-3.3/drivers/infiniband/hw/ehca/ |
D | ehca_sqp.c | 130 u32 tc:8; member 138 u32 tc:8; member
|
/linux-3.3/drivers/input/touchscreen/ |
D | tsc2007.c | 109 static void tsc2007_read_values(struct tsc2007 *tsc, struct ts_event *tc) in tsc2007_read_values() 125 static u32 tsc2007_calculate_pressure(struct tsc2007 *tsc, struct ts_event *tc) in tsc2007_calculate_pressure() 171 struct ts_event tc; in tsc2007_soft_irq() local
|
/linux-3.3/kernel/time/ |
D | clocksource.c | 34 void timecounter_init(struct timecounter *tc, in timecounter_init() 55 static u64 timecounter_read_delta(struct timecounter *tc) in timecounter_read_delta() 75 u64 timecounter_read(struct timecounter *tc) in timecounter_read() 88 u64 timecounter_cyc2time(struct timecounter *tc, in timecounter_cyc2time()
|
/linux-3.3/arch/cris/arch-v32/drivers/ |
D | cryptocop.c | 368 static int create_pad_descriptor(struct cryptocop_tfrm_ctx *tc, struct cryptocop_dma_desc **pad_des… in create_pad_descriptor() 439 static int setup_key_dl_desc(struct cryptocop_tfrm_ctx *tc, struct cryptocop_dma_desc **kd, int all… in setup_key_dl_desc() 497 static int setup_cipher_iv_desc(struct cryptocop_tfrm_ctx *tc, struct cryptocop_dma_desc **id, int … in setup_cipher_iv_desc() 529 …eate_input_descriptors(struct cryptocop_operation *operation, struct cryptocop_tfrm_ctx *tc, struc… in create_input_descriptors() 651 …rent_in_cdesc, struct cryptocop_dma_desc **current_out_cdesc, struct cryptocop_tfrm_ctx *tc, int a… in append_input_descriptors() 995 struct cryptocop_tfrm_ctx *tc = NULL; in cryptocop_setup_dma_list() local 1582 struct cryptocop_transform_ctx *tc; in cryptocop_free_session() local 1666 struct cryptocop_transform_ctx *tc = sess->tfrm_ctx; in get_transform_ctx() local 2593 struct cryptocop_transform_ctx *tc = get_transform_ctx(sess, CRYPTOCOP_IOCTL_CIPHER_TID); in cryptocop_ioctl_process() local 2647 struct cryptocop_transform_ctx *tc = get_transform_ctx(sess, CRYPTOCOP_IOCTL_DIGEST_TID); in cryptocop_ioctl_process() local [all …]
|
/linux-3.3/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_dcb_nl.c | 162 static void ixgbe_dcbnl_set_pg_tc_cfg_tx(struct net_device *netdev, int tc, in ixgbe_dcbnl_set_pg_tc_cfg_tx() 206 static void ixgbe_dcbnl_set_pg_tc_cfg_rx(struct net_device *netdev, int tc, in ixgbe_dcbnl_set_pg_tc_cfg_rx() 250 static void ixgbe_dcbnl_get_pg_tc_cfg_tx(struct net_device *netdev, int tc, in ixgbe_dcbnl_get_pg_tc_cfg_tx() 270 static void ixgbe_dcbnl_get_pg_tc_cfg_rx(struct net_device *netdev, int tc, in ixgbe_dcbnl_get_pg_tc_cfg_rx()
|
D | ixgbe_dcb.h | 67 u8 tc; member 123 u8 tc; /* Traffic class (TC) */ member
|
/linux-3.3/net/sched/ |
D | sch_mqprio.c | 297 struct netdev_tc_txq tc = dev->tc_to_txq[i]; in mqprio_dump_class() local 326 struct netdev_tc_txq tc = dev->tc_to_txq[cl - 1]; in mqprio_dump_class_stats() local
|
/linux-3.3/drivers/scsi/ |
D | raid_class.c | 80 static int raid_setup(struct transport_container *tc, struct device *dev, in raid_setup() 97 static int raid_remove(struct transport_container *tc, struct device *dev, in raid_remove()
|
D | scsi_transport_spi.c | 181 static int spi_host_setup(struct transport_container *tc, struct device *dev, in spi_host_setup() 221 static int spi_device_configure(struct transport_container *tc, in spi_device_configure() 248 static int spi_setup_transport_attrs(struct transport_container *tc, in spi_setup_transport_attrs() 1414 static int spi_host_configure(struct transport_container *tc, in spi_host_configure() 1525 static int spi_target_configure(struct transport_container *tc, in spi_target_configure()
|
/linux-3.3/include/scsi/ |
D | scsi_transport.h | 83 #define transport_class_to_shost(tc) \ argument
|
/linux-3.3/drivers/base/ |
D | transport_class.c | 68 static int anon_transport_dummy_function(struct transport_container *tc, in anon_transport_dummy_function()
|
/linux-3.3/tools/perf/ |
D | builtin-top.c | 425 struct termios tc, save; in perf_top__handle_keypress() local 563 struct termios tc, save; in display_thread() local
|