Home
last modified time | relevance | path

Searched refs:round (Results 1 – 122 of 122) sorted by relevance

/linux-4.1.27/arch/x86/crypto/
Dcast5-avx-x86_64-asm_64.S159 #define round(l, r, n, f) \ macro
251 round(RL, RR, 0, 1);
252 round(RR, RL, 1, 2);
253 round(RL, RR, 2, 3);
254 round(RR, RL, 3, 1);
255 round(RL, RR, 4, 2);
256 round(RR, RL, 5, 3);
257 round(RL, RR, 6, 1);
258 round(RR, RL, 7, 2);
259 round(RL, RR, 8, 3);
[all …]
Dtwofish-x86_64-asm_64.S79 #define encrypt_round(a,b,c,d,round)\ argument
101 add k+round(%r11), %r9d;\
104 add k+4+round(%r11),%r8d;\
115 #define encrypt_last_round(a,b,c,d,round)\ argument
139 add k+round(%r11), %r9d;\
142 add k+4+round(%r11),%r8d;\
152 #define decrypt_round(a,b,c,d,round)\ argument
174 add k+round(%r11), %r9d;\
176 add k+4+round(%r11),%r8d;\
188 #define decrypt_last_round(a,b,c,d,round)\ argument
[all …]
Dtwofish-i586-asm_32.S80 #define encrypt_round(a,b,c,d,round)\ argument
104 add k+round(%ebp), %esi;\
107 add k+4+round(%ebp),d ## D;\
118 #define encrypt_last_round(a,b,c,d,round)\ argument
142 add k+round(%ebp), %esi;\
145 add k+4+round(%ebp),d ## D;\
155 #define decrypt_round(a,b,c,d,round)\ argument
179 add k+round(%ebp), c ## D;\
181 add k+4+round(%ebp),%esi;\
193 #define decrypt_last_round(a,b,c,d,round)\ argument
[all …]
Daes-x86_64-asm_64.S83 #define round(TAB,OFFSET,r1,r2,r3,r4,r5,r6,r7,r8,ra,rb,rc,rd) \ macro
139 round(TAB,OFFSET,R1,R2,R3,R4,R5,R6,R7,R10,R5,R6,R3,R4) \
143 round(TAB,OFFSET,R1,R2,R3,R4,R5,R6,R7,R10,R5,R6,R3,R4)
146 round(TAB,OFFSET,R2,R1,R4,R3,R6,R5,R7,R10,R5,R6,R3,R4) \
150 round(TAB,OFFSET,R2,R1,R4,R3,R6,R5,R7,R10,R5,R6,R3,R4)
Daesni-intel_asm.S1005 AESENCLAST \TMP3, \XMM1 # last round
1820 AESKEYGENASSIST 0x1 %xmm2 %xmm1 # round 1
1824 AESKEYGENASSIST 0x2 %xmm2 %xmm1 # round 2
1828 AESKEYGENASSIST 0x4 %xmm2 %xmm1 # round 3
1832 AESKEYGENASSIST 0x8 %xmm2 %xmm1 # round 4
1836 AESKEYGENASSIST 0x10 %xmm2 %xmm1 # round 5
1840 AESKEYGENASSIST 0x20 %xmm2 %xmm1 # round 6
1844 AESKEYGENASSIST 0x40 %xmm2 %xmm1 # round 7
1849 AESKEYGENASSIST 0x1 %xmm2 %xmm1 # round 1
1851 AESKEYGENASSIST 0x2 %xmm2 %xmm1 # round 2
[all …]
Dsha1_ssse3_asm.S264 .macro RR F, a, b, c, d, e, round
265 add WK(\round), \e
267 W_PRECALC (\round + W_PRECALC_AHEAD)
270 add WK(\round + 1), \d
273 W_PRECALC (\round + W_PRECALC_AHEAD + 1)
Dsha256-avx-asm.S310 .macro DO_ROUND round
328 offset = \round * 4 + _XFER #
Dsha256-ssse3-asm.S316 .macro DO_ROUND round
334 offset = \round * 4 + _XFER
Dsha256-avx2-asm.S118 _XFER_SIZE = 2*64*4 # 2 blocks, 64 rounds, 4 bytes/round
/linux-4.1.27/arch/mips/math-emu/
Dsp_tlong.c28 int round; in ieee754sp_tlong() local
68 round = 0; in ieee754sp_tlong()
73 round = (residue >> 31) != 0; in ieee754sp_tlong()
80 if (round && (sticky || odd)) in ieee754sp_tlong()
86 if ((round || sticky) && !xs) in ieee754sp_tlong()
90 if ((round || sticky) && xs) in ieee754sp_tlong()
99 if (round || sticky) in ieee754sp_tlong()
Ddp_tint.c27 int round; in ieee754dp_tint() local
64 round = 0; in ieee754dp_tint()
69 round = (residue >> 63) != 0; in ieee754dp_tint()
78 if (round && (sticky || odd)) in ieee754dp_tint()
84 if ((round || sticky) && !xs) in ieee754dp_tint()
88 if ((round || sticky) && xs) in ieee754dp_tint()
98 if (round || sticky) in ieee754dp_tint()
Dsp_tint.c27 int round; in ieee754sp_tint() local
67 round = 0; in ieee754sp_tint()
76 round = (residue >> 31) != 0; in ieee754sp_tint()
83 if (round && (sticky || odd)) in ieee754sp_tint()
89 if ((round || sticky) && !xs) in ieee754sp_tint()
93 if ((round || sticky) && xs) in ieee754sp_tint()
102 if (round || sticky) in ieee754sp_tint()
Ddp_tlong.c27 int round; in ieee754dp_tlong() local
67 round = 0; in ieee754dp_tlong()
76 round = (residue >> 63) != 0; in ieee754dp_tlong()
83 if (round && (sticky || odd)) in ieee754dp_tlong()
89 if ((round || sticky) && !xs) in ieee754dp_tlong()
93 if ((round || sticky) && xs) in ieee754dp_tlong()
102 if (round || sticky) in ieee754dp_tlong()
/linux-4.1.27/tools/power/cpupower/bench/
Dsystem.c142 unsigned int round; in prepare_user() local
144 for (round = 0; round < config->rounds; round++) { in prepare_user()
146 (config->sleep + config->sleep_step * round); in prepare_user()
148 (config->load + config->load_step * round) + in prepare_user()
149 (config->load + config->load_step * round * 4); in prepare_user()
DREADME-BENCH69 100% CPU load (load) | 0 % CPU load (sleep) | round
76 In round 1, ondemand should have rather static 50% load and probably
79 In round 2, if the ondemand sampling times exactly match the load/sleep
/linux-4.1.27/arch/m68k/fpsp040/
Dround.S2 | round.sa 3.4 7/29/91
21 | round --- round result according to precision/mode
44 .global round
45 round: label
46 | If g=r=s=0 then result is exact and round is done, else set
55 swap %d1 |set up d1.w for round prec.
81 swap %d1 |set up d1 for round prec.
106 swap %d1 |set up d1 for round prec.
113 | Note that this will round to even in case of a tie.
116 swap %d1 |set up d1 for round prec.
[all …]
Dres_func.S36 |xref round
111 | The routine round is used to correctly round the input for the
474 | If bit 2 is set, round is forced to double. If it is clear,
475 | and bit 6 is set, round is forced to single. If both are clear,
476 | the round precision is found in the fpcr. If the rounding precision
496 | The move is fdmove or round precision is double. Result is zero.
511 | The move is fsmove or round precision is single. Result is zero.
787 | ;round precision/mode. This
827 | precision. We can then call round with no sticky and the result
890 orl %d0,%d1 |set up for round call
[all …]
Dx_unfl.S34 |xref round
53 bsrl unf_res |denormalize, round & store interm op
146 | ;upper word for round
189 | Set up d1 for round subroutine d1 contains the PREC/MODE
197 | round subroutines. All code between these two subroutines
203 | d0{31:29} has guard, round, sticky
209 bsrl round |returns rounded denorm at (a0)
Dfpsp.h159 .set WBTEMP_GRS,LV-40 | alias wbtemp guard, round, sticky
161 .set round_bit,0 | round bit is bit number 0
289 .set x_mode,0x00 | round to extended
290 .set s_mode,0x40 | round to single
291 .set d_mode,0x80 | round to double
293 .set rn_mode,0x00 | round nearest
294 .set rz_mode,0x10 | round to zero
295 .set rm_mode,0x20 | round to minus infinity
296 .set rp_mode,0x30 | round to plus infinity
305 .set rnd_stky_bit,29 | round/sticky bit of mantissa
Dsint.S35 | sintrz, force round-to-zero mode.
65 |xref round
217 | ;used by round
221 bsr round |round the unnorm based on users
Dslog2.S34 | Notes: Default means round-to-nearest mode, no floating-point
49 | Notes: Default means round-to-nearest mode, no floating-point
63 | Notes: Default means round-to-nearest mode, no floating-point
78 | Notes: Default means round-to-nearest mode, no floating-point
DMakefile6 kernel_ex.o res_func.o round.o sacos.o sasin.o satan.o satanh.o \
Dutil.S152 bfextu FPCR_MODE(%a6){#0:#2},%d0 |set round precision
164 | This sets the round precision according to the destination size.
182 lsll #2,%d0 |move round precision to d0{3:2}
183 bfextu FPCR_MODE(%a6){#2:#2},%d1 |set round mode
485 | d0 contains round precision
512 lsll #2,%d0 |move round precision to d0{3:2}
513 bfextu FPCR_MODE(%a6){#2:#2},%d1 |set round mode
Dsetox.S79 | Step 2. Calculate N = round-to-nearest-int( X * 64/log2 ).
81 | 2.2 N := round-to-nearest-integer( X * 64/log2 ).
89 | N := round-to-nearest-integer(Z)
188 | 8.2 N := round-to-integer( X * 64/log2 )
Dstanh.S40 | 6. (|X| >= 50 log2) Tanh(X) = +-1 (round to nearest). Thus, we
Dstwotox.S43 | N := round-to-int(y). Decompose N as
Dx_store.S111 | Note: no attempt is made to round the extended value to double.
Dscale.S35 |xref round
Dsrem_mod.S387 fmovex %fp0,%fp0 |capture exceptions & round
Dbindec.S73 | If INEX is set, round error occurred. This is
/linux-4.1.27/fs/logfs/
Ddir.c134 static pgoff_t hash_index(u32 hash, int round) in hash_index() argument
141 switch (round) { in hash_index()
152 + round - 4; in hash_index()
164 int round; in logfs_get_dd_page() local
169 for (round = 0; round < 20; round++) { in logfs_get_dd_page()
170 index = hash_index(hash, round); in logfs_get_dd_page()
375 int round, err; in logfs_write_dir() local
377 for (round = 0; round < 20; round++) { in logfs_write_dir()
378 index = hash_index(hash, round); in logfs_write_dir()
Dgc.c460 int round, progress, last_progress = 0; in __logfs_gc_pass() local
475 for (round = 0; round < SCAN_ROUNDS; ) { in __logfs_gc_pass()
482 round += logfs_scan_some(sb); in __logfs_gc_pass()
487 last_progress = round; in __logfs_gc_pass()
488 else if (round - last_progress > 2) in __logfs_gc_pass()
519 round = 0; in __logfs_gc_pass()
/linux-4.1.27/arch/arm/crypto/
Daesbs-core.S_shipped85 vldmia r4!, {q9} @ round 0 key
532 vldmia r4, {q8} @ last round key
571 vldmia r4!, {q9} @ round 0 key
987 vldmia r4, {q8} @ last round key
1002 vld1.8 {q7}, [r4]! @ load round 0 key
1004 vld1.8 {q15}, [r4]! @ load round 1 key
1019 vstmia r12!, {q7} @ save round 0 key
1037 vld1.8 {q15}, [r4]! @ load next round key
1046 vstmia r12!,{q0-q7} @ write bit-sliced round key
1050 @ don't save last round key
[all …]
Daes-ce-core.S131 add ip, r2, #32 @ 3rd round key
138 add ip, r2, #32 @ 3rd round key
144 add ip, r2, #32 @ 3rd round key
150 add ip, r2, #32 @ 3rd round key
156 vld1.8 {q8-q9}, [\rk] @ load first 2 round keys
157 vld1.8 {q14}, [ip] @ load last round key
264 vmov q15, q14 @ preserve last round key
390 add ip, r6, #32 @ 3rd round key of key 2
483 add ip, r2, #32 @ 3rd round key
Dsha256-core.S_shipped161 eor r12,r4,r5 @ a^b, b^c in next round
164 eor r12,r4,r5 @ a^b, b^c in next round
219 eor r3,r11,r4 @ a^b, b^c in next round
222 eor r3,r11,r4 @ a^b, b^c in next round
277 eor r12,r10,r11 @ a^b, b^c in next round
280 eor r12,r10,r11 @ a^b, b^c in next round
335 eor r3,r9,r10 @ a^b, b^c in next round
338 eor r3,r9,r10 @ a^b, b^c in next round
393 eor r12,r8,r9 @ a^b, b^c in next round
396 eor r12,r8,r9 @ a^b, b^c in next round
[all …]
/linux-4.1.27/arch/arm/plat-versatile/
Dclock.c41 if (clk->ops && clk->ops->round) in clk_round_rate()
42 ret = clk->ops->round(clk, rate); in clk_round_rate()
/linux-4.1.27/tools/virtio/virtio-trace/
Dtrace-agent.c74 unsigned long value, round; in parse_size() local
98 round = value & (PAGE_SIZE - 1); in parse_size()
99 value = value - round; in parse_size()
/linux-4.1.27/drivers/i2c/busses/
Di2c-rcar.c171 u32 round, ick; in rcar_i2c_clock_calculate() local
220 round = (ick + 500000) / 1000000 * 285; in rcar_i2c_clock_calculate()
221 round = (round + 500) / 1000; in rcar_i2c_clock_calculate()
236 scl = ick / (20 + (scgd * 8) + round); in rcar_i2c_clock_calculate()
245 scl, bus_speed, clk_get_rate(priv->clk), round, cdf, scgd); in rcar_i2c_clock_calculate()
/linux-4.1.27/Documentation/devicetree/bindings/hsi/
Dclient-devices.txt16 - hsi-arb-mode: Arbitration mode for TX frame ("round-robin", "priority")
39 hsi-arb-mode = "round-robin";
Dnokia-modem.txt42 hsi-arb-mode = "round-robin";
/linux-4.1.27/Documentation/arm/nwfpe/
DREADME.FPE8 {P|M|Z} = {round to +infinity,round to -infinity,round to zero},
9 default = round to nearest
108 RND{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - round
112 URD{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - unnormalized round
DTODO39 default, but rounding to + or - infinity or round to zero are also allowed.
/linux-4.1.27/arch/mn10300/mm/
Dcache-inv-by-reg.S139 and L1_CACHE_TAG_MASK,d0 # round start addr down
143 and L1_CACHE_TAG_MASK,d1 # round end addr up
Dcache-dbg-flush-by-tag.S94 # round cacheline addr down
/linux-4.1.27/arch/arm/plat-versatile/include/plat/
Dclock.h7 long (*round)(struct clk *, unsigned long); member
/linux-4.1.27/arch/parisc/math-emu/
Dfmpyfadd.c455 goto round; in dbl_fmpyfadd()
564 goto round; in dbl_fmpyfadd()
630 round: in dbl_fmpyfadd()
1115 goto round;
1224 goto round;
1290 round:
1768 goto round;
1873 goto round;
1934 round:
2410 goto round;
[all …]
Dsfadd.c339 goto round; in sgl_fadd()
453 round: in sgl_fadd()
Dsfsub.c342 goto round; in sgl_fsub()
456 round: in sgl_fsub()
Ddfsub.c347 goto round; in dbl_fsub()
461 round: in dbl_fsub()
Ddfadd.c344 goto round; in dbl_fadd()
458 round: in dbl_fadd()
/linux-4.1.27/Documentation/
DIRQ-affinity.txt33 round-trip min/avg/max = 0.1/0.1/0.4 ms
50 round-trip min/avg/max = 0.1/0.5/585.4 ms
Dbcache.txt224 1M, it will round cache miss reads up to that size, but without overlapping
/linux-4.1.27/drivers/staging/rtl8188eu/core/
Drtw_security.c771 static void next_key(u8 *key, int round);
801 static void next_key(u8 *key, int round) in next_key() argument
814 rcon = rcon_table[round]; in next_key()
909 int round; in aes128k128d() local
916 for (round = 0; round < 11; round++) { in aes128k128d()
917 if (round == 0) { in aes128k128d()
919 next_key(round_key, round); in aes128k128d()
920 } else if (round == 10) { in aes128k128d()
932 next_key(round_key, round); in aes128k128d()
/linux-4.1.27/drivers/staging/rtl8712/
Drtl871x_security.c776 static void next_key(u8 *key, sint round) in next_key() argument
789 rcon = rcon_table[round]; in next_key()
876 sint round; in aes128k128d() local
884 for (round = 0; round < 11; round++) { in aes128k128d()
885 if (round == 0) { in aes128k128d()
887 next_key(round_key, round); in aes128k128d()
888 } else if (round == 10) { in aes128k128d()
900 next_key(round_key, round); in aes128k128d()
/linux-4.1.27/drivers/staging/rtl8723au/core/
Drtw_security.c857 static void next_key(u8 *key, int round) in next_key() argument
871 rcon = rcon_table[round]; in next_key()
972 int round; in aes128k128d() local
981 for (round = 0; round < 11; round++) { in aes128k128d()
982 if (round == 0) { in aes128k128d()
984 next_key(round_key, round); in aes128k128d()
985 } else if (round == 10) { in aes128k128d()
997 next_key(round_key, round); in aes128k128d()
/linux-4.1.27/arch/arm/common/
Dvlock.S74 @ Wait for the current round of voting to finish:
/linux-4.1.27/net/netfilter/ipvs/
DKconfig114 tristate "round-robin scheduling"
117 connections to different real servers in a round-robin manner.
123 tristate "weighted round-robin scheduling"
127 in a round-robin manner. Servers with higher weights receive
/linux-4.1.27/Documentation/hwmon/
Dlm9524539 It will round up to the next selectable interval. See the datasheet for exact
Dlm9523439 It will round up to the next selectable interval. See the datasheet for exact
Dltc424594 then they will be sampled in round-robin fashion. If userspace reads too
/linux-4.1.27/drivers/gpu/drm/sti/
DNOTES13 - The TV OUT pre-formats (convert, clip, round) the compositor output data
/linux-4.1.27/drivers/md/
DMakefile43 obj-$(CONFIG_DM_MULTIPATH) += dm-multipath.o dm-round-robin.o
/linux-4.1.27/drivers/net/team/
DKconfig33 round-robin fashion using packet counter.
/linux-4.1.27/Documentation/filesystems/
Dgfs2-glocks.txt141 of round trip times in network code. See "TCP/IP Illustrated,
208 srtt - Smoothed round trip time for non-blocking dlm requests
210 srttb - Smoothed round trip time for (potentially) blocking dlm requests
Dext4.txt473 mb_group_prealloc The multiblock allocator will round up allocation
/linux-4.1.27/arch/frv/kernel/
Dhead-uc-fr451.S74 sethi.p %hi(1024*2048-1),gr4 ; round up to nearest 2MiB
Dhead-uc-fr401.S259 sethi.p %hi(1024*2048-1),gr4 ; round up to nearest 2MiB
Dhead-uc-fr555.S247 sethi.p %hi(1024*2048-1),gr4 ; round up to nearest 2MiB
/linux-4.1.27/arch/frv/mm/
Dtlb-flush.S170 # round the start down to beginning of TLB line and end up to beginning of next TLB line
/linux-4.1.27/Documentation/ia64/
DIRQ-redir.txt54 routing is used. The target CPUs are distributed in a round robin
/linux-4.1.27/drivers/scsi/be2iscsi/
Dbe_cmds.c784 const u32 round = 10; in eq_delay_to_mult() local
794 multiplier = (MAX_INTR_RATE - interrupt_rate) * round; in eq_delay_to_mult()
796 multiplier = (multiplier + round / 2) / round; in eq_delay_to_mult()
/linux-4.1.27/drivers/media/dvb-frontends/
Dstv0900_core.c566 u32 freq, round; in stv0900_get_freq_auto() local
578 round = (stv0900_get_bits(intp, TUN_RFRESTE1) >> 2) + in stv0900_get_freq_auto()
581 round = (round * 1000) / 2048; in stv0900_get_freq_auto()
583 return freq + round; in stv0900_get_freq_auto()
/linux-4.1.27/Documentation/networking/
Dmultiqueue.txt34 A new round-robin qdisc, sch_multiq also supports multiple hardware queues. The
Dtcp.txt45 heuristics. There are also round trip time based algorithms like
Deql.txt383 about 160 kbits/sec. The next round of testing will distribute
Dip-sysctl.txt1721 The initial round trip timeout value in milliseconds that will be used
1722 in calculating round trip times. This is the initial time interval
1728 The maximum value (in milliseconds) of the round trip timeout. This
1734 The minimum value (in milliseconds) of the round trip timeout. This
Dbonding.txt511 balance-rr (round robin). Possible values are:
638 receive load is distributed sequentially (round robin)
1623 output slave selection was limited to round-robin and active-backup modes.
1640 Bonding Mode: load balancing (round-robin)
Dpacket_mmap.txt589 - PACKET_FANOUT_LB: schedule to socket by round-robin
Darcnet-hardware.txt2319 In a chip Socket with info printed on a label covering a round window
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-fs-ext414 The multiblock allocator will round up allocation
/linux-4.1.27/arch/arm/kernel/
Dhead-nommu.S75 rsb r6, r6, #31 @ ...so round up region size
Dentry-armv.S511 * coding round the lack of ldrht on older arches is pointless. Temporarily
/linux-4.1.27/arch/m68k/ifpsp060/src/
Dfplsp.S503 set rn_mode, 0x0 # round-to-nearest
504 set rz_mode, 0x1 # round-to-zero
505 set rm_mode, 0x2 # round-tp-minus-infinity
506 set rp_mode, 0x3 # round-to-plus-infinity
4903 # d0 = round precision,mode #
5612 # d0 = round precision,mode #
5832 fmov.l %d0,%fpcr # restore users round mode,prec
5871 fmov.l %d0,%fpcr # restore users round mode,prec
5883 fmov.l %d0,%fpcr # restore users round mode,prec
6492 # d0 = round precision,mode #
[all …]
Dfpsp.S5229 fmov.l %d0,%fpcr # restore users round mode,prec
5291 fmov.l %d0,%fpcr # restore users round mode,prec
5314 fmov.l %d0,%fpcr # restore users round mode,prec
5321 fmov.l %d0,%fpcr # restore users round mode,prec
6148 # d0 = round precision,mode #
6699 # d0 = round precision,mode #
6756 fmov.l (%sp)+,%fpcr # restore users round prec,mode
6773 fmov.l %d0,%fpcr # load round mode,prec
6998 # Step 2. Calculate N = round-to-nearest-int( X * 64/log2 ). #
6999 # 2.1 N := round-to-nearest-integer( X * 64/log2 ). #
[all …]
/linux-4.1.27/crypto/
DKconfig1157 It is a 16 round block cipher with the key size of 128 bit.
1290 16 round block cipher supporting key sizes of 128, 192, and 256
1312 16 round block cipher supporting key sizes of 128, 192, and 256
1328 16 round block cipher supporting key sizes of 128, 192, and 256
1348 16 round block cipher supporting key sizes of 128, 192, and 256
1374 16 round block cipher supporting key sizes of 128, 192, and 256
/linux-4.1.27/Documentation/fb/
Dframebuffer.txt88 If you try to change that information, the driver maybe will round up some
95 it to the hardware (round it down to less bits, maybe throw away
/linux-4.1.27/Documentation/device-mapper/
Dswitch.txt36 increased network bandwidth. An initiator could use a simple round
Dcache.txt211 the policy we currently think is giving best all round performance.
Dthin-provisioning.txt77 metadata device as 48 * $data_dev_size / $data_block_size but round it up
/linux-4.1.27/drivers/usb/serial/
Dmos7720.c1426 __u16 round; in calc_baud_rate_divisor() local
1446 round = (__u16)(round1 - (custom * 10)); in calc_baud_rate_divisor()
1447 if (round > 4) in calc_baud_rate_divisor()
/linux-4.1.27/Documentation/scsi/
Dhptiop.txt143 round to 0 if the index reaches the supported count of requests.
DChangeLog.1992-19971180 Next round of changes to support loadable modules. Getting closer
1704 wd7000.c: Supply jumpstart flag for reset. Do not round up
DChangeLog.lpfc917 "Re: [Emulex] Ready for next round. This patch cleans up the memory
/linux-4.1.27/sound/soc/fsl/
Dfsl_spdif.c1049 enum spdif_txrate index, bool round) in fsl_spdif_txclk_caldiv() argument
1064 if (round) in fsl_spdif_txclk_caldiv()
/linux-4.1.27/arch/x86/math-emu/
Dfpu_trig.c778 static void do_fprem(FPU_REG *st0_ptr, u_char st0_tag, int round) in do_fprem() argument
835 if ((round == RC_RND) in do_fprem()
/linux-4.1.27/Documentation/usb/
Dgadget-testing.txt49 then the other way round
492 Then the other way round:
562 then the other way round
/linux-4.1.27/Documentation/development-process/
D6.Followthrough120 reviewers; these comments need to be answered as in the previous round.
140 may be a new round of comments from developers who had not been aware of
/linux-4.1.27/arch/arm/mach-versatile/
Dcore.c357 .round = icst_clk_round,
/linux-4.1.27/Documentation/arm/
Dvlocks.txt127 reduces the number of round-trips required to external memory.
/linux-4.1.27/Documentation/cpu-freq/
Dpcc-cpufreq.txt176 B) There is a round-off error associated with the cpuinfo_cur_freq value.
/linux-4.1.27/arch/sparc/kernel/
Dentry.S1154 mov %i0, %o0 ! round multiplier up so large ns ok
1168 sethi %hi(0x10c7), %o1 ! round multiplier up so large us ok
/linux-4.1.27/Documentation/timers/
DNO_HZ.txt166 accommodate, they are normally round-robined so as to collect
168 round-robining from happening. This will likely be fixed by
Dhrtimers.txt141 the hrtimer code will round timer events to lower-resolution clocks
/linux-4.1.27/drivers/usb/dwc2/
Dgadget.c572 int round = maxreq % hs_ep->ep.maxpacket; in s3c_hsotg_start_req() local
575 __func__, length, maxreq, round); in s3c_hsotg_start_req()
578 if (round) in s3c_hsotg_start_req()
579 maxreq -= round; in s3c_hsotg_start_req()
/linux-4.1.27/fs/affs/
DChanges304 should remedy the round-off error introduced by
/linux-4.1.27/arch/arc/kernel/
Dentry.S750 ; user mode, in a round about way since that is always done from
/linux-4.1.27/Documentation/sysctl/
Dnet.txt145 probed in a round-robin manner.
/linux-4.1.27/Documentation/hid/
Duhid.txt70 The kernel blocks internal driver-execution during such round-trips (times out
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/
Dgpc.fuc223 // round up base/size to 256 byte boundary (for strand SWBASE)
/linux-4.1.27/arch/m68k/
DKconfig.cpu315 mantissa and round slightly incorrect, what is more than enough
/linux-4.1.27/arch/sh/lib/
Dmemcpy-sh4.S395 ! Size is at least 64 bytes, so will be going round the big loop at least once.
/linux-4.1.27/tools/perf/
Ddesign.txt170 particular counter allowing one to take the round-robin scheduling effect
/linux-4.1.27/arch/arm/boot/dts/
Domap3-n900.dts971 hsi-arb-mode = "round-robin";
/linux-4.1.27/block/
Dcfq-iosched.c999 unsigned round = cfq_hist_divisor / 2; in cfq_group_get_avg_queues() local
1004 cfqg->busy_queues_avg[rt] = (mult * max_q + min_q + round) / in cfq_group_get_avg_queues()
/linux-4.1.27/net/ipv4/
DKconfig590 high speed long delay links. It uses round-trip-time to
/linux-4.1.27/arch/arm/mm/
DKconfig771 Say Y here to use the predictable round-robin cache replacement
/linux-4.1.27/Documentation/m68k/
Dkernel-options.txt424 of colors possible. (Or, the other way round: The number of colors is
/linux-4.1.27/arch/mips/include/asm/octeon/
Dcvmx-gmxx-defs.h6838 uint64_t round:16; member
6840 uint64_t round:16;
/linux-4.1.27/Documentation/cgroups/
Dcpusets.txt363 round-robin or interleave.
/linux-4.1.27/arch/mips/
DKconfig2506 performance should round up your number of processors to the next
/linux-4.1.27/drivers/scsi/aic7xxx/
Daic79xx.seq365 * our batching and round-robin selection scheme
/linux-4.1.27/Documentation/RCU/
DRTFP.txt2693 RCU_FAST_NO_HZ, round 2.