Home
last modified time | relevance | path

Searched defs:tcd (Results 1 – 15 of 15) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/
Dtracefile.c116 int cfs_trace_refill_stock(struct cfs_trace_cpu_data *tcd, gfp_t gfp, in cfs_trace_refill_stock()
139 cfs_trace_get_tage_try(struct cfs_trace_cpu_data *tcd, unsigned long len) in cfs_trace_get_tage_try()
185 static void cfs_tcd_shrink(struct cfs_trace_cpu_data *tcd) in cfs_tcd_shrink()
215 static struct cfs_trace_page *cfs_trace_get_tage(struct cfs_trace_cpu_data *tcd, in cfs_trace_get_tage()
261 struct cfs_trace_cpu_data *tcd = NULL; in libcfs_debug_vmsg2() local
504 struct cfs_trace_cpu_data *tcd; in panic_collect_pages() local
522 struct cfs_trace_cpu_data *tcd; in collect_pages_on_all_cpus() local
552 struct cfs_trace_cpu_data *tcd; in put_pages_back_on_all_cpus() local
590 struct cfs_trace_cpu_data *tcd) in put_pages_on_tcd_daemon_list()
624 struct cfs_trace_cpu_data *tcd; in put_pages_on_daemon_list() local
[all …]
Dtracefile.h176 } tcd; member
183 #define cfs_tcd_for_each(tcd, i, j) \ argument
189 #define cfs_tcd_for_each_type_lock(tcd, i, cpu) \ argument
291 struct cfs_trace_cpu_data *tcd = in cfs_trace_get_tcd() local
300 cfs_trace_put_tcd (struct cfs_trace_cpu_data *tcd) in cfs_trace_put_tcd()
/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/linux/
Dlinux-tracefile.c58 struct cfs_trace_cpu_data *tcd; in cfs_tracefile_init_arch() local
150 int cfs_trace_lock_tcd(struct cfs_trace_cpu_data *tcd, int walking) in cfs_trace_lock_tcd()
165 void cfs_trace_unlock_tcd(struct cfs_trace_cpu_data *tcd, int walking) in cfs_trace_unlock_tcd()
179 int cfs_tcd_owns_tage(struct cfs_trace_cpu_data *tcd, in cfs_tcd_owns_tage()
/linux-4.4.14/drivers/s390/char/
Dtape_class.c48 struct tape_class_device * tcd; in register_tape_dev() local
106 void unregister_tape_dev(struct device *device, struct tape_class_device *tcd) in unregister_tape_dev()
/linux-4.4.14/drivers/clocksource/
Dtcb_clksrc.c96 struct tc_clkevt_device *tcd = to_tc_clkevt(d); in tc_shutdown() local
109 struct tc_clkevt_device *tcd = to_tc_clkevt(d); in tc_set_oneshot() local
128 struct tc_clkevt_device *tcd = to_tc_clkevt(d); in tc_set_periodic() local
Dclps711x-timer.c27 static void __iomem *tcd; variable
/linux-4.4.14/drivers/dma/
Dmpc512x_dma.c196 struct mpc_dma_tcd *tcd; member
210 struct mpc_dma_tcd *tcd; member
228 struct mpc_dma_tcd __iomem *tcd; member
504 struct mpc_dma_tcd *tcd; in mpc_dma_alloc_chan_resources() local
562 struct mpc_dma_tcd *tcd; in mpc_dma_free_chan_resources() local
620 struct mpc_dma_tcd *tcd; in mpc_dma_prep_memcpy() local
697 struct mpc_dma_tcd *tcd; in mpc_dma_prep_slave_sg() local
Dfsl-edma.c161 struct fsl_edma_sw_tcd tcd[]; member
430 struct fsl_edma_hw_tcd *tcd) in fsl_edma_set_tcd_regs()
461 void fsl_edma_fill_tcd(struct fsl_edma_hw_tcd *tcd, u32 src, u32 dst, in fsl_edma_fill_tcd()
/linux-4.4.14/arch/powerpc/mm/
Dhugetlbpage-book3e.c16 struct tlb_core_data *tcd; in tlb1_next() local
/linux-4.4.14/drivers/power/
Dpower_supply_core.c607 static int ps_get_max_charge_cntl_limit(struct thermal_cooling_device *tcd, in ps_get_max_charge_cntl_limit()
623 static int ps_get_cur_chrage_cntl_limit(struct thermal_cooling_device *tcd, in ps_get_cur_chrage_cntl_limit()
639 static int ps_set_cur_charge_cntl_limit(struct thermal_cooling_device *tcd, in ps_set_cur_charge_cntl_limit()
/linux-4.4.14/drivers/net/vmxnet3/
Dvmxnet3_drv.c285 # define VMXNET3_TCD_GET_GEN(tcd) get_bitfield32(((const __le32 *)tcd) + \ argument
288 # define VMXNET3_TCD_GET_TXIDX(tcd) get_bitfield32((const __le32 *)tcd, \ argument
303 # define VMXNET3_TCD_GET_GEN(tcd) ((tcd)->gen) argument
304 # define VMXNET3_TCD_GET_TXIDX(tcd) ((tcd)->txdIdx) argument
Dvmxnet3_defs.h345 struct Vmxnet3_TxCompDesc tcd; member
/linux-4.4.14/arch/powerpc/include/asm/
Dpaca.h131 struct tlb_core_data tcd; member
/linux-4.4.14/include/linux/
Dpower_supply.h251 struct thermal_cooling_device *tcd; member
/linux-4.4.14/drivers/char/pcmcia/
Dsynclink_cs.c893 static void rx_ready_async(MGSLPC_INFO *info, int tcd) in rx_ready_async()