Searched refs:tr (Results 51 - 75 of 205) sorted by relevance

123456789

/linux-master/drivers/net/ethernet/toshiba/
H A Dtc35815.c505 struct tc35815_regs __iomem *tr = local
509 tc_writel(MD_CA_Busy | (mii_id << 5) | (regnum & 0x1f), &tr->MD_CA);
511 while (tc_readl(&tr->MD_CA) & MD_CA_Busy) {
516 return tc_readl(&tr->MD_Data) & 0xffff;
522 struct tc35815_regs __iomem *tr = local
526 tc_writel(val, &tr->MD_Data);
528 &tr->MD_CA);
530 while (tc_readl(&tr->MD_CA) & MD_CA_Busy) {
548 struct tc35815_regs __iomem *tr = local
552 reg = tc_readl(&tr
725 struct tc35815_regs __iomem *tr = local
1183 struct tc35815_regs __iomem *tr = local
1197 struct tc35815_regs __iomem *tr = local
1312 struct tc35815_regs __iomem *tr = local
1432 struct tc35815_regs __iomem *tr = local
1621 struct tc35815_regs __iomem *tr = local
1695 struct tc35815_regs __iomem *tr = local
1782 struct tc35815_regs __iomem *tr = local
1850 struct tc35815_regs __iomem *tr = local
1863 struct tc35815_regs __iomem *tr = local
1910 struct tc35815_regs __iomem *tr = local
2020 struct tc35815_regs __iomem *tr = local
2063 struct tc35815_regs __iomem *tr = local
[all...]
/linux-master/scripts/
H A Dextract-vmlinux26 # The obscure use of the "tr" filter is to work around older versions of
30 for pos in `tr "$1\n$2" "\n$2=" < "$img" | grep -abo "^$2"`
H A Dsyscalltbl.sh36 abis=$(echo "($2)" | tr ',' '|')
H A Dsyscallnr.sh37 abis=$(echo "($2)" | tr ',' '|')
H A Dsyscallhdr.sh42 abis=$(echo "($2)" | tr ',' '|')
/linux-master/drivers/net/fddi/skfp/
H A Dhwt.c158 u_short tr ; local
163 tr = (u_short)((inpd(ADDR(B2_TI_VAL))/200) & 0xffff) ;
167 if ((tr > smc->hw.t_start) || (is & IS_TIMINT)) {
172 smc->hw.t_stop = smc->hw.t_start - tr ;
/linux-master/arch/x86/include/asm/
H A Dsuspend_64.h51 unsigned long tr; member in struct:saved_context
H A Ddesc.h114 #define load_tr(tr) asm volatile("ltr %0"::"m" (tr))
118 #define store_tr(tr) (tr = native_store_tr())
286 unsigned long tr; local
288 asm volatile("str %0":"=r" (tr));
290 return tr;
/linux-master/tools/testing/selftests/dt/
H A Dtest_unprobed_devices.sh36 status=$(tr -d '\000' < "${node}"/status)
59 compatibles=$(tr '\000' '\n' < "${PDT}"/"${node}"/compatible)
/linux-master/arch/x86/kernel/cpu/mce/
H A Damd.c416 struct thresh_restart *tr = _tr; local
420 if (!this_cpu_read(threshold_banks) && !tr->set_lvt_off)
423 rdmsr(tr->b->address, lo, hi);
425 if (tr->b->threshold_limit < (hi & THRESHOLD_MAX))
426 tr->reset = 1; /* limit cannot be lower than err count */
428 if (tr->reset) { /* reset err count and overflow bit */
431 (THRESHOLD_MAX - tr->b->threshold_limit);
432 } else if (tr->old_limit) { /* change limit w/o reset */
434 (tr->old_limit - tr
465 struct thresh_restart tr = { local
893 struct thresh_restart tr; local
971 struct thresh_restart tr; local
994 struct thresh_restart tr; local
[all...]
/linux-master/io_uring/
H A Dtimeout.c425 struct io_timeout_rem *tr = io_kiocb_to_cmd(req, struct io_timeout_rem); local
432 tr->ltimeout = false;
433 tr->addr = READ_ONCE(sqe->addr);
434 tr->flags = READ_ONCE(sqe->timeout_flags);
435 if (tr->flags & IORING_TIMEOUT_UPDATE_MASK) {
436 if (hweight32(tr->flags & IORING_TIMEOUT_CLOCK_MASK) > 1)
438 if (tr->flags & IORING_LINK_TIMEOUT_UPDATE)
439 tr->ltimeout = true;
440 if (tr->flags & ~(IORING_TIMEOUT_UPDATE_MASK|IORING_TIMEOUT_ABS))
442 if (get_timespec64(&tr
465 struct io_timeout_rem *tr = io_kiocb_to_cmd(req, struct io_timeout_rem); local
[all...]
/linux-master/tools/certs/
H A Dprint-cert-tbs-hash.sh80 done < <(openssl list -digest-commands | tr ' ' '\n' | sort -ur)
/linux-master/tools/testing/selftests/livepatch/
H A Dtest-syscall.sh23 pid_list=$(echo ${pids[@]} | tr ' ' ',')
/linux-master/kernel/trace/
H A Dftrace.c104 struct trace_array *tr; local
109 tr = ops->private;
111 return tr->function_pids != NULL || tr->function_no_pids != NULL;
173 struct trace_array *tr = op->private; local
176 if (tr) {
177 pid = this_cpu_read(tr->array_buffer.data->ftrace_ignore_pid);
1046 struct trace_array *tr; member in struct:ftrace_func_probe
1318 static int ftrace_add_mod(struct trace_array *tr, argument
1323 struct list_head *mod_head = enable ? &tr
3347 struct trace_array *tr; member in struct:ftrace_iterator
3358 struct trace_array *tr = iter->ops->private; local
3489 struct trace_array *tr = iter->tr; local
3542 struct trace_array *tr = iter->tr; local
4024 struct trace_array *tr = ops->private; local
4417 cache_mod(struct trace_array *tr, const char *func, char *module, int enable) argument
4536 struct trace_array *tr; local
4562 ftrace_mod_callback(struct trace_array *tr, struct ftrace_hash *hash, char *func_orig, char *cmd, char *module, int enable) argument
4799 register_ftrace_function_probe(char *glob, struct trace_array *tr, struct ftrace_probe_ops *probe_ops, void *data) argument
4944 unregister_ftrace_function_probe_func(char *glob, struct trace_array *tr, struct ftrace_probe_ops *probe_ops) argument
5074 clear_ftrace_function_probes(struct trace_array *tr) argument
5135 struct trace_array *tr = iter->ops->private; local
6730 struct trace_array *tr; local
7111 struct trace_array *tr; local
7294 ftrace_init_trace_array(struct trace_array *tr) argument
7324 ftrace_init_global_array_ops(struct trace_array *tr) argument
7331 ftrace_init_array_ops(struct trace_array *tr, ftrace_func_t func) argument
7343 ftrace_reset_array_ops(struct trace_array *tr) argument
7470 struct trace_array *tr = data; local
7491 struct trace_array *tr = data; local
7504 struct trace_array *tr = data; local
7513 ftrace_pid_follow_fork(struct trace_array *tr, bool enable) argument
7528 clear_ftrace_pids(struct trace_array *tr, int type) argument
7566 ftrace_clear_pids(struct trace_array *tr) argument
7575 ftrace_pid_reset(struct trace_array *tr, int type) argument
7593 struct trace_array *tr = m->private; local
7608 struct trace_array *tr = m->private; local
7646 struct trace_array *tr = m->private; local
7661 struct trace_array *tr = m->private; local
7681 struct trace_array *tr = inode->i_private; local
7732 struct trace_array *tr = data; local
7758 struct trace_array *tr = m->private; local
7845 struct trace_array *tr = inode->i_private; local
7868 ftrace_init_tracefs(struct trace_array *tr, struct dentry *d_tracer) argument
7876 ftrace_init_tracefs_toplevel(struct trace_array *tr, struct dentry *d_tracer) argument
[all...]
H A Dtrace_osnoise.c78 struct trace_array *tr; member in struct:osnoise_instance
91 * osnoise_instance_registered - check if a tr is already registered
93 static int osnoise_instance_registered(struct trace_array *tr) argument
100 if (inst->tr == tr)
111 * Register a trace_array *tr in the list of instances running
114 static int osnoise_register_instance(struct trace_array *tr) argument
129 inst->tr = tr;
138 * Remove the trace_array *tr fro
141 osnoise_unregister_instance(struct trace_array *tr) argument
1193 struct trace_array *tr; local
1355 struct trace_array *tr; local
1393 struct trace_array *tr; local
2959 osnoise_tracer_start(struct trace_array *tr) argument
2977 osnoise_tracer_stop(struct trace_array *tr) argument
2983 osnoise_tracer_init(struct trace_array *tr) argument
2998 osnoise_tracer_reset(struct trace_array *tr) argument
3014 timerlat_tracer_start(struct trace_array *tr) argument
3034 timerlat_tracer_stop(struct trace_array *tr) argument
3051 timerlat_tracer_init(struct trace_array *tr) argument
3072 timerlat_tracer_reset(struct trace_array *tr) argument
[all...]
H A Dtrace_branch.c34 struct trace_array *tr = branch_tracer; local
53 if (unlikely(!tr))
58 data = this_cpu_ptr(tr->array_buffer.data);
63 buffer = tr->array_buffer.buffer;
102 int enable_branch_tracing(struct trace_array *tr) argument
105 branch_tracer = tr;
130 static int branch_trace_init(struct trace_array *tr) argument
132 return enable_branch_tracing(tr);
135 static void branch_trace_reset(struct trace_array *tr) argument
/linux-master/tools/spi/
H A Dspidev_test.c122 struct spi_ioc_transfer tr = { local
132 tr.tx_nbits = 8;
134 tr.tx_nbits = 4;
136 tr.tx_nbits = 2;
138 tr.rx_nbits = 8;
140 tr.rx_nbits = 4;
142 tr.rx_nbits = 2;
145 tr.rx_buf = 0;
147 tr.tx_buf = 0;
150 ret = ioctl(fd, SPI_IOC_MESSAGE(1), &tr);
[all...]
/linux-master/fs/gfs2/
H A Dmeta_io.c293 struct gfs2_trans *tr = current->journal_info; local
294 if (tr && test_bit(TR_TOUCHED, &tr->tr_flags))
321 struct gfs2_trans *tr = current->journal_info; local
322 if (tr && test_bit(TR_TOUCHED, &tr->tr_flags))
338 struct gfs2_trans *tr = current->journal_info; local
346 tr->tr_num_buf_rm++;
348 tr->tr_num_databuf_rm++;
349 set_bit(TR_TOUCHED, &tr
381 struct gfs2_trans *tr, *s; local
[all...]
H A Dlog.h79 bool gfs2_log_try_reserve(struct gfs2_sbd *sdp, struct gfs2_trans *tr,
81 void gfs2_log_reserve(struct gfs2_sbd *sdp, struct gfs2_trans *tr,
H A Dlops.c99 * @tr: The system transaction being flushed
103 struct gfs2_trans *tr)
126 bd->bd_tr = tr;
127 list_add(&bd->bd_ail_st_list, &tr->tr_ail1_list);
716 static void buf_lo_before_commit(struct gfs2_sbd *sdp, struct gfs2_trans *tr) argument
720 if (tr == NULL)
722 nbuf = tr->tr_num_buf_new - tr->tr_num_buf_rm;
723 gfs2_before_commit(sdp, limit, nbuf, &tr->tr_buf, 0);
726 static void buf_lo_after_commit(struct gfs2_sbd *sdp, struct gfs2_trans *tr) argument
102 gfs2_unpin(struct gfs2_sbd *sdp, struct buffer_head *bh, struct gfs2_trans *tr) argument
851 revoke_lo_before_commit(struct gfs2_sbd *sdp, struct gfs2_trans *tr) argument
905 revoke_lo_after_commit(struct gfs2_sbd *sdp, struct gfs2_trans *tr) argument
993 databuf_lo_before_commit(struct gfs2_sbd *sdp, struct gfs2_trans *tr) argument
1072 databuf_lo_after_commit(struct gfs2_sbd *sdp, struct gfs2_trans *tr) argument
[all...]
/linux-master/drivers/gpu/drm/
H A Ddrm_mipi_dbi.c267 void *tr; local
275 tr = dbidev->tx_buf;
276 ret = mipi_dbi_buf_copy(tr, src, fb, rect, swap, fmtcnv_state);
280 tr = src->vaddr; /* TODO: Use mapping abstraction properly */
286 ret = mipi_dbi_command_buf(dbi, MIPI_DCS_WRITE_MEMORY_START, tr,
861 struct spi_transfer tr = { local
874 tr.speed_hz = mipi_dbi_spi_cmd_max_speed(spi, len);
875 spi_message_init_with_transfers(&m, &tr, 1);
885 tr.len = 9;
962 tr
977 struct spi_transfer tr = { local
1041 struct spi_transfer tr[2] = { local
1114 struct spi_transfer tr[2] = { local
1297 struct spi_transfer tr = { local
[all...]
/linux-master/security/apparmor/
H A DMakefile38 $< | tr '\n' ' ' | sed -e 's/ $$/"\n/' >> $@
64 tr '\n' ' ' | sed -e 's/ $$/"\n/' >> $@
99 tr '\n' ' ' | sed -e 's/ $$/"\n/' >> $@
/linux-master/tools/testing/selftests/rcutorture/bin/
H A Dkvm-transform.sh55 echo $bootargs | tr -s ' ' '\012' |
57 echo $bootargs | tr -s ' ' '\012' | sed -e 's/=.*$//' |
/linux-master/tools/rcu/
H A Dextract-stall.sh47 }' < "$1" | tr -d '\015' | grep -v clocksource
/linux-master/tools/testing/selftests/ftrace/test.d/kprobe/
H A Dkprobe_module.tc19 PROBE_NAME=`echo $MOD:$FUNC | tr ".:" "_"`

Completed in 243 milliseconds

123456789