/linux-4.1.27/kernel/trace/ |
D | trace_sched_wakeup.c | 77 func_prolog_preempt_disable(struct trace_array *tr, in func_prolog_preempt_disable() 116 struct trace_array *tr = wakeup_trace; in wakeup_tracer_call() local 133 static int register_wakeup_function(struct trace_array *tr, int graph, int set) in register_wakeup_function() 153 static void unregister_wakeup_function(struct trace_array *tr, int graph) in unregister_wakeup_function() 166 static void wakeup_function_set(struct trace_array *tr, int set) in wakeup_function_set() 174 static int wakeup_flag_changed(struct trace_array *tr, u32 mask, int set) in wakeup_flag_changed() 184 static int start_func_tracer(struct trace_array *tr, int graph) in start_func_tracer() 198 static void stop_func_tracer(struct trace_array *tr, int graph) in stop_func_tracer() 207 wakeup_set_flag(struct trace_array *tr, u32 old_flags, u32 bit, int set) in wakeup_set_flag() 226 struct trace_array *tr = wakeup_trace; in wakeup_graph_entry() local [all …]
|
D | trace_irqsoff.c | 101 static int func_prolog_dec(struct trace_array *tr, in func_prolog_dec() 141 struct trace_array *tr = irqsoff_trace; in irqsoff_tracer_call() local 156 irqsoff_set_flag(struct trace_array *tr, u32 old_flags, u32 bit, int set) in irqsoff_set_flag() 179 struct trace_array *tr = irqsoff_trace; in irqsoff_graph_entry() local 197 struct trace_array *tr = irqsoff_trace; in irqsoff_graph_return() local 249 __trace_function(struct trace_array *tr, in __trace_function() 263 irqsoff_set_flag(struct trace_array *tr, u32 old_flags, u32 bit, int set) in irqsoff_set_flag() 298 static int report_latency(struct trace_array *tr, cycle_t delta) in report_latency() 311 check_critical_timing(struct trace_array *tr, in check_critical_timing() 366 struct trace_array *tr = irqsoff_trace; in start_critical_timing() local [all …]
|
D | trace_nop.c | 36 static void start_nop_trace(struct trace_array *tr) in start_nop_trace() 41 static void stop_nop_trace(struct trace_array *tr) in stop_nop_trace() 46 static int nop_trace_init(struct trace_array *tr) in nop_trace_init() 53 static void nop_trace_reset(struct trace_array *tr) in nop_trace_reset() 63 static int nop_set_flag(struct trace_array *tr, u32 old_flags, u32 bit, int set) in nop_set_flag()
|
D | trace_events.c | 58 #define do_for_each_event_file(tr, file) \ argument 62 #define do_for_each_event_file_safe(tr, file) \ argument 296 struct trace_array *tr; in trace_event_enable_cmd_record() local 416 static void ftrace_clear_events(struct trace_array *tr) in ftrace_clear_events() 515 __ftrace_set_clr_event_nolock(struct trace_array *tr, const char *match, in __ftrace_set_clr_event_nolock() 553 static int __ftrace_set_clr_event(struct trace_array *tr, const char *match, in __ftrace_set_clr_event() 565 static int ftrace_set_clr_event(struct trace_array *tr, char *buf, int set) in ftrace_set_clr_event() 617 struct trace_array *tr = top_trace_array(); in trace_set_clr_event() local 635 struct trace_array *tr = m->private; in ftrace_event_write() local 676 struct trace_array *tr = m->private; in t_next() local [all …]
|
D | trace_selftest.c | 183 static int trace_selftest_ops(struct trace_array *tr, int cnt) in trace_selftest_ops() 324 struct trace_array *tr, in trace_selftest_startup_dynamic_tracing() 534 # define trace_selftest_startup_dynamic_tracing(trace, tr, func) ({ 0; }) argument 651 trace_selftest_startup_function(struct tracer *trace, struct trace_array *tr) in trace_selftest_startup_function() 748 struct trace_array *tr) in trace_selftest_startup_function_graph() 812 trace_selftest_startup_irqsoff(struct tracer *trace, struct trace_array *tr) in trace_selftest_startup_irqsoff() 861 trace_selftest_startup_preemptoff(struct tracer *trace, struct trace_array *tr) in trace_selftest_startup_preemptoff() 923 trace_selftest_startup_preemptirqsoff(struct tracer *trace, struct trace_array *tr) in trace_selftest_startup_preemptirqsoff() 1024 trace_selftest_startup_nop(struct tracer *trace, struct trace_array *tr) in trace_selftest_startup_nop() 1076 trace_selftest_startup_wakeup(struct tracer *trace, struct trace_array *tr) in trace_selftest_startup_wakeup() [all …]
|
D | trace.c | 83 dummy_set_flag(struct trace_array *tr, u32 old_flags, u32 bit, int set) in dummy_set_flag() 271 struct trace_array *tr; in trace_array_get() local 477 static void tracer_tracing_on(struct trace_array *tr) in tracer_tracing_on() 614 struct trace_array *tr = &global_trace; in tracing_snapshot() local 648 static int alloc_snapshot(struct trace_array *tr) in alloc_snapshot() 666 static void free_snapshot(struct trace_array *tr) in free_snapshot() 691 struct trace_array *tr = &global_trace; in tracing_alloc_snapshot() local 743 static void tracer_tracing_off(struct trace_array *tr) in tracer_tracing_off() 786 static int tracer_tracing_is_on(struct trace_array *tr) in tracer_tracing_is_on() 1017 __update_max_tr(struct trace_array *tr, struct task_struct *tsk, int cpu) in __update_max_tr() [all …]
|
D | trace_mmiotrace.c | 29 static void mmio_reset_data(struct trace_array *tr) in mmio_reset_data() 37 static int mmio_trace_init(struct trace_array *tr) in mmio_trace_init() 47 static void mmio_trace_reset(struct trace_array *tr) in mmio_trace_reset() 56 static void mmio_trace_start(struct trace_array *tr) in mmio_trace_start() 297 static void __trace_mmiotrace_rw(struct trace_array *tr, in __trace_mmiotrace_rw() 322 struct trace_array *tr = mmio_trace_array; in mmio_trace_rw() local 327 static void __trace_mmiotrace_map(struct trace_array *tr, in __trace_mmiotrace_map() 352 struct trace_array *tr = mmio_trace_array; in mmio_trace_mapping() local
|
D | trace_functions.c | 36 static int allocate_ftrace_ops(struct trace_array *tr) in allocate_ftrace_ops() 54 int ftrace_create_function_files(struct trace_array *tr, in ftrace_create_function_files() 75 void ftrace_destroy_function_files(struct trace_array *tr) in ftrace_destroy_function_files() 82 static int function_trace_init(struct trace_array *tr) in function_trace_init() 111 static void function_trace_reset(struct trace_array *tr) in function_trace_reset() 118 static void function_trace_start(struct trace_array *tr) in function_trace_start() 127 struct trace_array *tr = op->private; in function_trace_call() local 160 struct trace_array *tr = op->private; in function_stack_trace_call() local 209 static void tracing_start_function_trace(struct trace_array *tr) in tracing_start_function_trace() 216 static void tracing_stop_function_trace(struct trace_array *tr) in tracing_stop_function_trace() [all …]
|
D | trace_branch.c | 33 struct trace_array *tr = branch_tracer; in probe_likely_condition() local 100 int enable_branch_tracing(struct trace_array *tr) in enable_branch_tracing() 128 static void start_branch_trace(struct trace_array *tr) in start_branch_trace() 133 static void stop_branch_trace(struct trace_array *tr) in stop_branch_trace() 138 static int branch_trace_init(struct trace_array *tr) in branch_trace_init() 144 static void branch_trace_reset(struct trace_array *tr) in branch_trace_reset()
|
D | trace_functions_graph.c | 276 int __trace_graph_entry(struct trace_array *tr, in __trace_graph_entry() 311 struct trace_array *tr = graph_array; in trace_graph_entry() local 364 __trace_graph_function(struct trace_array *tr, in __trace_graph_function() 384 trace_graph_function(struct trace_array *tr, in trace_graph_function() 391 void __trace_graph_return(struct trace_array *tr, in __trace_graph_return() 416 struct trace_array *tr = graph_array; in trace_graph_return() local 435 void set_graph_array(struct trace_array *tr) in set_graph_array() 453 static int graph_trace_init(struct trace_array *tr) in graph_trace_init() 471 static void graph_trace_reset(struct trace_array *tr) in graph_trace_reset() 477 static int graph_trace_update_thresh(struct trace_array *tr) in graph_trace_update_thresh() [all …]
|
D | trace_syscalls.c | 295 struct trace_array *tr = data; in ftrace_syscall_enter() local 343 struct trace_array *tr = data; in ftrace_syscall_exit() local 390 struct trace_array *tr = file->tr; in reg_event_syscall_enter() local 411 struct trace_array *tr = file->tr; in unreg_event_syscall_enter() local 428 struct trace_array *tr = file->tr; in reg_event_syscall_exit() local 449 struct trace_array *tr = file->tr; in unreg_event_syscall_exit() local
|
D | trace.h | 164 struct trace_array *tr; member 254 struct trace_array *tr; in top_trace_array() local 642 static inline void __trace_stack(struct trace_array *tr, unsigned long flags, in __trace_stack() 836 ftrace_create_function_files(struct trace_array *tr, in ftrace_create_function_files() 841 static inline void ftrace_destroy_function_files(struct trace_array *tr) { } in ftrace_destroy_function_files() 843 ftrace_init_global_array_ops(struct trace_array *tr) { } in ftrace_init_global_array_ops() 844 static inline void ftrace_reset_array_ops(struct trace_array *tr) { } in ftrace_reset_array_ops() 846 #define ftrace_init_array_ops(tr, func) do { } while (0) argument 947 static inline int trace_branch_enable(struct trace_array *tr) in trace_branch_enable() 959 static inline int trace_branch_enable(struct trace_array *tr) in trace_branch_enable() [all …]
|
D | blktrace.c | 1306 static void blk_tracer_start(struct trace_array *tr) in blk_tracer_start() 1311 static int blk_tracer_init(struct trace_array *tr) in blk_tracer_init() 1318 static void blk_tracer_stop(struct trace_array *tr) in blk_tracer_stop() 1323 static void blk_tracer_reset(struct trace_array *tr) in blk_tracer_reset() 1417 blk_tracer_set_flag(struct trace_array *tr, u32 old_flags, u32 bit, int set) in blk_tracer_set_flag()
|
D | trace_events_filter.c | 852 struct trace_array *tr) in filter_free_subsystem_preds() 877 struct trace_array *tr) in filter_free_subsystem_filters() 1754 struct trace_array *tr, in replace_system_preds() 1954 struct trace_array *tr, in create_system_filter() 2034 struct trace_array *tr = dir->tr; in apply_subsystem_event_filter() local
|
D | trace_events_trigger.c | 467 clear_event_triggers(struct trace_array *tr) in clear_event_triggers() 1169 struct trace_array *tr = file->tr; in event_enable_trigger_func() local
|
D | trace_kprobe.c | 1368 find_trace_probe_file(struct trace_kprobe *tk, struct trace_array *tr) in find_trace_probe_file()
|
D | ftrace.c | 5090 __init void ftrace_init_global_array_ops(struct trace_array *tr) in ftrace_init_global_array_ops() 5096 void ftrace_init_array_ops(struct trace_array *tr, ftrace_func_t func) in ftrace_init_array_ops() 5108 void ftrace_reset_array_ops(struct trace_array *tr) in ftrace_reset_array_ops()
|
/linux-4.1.27/drivers/input/touchscreen/ |
D | touchright.c | 49 struct tr { struct 50 struct input_dev *dev; argument 51 struct serio *serio; argument 60 struct tr *tr = serio_get_drvdata(serio); in tr_interrupt() local 87 struct tr *tr = serio_get_drvdata(serio); in tr_disconnect() local 105 struct tr *tr; in tr_connect() local
|
/linux-4.1.27/fs/gfs2/ |
D | trans.c | 34 struct gfs2_trans *tr; in gfs2_trans_begin() local 77 static void gfs2_print_trans(const struct gfs2_trans *tr) in gfs2_print_trans() 90 struct gfs2_trans *tr = current->journal_info; in gfs2_trans_end() local 160 struct gfs2_trans *tr = current->journal_info; in gfs2_trans_add_data() local 198 struct gfs2_trans *tr; in meta_lo_add() local 251 struct gfs2_trans *tr = current->journal_info; in gfs2_trans_add_revoke() local 262 struct gfs2_trans *tr = current->journal_info; in gfs2_trans_add_unrevoke() local
|
D | log.c | 94 struct gfs2_trans *tr) in gfs2_ail1_start_one() 148 struct gfs2_trans *tr; in gfs2_ail1_flush() local 190 static void gfs2_ail1_empty_one(struct gfs2_sbd *sdp, struct gfs2_trans *tr) in gfs2_ail1_empty_one() 217 struct gfs2_trans *tr, *s; in gfs2_ail1_empty() local 237 struct gfs2_trans *tr; in gfs2_ail1_wait() local 264 static void gfs2_ail2_empty_one(struct gfs2_sbd *sdp, struct gfs2_trans *tr) in gfs2_ail2_empty_one() 279 struct gfs2_trans *tr, *safe; in ail2_empty() local 446 struct gfs2_trans *tr = sdp->sd_log_tr; in calc_reserved() local 468 struct gfs2_trans *tr; in current_tail() local 596 struct gfs2_trans *tr; in gfs2_write_revokes() local [all …]
|
D | lops.c | 99 struct gfs2_trans *tr) in gfs2_unpin() 494 static void buf_lo_before_commit(struct gfs2_sbd *sdp, struct gfs2_trans *tr) in buf_lo_before_commit() 504 static void buf_lo_after_commit(struct gfs2_sbd *sdp, struct gfs2_trans *tr) in buf_lo_after_commit() 619 static void revoke_lo_before_commit(struct gfs2_sbd *sdp, struct gfs2_trans *tr) in revoke_lo_before_commit() 659 static void revoke_lo_after_commit(struct gfs2_sbd *sdp, struct gfs2_trans *tr) in revoke_lo_after_commit() 757 static void databuf_lo_before_commit(struct gfs2_sbd *sdp, struct gfs2_trans *tr) in databuf_lo_before_commit() 837 static void databuf_lo_after_commit(struct gfs2_sbd *sdp, struct gfs2_trans *tr) in databuf_lo_after_commit()
|
D | lops.h | 50 struct gfs2_trans *tr) in lops_before_commit() 59 struct gfs2_trans *tr) in lops_after_commit()
|
D | meta_io.c | 226 struct gfs2_trans *tr = current->journal_info; in gfs2_meta_read() local 253 struct gfs2_trans *tr = current->journal_info; in gfs2_meta_wait() local 264 void gfs2_remove_from_journal(struct buffer_head *bh, struct gfs2_trans *tr, int meta) in gfs2_remove_from_journal()
|
D | glops.c | 84 struct gfs2_trans tr; in gfs2_ail_empty_gl() local
|
D | aops.c | 879 struct gfs2_trans *tr = current->journal_info; in gfs2_write_end() local
|
/linux-4.1.27/drivers/media/radio/ |
D | radio-trust.c | 58 struct trust *tr = kzalloc(sizeof(*tr), GFP_KERNEL); in trust_alloc() local 73 static void write_i2c(struct trust *tr, int n, ...) in write_i2c() 121 struct trust *tr = container_of(isa, struct trust, isa); in trust_s_mute_volume() local 131 struct trust *tr = container_of(isa, struct trust, isa); in trust_s_stereo() local 149 struct trust *tr = container_of(isa, struct trust, isa); in trust_s_frequency() local 166 struct trust *tr = container_of(isa, struct trust, isa); in trust_s_ctrl() local 185 struct trust *tr = container_of(isa, struct trust, isa); in trust_initialize() local
|
D | radio-timb.c | 57 struct timbradio *tr = video_drvdata(file); in timbradio_vidioc_g_tuner() local 64 struct timbradio *tr = video_drvdata(file); in timbradio_vidioc_s_tuner() local 71 struct timbradio *tr = video_drvdata(file); in timbradio_vidioc_s_frequency() local 78 struct timbradio *tr = video_drvdata(file); in timbradio_vidioc_g_frequency() local 104 struct timbradio *tr; in timbradio_probe() local 167 struct timbradio *tr = platform_get_drvdata(pdev); in timbradio_remove() local
|
/linux-4.1.27/drivers/mtd/ |
D | mtd_blkdevs.c | 76 static int do_blktrans_request(struct mtd_blktrans_ops *tr, in do_blktrans_request() 132 struct mtd_blktrans_ops *tr = dev->tr; in mtd_blktrans_work() local 325 struct mtd_blktrans_ops *tr = new->tr; in add_mtd_blktrans_dev() local 504 struct mtd_blktrans_ops *tr; in blktrans_notify_remove() local 515 struct mtd_blktrans_ops *tr; in blktrans_notify_add() local 529 int register_mtd_blktrans(struct mtd_blktrans_ops *tr) in register_mtd_blktrans() 567 int deregister_mtd_blktrans(struct mtd_blktrans_ops *tr) in deregister_mtd_blktrans()
|
D | mtdblock_ro.c | 49 static void mtdblock_add_mtd(struct mtd_blktrans_ops *tr, struct mtd_info *mtd) in mtdblock_add_mtd()
|
D | mtdblock.c | 340 static void mtdblock_add_mtd(struct mtd_blktrans_ops *tr, struct mtd_info *mtd) in mtdblock_add_mtd()
|
D | ssfdc.c | 287 static void ssfdcr_add_mtd(struct mtd_blktrans_ops *tr, struct mtd_info *mtd) in ssfdcr_add_mtd()
|
D | nftlcore.c | 48 static void nftl_add_mtd(struct mtd_blktrans_ops *tr, struct mtd_info *mtd) in nftl_add_mtd()
|
D | inftlcore.c | 48 static void inftl_add_mtd(struct mtd_blktrans_ops *tr, struct mtd_info *mtd) in inftl_add_mtd()
|
D | rfd_ftl.c | 757 static void rfd_ftl_add_mtd(struct mtd_blktrans_ops *tr, struct mtd_info *mtd) in rfd_ftl_add_mtd()
|
D | ftl.c | 1045 static void ftl_add_mtd(struct mtd_blktrans_ops *tr, struct mtd_info *mtd) in ftl_add_mtd()
|
D | sm_ftl.c | 1129 static void sm_add_mtd(struct mtd_blktrans_ops *tr, struct mtd_info *mtd) in sm_add_mtd()
|
D | mtdswap.c | 1411 static void mtdswap_add_mtd(struct mtd_blktrans_ops *tr, struct mtd_info *mtd) in mtdswap_add_mtd()
|
/linux-4.1.27/drivers/net/ethernet/toshiba/ |
D | tc35815.c | 506 struct tc35815_regs __iomem *tr = in tc_mdio_read() local 523 struct tc35815_regs __iomem *tr = in tc_mdio_write() local 549 struct tc35815_regs __iomem *tr = in tc_handle_link_change() local 750 struct tc35815_regs __iomem *tr = in tc35815_init_dev_addr() local 1205 struct tc35815_regs __iomem *tr = in tc35815_schedule_restart() local 1219 struct tc35815_regs __iomem *tr = in tc35815_tx_timeout() local 1330 struct tc35815_regs __iomem *tr = in tc35815_send_packet() local 1450 struct tc35815_regs __iomem *tr = in tc35815_interrupt() local 1643 struct tc35815_regs __iomem *tr = in tc35815_poll() local 1717 struct tc35815_regs __iomem *tr = in tc35815_check_tx_stat() local [all …]
|
/linux-4.1.27/arch/x86/kernel/cpu/mcheck/ |
D | mce_amd.c | 144 struct thresh_restart *tr = _tr; in threshold_restart_bank() local 189 struct thresh_restart tr = { in mce_threshold_block_init() local 356 struct thresh_restart tr; in SHOW_FIELDS() local 378 struct thresh_restart tr; in store_threshold_limit() local
|
/linux-4.1.27/drivers/ide/ |
D | pmac.c | 517 u32 tr = kauai_lookup_timing(shasta_pio_timings, cycle_time); in pmac_ide_set_pio_mode() local 524 u32 tr = kauai_lookup_timing(kauai_pio_timings, cycle_time); in pmac_ide_set_pio_mode() local 612 u32 tr; in set_timings_udma_ata6() local 630 u32 tr; in set_timings_udma_shasta() local 707 u32 tr = kauai_lookup_timing(shasta_mdma_timings, cycleTime); in set_timings_mdma() local 714 u32 tr = kauai_lookup_timing(kauai_mdma_timings, cycleTime); in set_timings_mdma() local
|
/linux-4.1.27/drivers/net/fddi/skfp/ |
D | hwt.c | 166 u_short tr ; in hwt_read() local
|
/linux-4.1.27/arch/x86/include/asm/ |
D | suspend_32.h | 22 unsigned long tr; member
|
D | desc.h | 94 #define load_tr(tr) asm volatile("ltr %0"::"m" (tr)) argument 99 #define store_tr(tr) (tr = native_store_tr()) argument 238 unsigned long tr; in native_store_tr() local
|
D | suspend_64.h | 35 unsigned long tr; member
|
D | svm.h | 148 struct vmcb_seg tr; member
|
D | paravirt.h | 273 #define store_tr(tr) ((tr) = paravirt_store_tr()) argument
|
/linux-4.1.27/drivers/thermal/ti-soc-thermal/ |
D | ti-thermal-common.c | 245 int id, tr, ret = 0; in __ti_thermal_get_trend() local 264 long tr; in ti_thermal_get_trend() local
|
/linux-4.1.27/Documentation/spi/ |
D | spidev_test.c | 107 struct spi_ioc_transfer tr = { in transfer() local
|
/linux-4.1.27/include/linux/mtd/ |
D | blktrans.h | 35 struct mtd_blktrans_ops *tr; member
|
/linux-4.1.27/arch/arm/kvm/ |
D | guest.c | 289 struct kvm_translation *tr) in kvm_arch_vcpu_ioctl_translate()
|
/linux-4.1.27/arch/powerpc/sysdev/ |
D | uic.c | 128 u32 tr, pr, mask; in uic_set_irq_type() local
|
/linux-4.1.27/arch/arm64/kvm/ |
D | guest.c | 330 struct kvm_translation *tr) in kvm_arch_vcpu_ioctl_translate()
|
/linux-4.1.27/arch/mips/mti-malta/ |
D | malta-int.c | 386 static char *tr[8] = { variable
|
/linux-4.1.27/arch/cris/arch-v10/kernel/ |
D | fasttimer.c | 647 static struct fast_timer tr[10]; variable
|
/linux-4.1.27/include/linux/ |
D | ftrace_event.h | 79 struct trace_array *tr; member 368 struct trace_array *tr; member
|
/linux-4.1.27/crypto/ |
D | tcrypt.c | 770 struct tcrypt_result *tr = req->base.data; in do_one_ahash_op() local 998 struct tcrypt_result *tr = req->base.data; in do_one_acipher_op() local
|
D | camellia_generic.c | 380 u32 dw, tl, tr; in camellia_setup_tail() local
|
D | testmgr.c | 181 static int wait_async_op(struct tcrypt_result *tr, int ret) in wait_async_op()
|
/linux-4.1.27/arch/cris/arch-v32/kernel/ |
D | fasttimer.c | 620 static struct fast_timer tr[10]; variable
|
/linux-4.1.27/security/selinux/ss/ |
D | policydb.c | 793 struct role_trans *tr, *ltr = NULL; in policydb_destroy() local 2232 struct role_trans *tr, *ltr; in policydb_read() local 2630 struct role_trans *tr; in role_trans_write() local
|
/linux-4.1.27/arch/x86/crypto/ |
D | camellia_glue.c | 819 u32 dw, tl, tr; in camellia_setup_tail() local
|
/linux-4.1.27/arch/mips/include/asm/txx9/ |
D | tx4927.h | 81 u64 tr; member
|
D | tx3927.h | 27 volatile unsigned long tr[3]; member
|
/linux-4.1.27/arch/tile/include/arch/ |
D | mpipe_shm.h | 228 uint_reg_t tr : 1; member
|
/linux-4.1.27/drivers/mmc/card/ |
D | mmc_test.c | 526 struct mmc_test_transfer_result *tr; in mmc_test_save_transfer_result() local 2791 struct mmc_test_transfer_result *tr, *trs; in mmc_test_free_result() local 2818 struct mmc_test_transfer_result *tr; in mtf_test_show() local
|
/linux-4.1.27/arch/powerpc/kvm/ |
D | e500_mmu.c | 473 struct kvm_translation *tr) in kvmppc_core_vcpu_translate()
|
D | book3s.c | 703 struct kvm_translation *tr) in kvm_arch_vcpu_ioctl_translate()
|
D | booke.c | 1761 struct kvm_translation *tr) in kvm_arch_vcpu_ioctl_translate()
|
/linux-4.1.27/drivers/android/ |
D | binder.c | 1319 struct binder_transaction_data *tr, int reply) in binder_transaction() 1935 struct binder_transaction_data tr; in binder_thread_write() local 2225 struct binder_transaction_data tr; in binder_thread_read() local
|
/linux-4.1.27/drivers/spi/ |
D | spi-fsl-espi.c | 271 struct fsl_espi_transfer *tr) in fsl_espi_do_trans()
|
/linux-4.1.27/arch/mips/kvm/ |
D | mips.c | 1197 struct kvm_translation *tr) in kvm_arch_vcpu_ioctl_translate()
|
/linux-4.1.27/arch/ia64/kernel/ |
D | mca.c | 855 copy_reg(const u64 *fr, u64 fnat, unsigned long *tr, unsigned long *tnat) in copy_reg()
|
/linux-4.1.27/kernel/ |
D | sysctl.c | 1886 const char *perm_tr, unsigned perm_tr_len, char *tr) in proc_get_long()
|
/linux-4.1.27/drivers/scsi/ |
D | mesh.c | 641 int v, tr; in set_sdtr() local
|
/linux-4.1.27/sound/core/ |
D | timer.c | 1675 struct snd_timer_read *tr; in snd_timer_user_params() local
|
/linux-4.1.27/arch/s390/kvm/ |
D | kvm-s390.c | 1636 struct kvm_translation *tr) in kvm_arch_vcpu_ioctl_translate()
|
/linux-4.1.27/arch/x86/include/uapi/asm/ |
D | kvm.h | 146 struct kvm_segment tr, ldt; member
|
/linux-4.1.27/sound/pci/au88x0/ |
D | au88x0_core.c | 573 int dirplay, int sl, unsigned int tr, int thsource) in vortex_src_setupchannel()
|
/linux-4.1.27/drivers/net/wireless/ |
D | mwl8k.c | 807 struct mwl8k_dma_data *tr; in mwl8k_remove_dma_header() local 835 struct mwl8k_dma_data *tr; in mwl8k_add_dma_header() local 1382 struct mwl8k_dma_data *tr; in rxq_process() local
|
/linux-4.1.27/virt/kvm/ |
D | kvm_main.c | 2211 struct kvm_translation tr; in kvm_vcpu_ioctl() local
|
/linux-4.1.27/drivers/usb/gadget/udc/ |
D | lpc32xx_udc.c | 1543 u32 tr, bufferspace; in udc_ep0_out_req() local
|
/linux-4.1.27/arch/x86/kvm/ |
D | vmx.c | 1804 u16 tr; in kvm_read_tr_base() local 3943 struct kvm_segment tr; in tr_valid() local
|
D | emulate.c | 2535 u16 tr, io_bitmap_ptr, perm, bit_idx = port & 0x7; in emulator_io_port_access_allowed() local
|
D | x86.c | 6959 struct kvm_translation *tr) in kvm_arch_vcpu_ioctl_translate()
|
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/ |
D | sdio.c | 3043 struct brcmf_trap_info tr; in brcmf_sdio_trap_info() local
|
/linux-4.1.27/arch/ia64/include/asm/ |
D | pal.h | 447 tr : 1, /* Translation regs member
|