Searched refs:tr (Results 126 - 150 of 205) sorted by relevance

123456789

/linux-master/scripts/
H A Dcoccicheck90 THREADS_PER_CORE=$(LANG=C lscpu | grep "Thread(s) per core: " | tr -cd "[:digit:]")
H A Dpatch-kernel194 tr -d [:blank:] < $TMPFILE > $TMPFILE.1
/linux-master/tools/testing/selftests/kselftest/
H A Drunner.sh23 TR_CMD=$(command -v tr)
58 # Safe default if tr not available
/linux-master/kernel/rcu/
H A Drcuscale.c461 DEFINE_TORTURE_RANDOM(tr);
498 schedule_timeout_idle(torture_random(&tr) % writer_holdoff_jiffies + 1);
632 DEFINE_TORTURE_RANDOM(tr);
670 (kfree_rcu_test_both && torture_random(&tr) & 0x800))
/linux-master/drivers/net/wireless/microchip/wilc1000/
H A Dspi.c307 struct spi_transfer tr = { local
320 tr.rx_buf = r_buffer;
325 spi_message_add_tail(&tr, &msg);
349 struct spi_transfer tr = { local
363 tr.tx_buf = t_buffer;
367 spi_message_add_tail(&tr, &msg);
390 struct spi_transfer tr = { local
404 spi_message_add_tail(&tr, &msg);
/linux-master/arch/x86/kvm/
H A Dsmm.c38 CHECK_SMRAM32_OFFSET(tr, 0xFF5C);
70 CHECK_SMRAM64_OFFSET(tr, 0xFE90);
200 enter_smm_save_seg_32(vcpu, &smram->tr, &smram->tr_sel, VCPU_SREG_TR);
251 enter_smm_save_seg_64(vcpu, &smram->tr, VCPU_SREG_TR);
477 rsm_load_seg_32(vcpu, &smstate->tr, smstate->tr_sel, VCPU_SREG_TR);
534 rsm_load_seg_64(vcpu, &smstate->tr, VCPU_SREG_TR);
/linux-master/fs/gfs2/
H A Dbmap.c986 struct gfs2_trans *tr = current->journal_info; local
997 if (tr->tr_num_buf_new)
1025 struct gfs2_trans *tr; local
1073 tr = current->journal_info;
1074 if (tr->tr_num_buf_new)
1327 struct gfs2_trans *tr; local
1341 tr = current->journal_info;
1342 if (!test_bit(TR_TOUCHED, &tr->tr_flags))
1459 struct gfs2_trans *tr; local
1532 tr
2367 struct gfs2_trans *tr; local
[all...]
/linux-master/kernel/trace/
H A Dtrace_events_filter.c1204 static void append_filter_err(struct trace_array *tr, argument
1233 tracing_log_err(tr, "event filter parse error",
1238 tracing_log_err(tr, "event filter parse error",
1327 struct trace_array *tr)
1331 list_for_each_entry(file, &tr->events, list) {
1345 struct trace_array *tr)
1349 list_for_each_entry(file, &tr->events, list) {
2140 struct trace_array *tr,
2152 list_for_each_entry(file, &tr->events, list) {
2169 append_filter_err(tr, p
1326 filter_free_subsystem_preds(struct trace_subsystem_dir *dir, struct trace_array *tr) argument
1344 filter_free_subsystem_filters(struct trace_subsystem_dir *dir, struct trace_array *tr) argument
2139 process_system_preds(struct trace_subsystem_dir *dir, struct trace_array *tr, struct filter_parse_error *pe, char *filter_string) argument
2282 create_filter(struct trace_array *tr, struct trace_event_call *call, char *filter_string, bool set_str, struct event_filter **filterp) argument
2306 create_event_filter(struct trace_array *tr, struct trace_event_call *call, char *filter_str, bool set_str, struct event_filter **filterp) argument
2404 struct trace_array *tr = dir->tr; local
[all...]
H A Dtrace_events_synth.c349 struct trace_array *tr = iter->tr; local
369 if (tr && tr->trace_flags & TRACE_ITER_VERBOSE)
546 buffer = trace_file->tr->array_buffer.buffer;
1672 trace_state->buffer = file->tr->array_buffer.buffer;
/linux-master/sound/pci/au88x0/
H A Dau88x0_core.c553 sweep: Enable Samplerate fade from cr toward tr flag.
556 tr: Target samplerate conversion.
561 int dirplay, int sl, unsigned int tr, int thsource)
575 if ((tr & 0x10000) && (tr != 0x10000)) {
576 tr = 0;
579 if ((((short)tr) < 0) && (tr != 0x8000)) {
580 tr = 0;
583 tr
559 vortex_src_setupchannel(vortex_t * card, unsigned char src, unsigned int cr, unsigned int b, int sweep, int d, int dirplay, int sl, unsigned int tr, int thsource) argument
[all...]
/linux-master/drivers/net/wireless/marvell/
H A Dmwl8k.c816 struct mwl8k_dma_data *tr; local
819 tr = (struct mwl8k_dma_data *)skb->data;
820 hdrlen = ieee80211_hdrlen(tr->wh.frame_control);
822 if (hdrlen != sizeof(tr->wh)) {
823 if (ieee80211_is_data_qos(tr->wh.frame_control)) {
824 memmove(tr->data - hdrlen, &tr->wh, hdrlen - 2);
825 *((__le16 *)(tr->data - 2)) = qos;
827 memmove(tr->data - hdrlen, &tr
844 struct mwl8k_dma_data *tr; local
1394 struct mwl8k_dma_data *tr; local
[all...]
/linux-master/drivers/mtd/
H A Dnftlcore.c35 static void nftl_add_mtd(struct mtd_blktrans_ops *tr, struct mtd_info *mtd) argument
56 nftl->mbd.tr = tr;
/linux-master/tools/testing/selftests/rcutorture/bin/
H A Dkvm.sh283 defaultconfigs="`tr '\012' ' ' < $CONFIGFRAG/CFLIST`"
325 for CF1 in `echo $configs_derep | tr -s ' ' '\012' | sort -u`
331 echo "$TORTURE_KCONFIG_ARG" | tr -s ' ' | tr ' ' '\012' > $T/KCONFIG_ARG
/linux-master/tools/testing/selftests/net/
H A Dipsec.c575 struct test_result tr = {}; local
578 tr.desc = *d;
579 tr.res = res;
581 ret = write(results_fd[1], &tr, sizeof(tr));
582 if (ret != sizeof(tr))
2230 struct test_result tr = {}; local
2231 struct xfrm_desc *d = &tr.desc;
2235 ssize_t received = read(results_fd[0], &tr, sizeof(tr));
[all...]
/linux-master/arch/mips/include/asm/txx9/
H A Dtx4927.h81 u64 tr; member in struct:tx4927_sdramc_reg
/linux-master/tools/bootconfig/scripts/
H A Dbconf2ftrace.sh137 echo -n ":${2}="`xbc_get_val ${1}.var.${2} | tr -d [:space:]`
/linux-master/tools/testing/selftests/drivers/net/mlxsw/
H A Dsch_offload.sh152 local name=$(echo "" "${@^^}" | tr ' ' -)
179 local name=$(echo "${@^^}" | tr ' ' -)
/linux-master/arch/mips/txx9/generic/
H A Dsetup_tx4927.c208 pr_cont(" TR:%09llx\n", ____raw_readq(&tx4927_sdramcptr->tr));
/linux-master/tools/testing/selftests/netfilter/
H A Dipip-conntrack-mtu.sh67 head -c1400 /dev/zero | tr "\000" "a" | \
193 # clienta:~# head -c1400 /dev/zero | tr "\000" "a" | socat -u STDIN UDP:192.168.20.2:5000
/linux-master/tools/testing/selftests/kvm/include/x86_64/
H A Dsvm.h205 struct vmcb_seg tr; member in struct:vmcb_save_area
/linux-master/samples/pktgen/
H A Dfunctions.sh186 local sep_cnt=$(tr -cd $sep <<< $1 | wc -c)
/linux-master/tools/testing/selftests/net/forwarding/
H A Dlib.sh1817 echo $allcol_ip | tr : '\n' |
1820 tr '\n' : |
1856 tr '[:lower:]' '[:upper:]' |
1866 tr '[:upper:]' '[:lower:]'
/linux-master/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Ddpp.h201 enum dc_transfer_func_predefined tr);
/linux-master/include/linux/
H A Dtrace_events.h97 struct trace_array *tr; member in struct:trace_iterator
662 struct trace_array *tr; member in struct:trace_event_file
852 int ftrace_set_clr_event(struct trace_array *tr, char *buf, int set);
854 int trace_array_set_clr_event(struct trace_array *tr, const char *system,
/linux-master/arch/parisc/net/
H A Dbpf_jit.h417 static inline u32 hppa_t5_insn(u8 opcode, u8 tr, u32 val21) argument
419 return ((opcode << 26) | (tr << 21) | re_assemble_21(val21));

Completed in 287 milliseconds

123456789