Searched refs:per (Results 26 - 50 of 61) sorted by relevance

123

/linux-master/arch/s390/include/asm/
H A Dptrace.h60 unsigned long per : 1; /* PER-Mask */ member in struct:psw_bits
209 * These are defined as per linux/ptrace.h, which see.
/linux-master/arch/s390/boot/
H A Dpgm_check_info.c166 psw->per, psw->dat, psw->io, psw->ext, psw->key, psw->mcheck,
/linux-master/arch/arm/mm/
H A Dproc-macros.S84 mov \reg, #4 @ bytes per word
101 mov \reg, #4 @ bytes per word
/linux-master/drivers/scsi/
H A Dncr53c8xx.c55 ** Support for up to 64 tags per lun.
180 ** per pcidev to support dynamic dma mapping. (I would
348 * for memory we donnot need to DMA from/to and one pool per pcidev for
373 * With pci bus iommu support, we maintain one pool per pcidev and a
890 ** The maximum number of tags per logic unit.
955 ** There should be one slot per target, and one slot
4691 ** We donnot queue more than 1 ccb per target
5281 u_long per; /* Period in tenths of ns */ local
5282 u_long kpc; /* (per * clk) */
5287 if (sfac <= 10) per
6520 u_char chg, ofs, per, fak, wide; local
[all...]
H A Dscsi_transport_spi.c1265 static void print_nego(const unsigned char *msg, int per, int off, int width) argument
1267 if (per) {
1269 period_to_str(buf, msg[per]);
1393 * no per-HBA allocation and thus we don't need to distinguish
H A Desp_scsi.c510 u8 per = esp->target[tgt].esp_period; local
516 if (per != esp->prev_stp) {
517 esp->prev_stp = per;
518 esp_write8(per, ESP_STP);
/linux-master/tools/perf/
H A Dbuiltin-kvm.c261 double per; local
264 per = ev_percent_time(he);
265 return scnprintf(hpp->buf, hpp->size, "%*s", width, PERC_STR(buf, per));
294 double per; local
297 per = ev_percent_count(he);
298 return scnprintf(hpp->buf, hpp->size, "%*s", width, PERC_STR(buf, per));
1263 * the processing of samples per mmap smooth.
1307 /* limit events per mmap handled all at once */
1909 "per thread proc mmap processing timeout in ms"),
/linux-master/arch/sh/lib/
H A Dcopy_page.S310 1: ! Read longword, write two words per iteration
332 ! Read longword, write byte, word, byte per iteration
/linux-master/arch/xtensa/lib/
H A Dstrncpy_user.S63 srli a10, a4, 2 # number of loop iterations with 4B per loop
H A Dstrnlen_user.S63 srli a10, a3, 2 # number of loop iterations with 4B per loop
/linux-master/drivers/net/wireless/silabs/wfx/
H A Ddebug.c170 le16_to_cpu(st->per[i]),
/linux-master/drivers/net/wireless/mediatek/mt76/mt7996/
H A Ddebugfs.c534 u32 attempts, success, per; local
543 per = attempts ? 100 - success * 100 / attempts : 100;
546 seq_printf(file, "Tx PER: %u%%\n", per);
685 /* iterate per-sta ple queue */
892 /** per-station debugfs **/
/linux-master/arch/arm/crypto/
H A Dsha1-armv4-large.S56 @ Cortex A8 core and in absolute terms ~870 cycles per input block
57 @ [or 13.6 cycles per byte].
62 @ improvement on Cortex A8 core and 12.2 cycles per byte.
/linux-master/arch/mips/include/asm/octeon/
H A Dcvmx-pciercx-defs.h74 __BITFIELD_FIELD(uint32_t per:1,
/linux-master/tools/testing/selftests/amd-pstate/
H A Dgitsource.sh14 #8) Plot png images about time, energy and performance per watt for each test.
91 $PERF stat -a --per-socket -I 1000 -e power/energy-pkg/ /usr/bin/time -o $BACKUP_DIR/$OUTFILE_GIT.time-gitsource-$1-$2.log make test -j$MAKE_CPUS > $BACKUP_DIR/$OUTFILE_GIT-perf-$1-$2.log 2>&1
124 # Permance is the number of run gitsource per second, denoted 1/t, where 1 is the number of run gitsource in t
126 # and t is time measured in seconds(s). This means that performance per watt becomes
130 # with unit given by 1 per joule.
132 printf "Gitsource-$1-#$2 performance per watt(1/J): $ppw\n" | tee -a $OUTFILE_GIT.result
182 # Permance is the number of run gitsource per second, denoted 1/t, where 1 is the number of run gitsource in t
184 # and t is time measured in seconds(s). This means that performance per watt becomes
188 # with unit given by 1 per joule.
190 printf "Gitsource-$1 performance per wat
[all...]
H A Dtbench.sh12 # 6) Plot png images about performance, energy and performance per watt for each test.
23 # $1: governor, $2: round, $3: des-perf, $4: freq, $5: load, $6: performance, $7: energy, $8: performance per watt
71 $PERF stat -a --per-socket -I 1000 -e power/energy-pkg/ tbench -t $TIME_LIMIT $PROCESS_NUM > $OUTFILE_TBENCH-perf-$1-$2.log 2>&1
106 # Permance is throughput per second, denoted T/t, where T is throught rendered in t seconds.
108 # and t is time measured in seconds(s). This means that performance per watt becomes
112 # with unit given by MB per joule.
114 printf "Tbench-$1-#$2 performance per watt(MB/J): $ppw\n" | tee -a $OUTFILE_TBENCH.result
164 # Permance is throughput per second, denoted T/t, where T is throught rendered in t seconds.
166 # and t is time measured in seconds(s). This means that performance per watt becomes
170 # with unit given by MB per joul
[all...]
/linux-master/drivers/media/platform/qcom/camss/
H A Dcamss-vfe-4-1.c338 static void vfe_wm_set_framedrop_period(struct vfe_device *vfe, u8 wm, u8 per) argument
347 reg |= (per << VFE_0_BUS_IMAGE_MASTER_n_WR_ADDR_CFG_FRM_DROP_PER_SHIFT)
H A Dcamss-vfe-4-7.c431 static void vfe_wm_set_framedrop_period(struct vfe_device *vfe, u8 wm, u8 per) argument
440 reg |= (per << VFE_0_BUS_IMAGE_MASTER_n_WR_ADDR_CFG_FRM_DROP_PER_SHIFT)
H A Dcamss-vfe-4-8.c404 static void vfe_wm_set_framedrop_period(struct vfe_device *vfe, u8 wm, u8 per) argument
413 reg |= (per << VFE_0_BUS_IMAGE_MASTER_n_WR_ADDR_CFG_FRM_DROP_PER_SHIFT)
/linux-master/sound/pci/echoaudio/
H A Dechoaudio.c530 int err, per, rest, page, edge, offs; local
564 for (offs = page = per = 0; offs < params_buffer_bytes(hw_params);
565 per++) {
/linux-master/
H A DMakefile1697 boards-per-dir = $(sort $(notdir $(wildcard $(srctree)/arch/$(SRCARCH)/configs/$*/*_defconfig)))
1701 @$(if $(boards-per-dir), \
1702 $(foreach b, $(boards-per-dir), \
/linux-master/drivers/net/wireless/ath/wil6210/
H A Ddebugfs.c18 /* Nasty hack. Better have per device instances */
1830 char per[5] = "?"; local
1833 snprintf(per, sizeof(per), "%d%%", basic->per_average);
1849 basic->rssi, basic->sqi, basic->snr, per,
1908 /* iterate over all MIDs and show per-cid statistics. Then show the
/linux-master/tools/perf/tests/shell/
H A Dtest_intel_pt.sh146 echo "--- Test per-thread ${desc}recording ---"
249 print "Expected " thread_cnt " per-thread mmaps - found " n
263 perf_record_no_decode -o "${perfdatafile}" -e intel_pt//u"${k}" -vvv --per-thread -p "${w1},${w2}" 2>"${errfile}" >"${outfile}" &
/linux-master/arch/x86/crypto/
H A Dsha256-avx-asm.S47 # This code schedules 1 block at a time, with 4 lanes per block
/linux-master/drivers/media/dvb-frontends/
H A Dstv090x.c3564 static int stv090x_read_per(struct dvb_frontend *fe, u32 *per) argument
3574 *per = 1 << 23; /* Max PER */
3586 *per = ((h << 16) | (m << 8) | l);
3602 *per = 1;

Completed in 618 milliseconds

123