Home
last modified time | relevance | path

Searched refs:xr (Results 1 – 16 of 16) sorted by relevance

/linux-4.1.27/Documentation/rapidio/
Dsysfs.txt147 drwxr-xr-x 3 root root 0 Feb 11 15:10 00:e:0001
148 drwxr-xr-x 3 root root 0 Feb 11 15:10 00:e:0004
149 drwxr-xr-x 3 root root 0 Feb 11 15:10 00:e:0007
150 drwxr-xr-x 3 root root 0 Feb 11 15:10 00:s:0002
151 drwxr-xr-x 3 root root 0 Feb 11 15:10 00:s:0003
152 drwxr-xr-x 3 root root 0 Feb 11 15:10 00:s:0005
155 drwxr-xr-x 2 root root 0 Feb 11 15:11 power
/linux-4.1.27/Documentation/cpuidle/
Dsysfs.txt31 drwxr-xr-x 2 root root 0 Feb 8 10:42 state0
32 drwxr-xr-x 2 root root 0 Feb 8 10:42 state1
33 drwxr-xr-x 2 root root 0 Feb 8 10:42 state2
34 drwxr-xr-x 2 root root 0 Feb 8 10:42 state3
/linux-4.1.27/Documentation/cris/
DREADME181 -rwxr-xr-x 1 342 100 10356 Jan 01 00:00 ifconfig
182 -rwxr-xr-x 1 342 100 17548 Jan 01 00:00 init
183 -rwxr-xr-x 1 342 100 9488 Jan 01 00:00 route
184 -rwxr-xr-x 1 342 100 46036 Jan 01 00:00 sftpd
185 -rwxr-xr-x 1 342 100 48104 Jan 01 00:00 sh
186 -rwxr-xr-x 1 342 100 16252 Jan 01 00:00 telnetd
/linux-4.1.27/Documentation/isdn/
DREADME.avmb180 dr-xr-xr-x 2 root root 0 Jul 1 14:03 .
81 dr-xr-xr-x 82 root root 0 Jun 30 19:08 ..
/linux-4.1.27/Documentation/
Dcpu-hotplug.txt163 drwxr-xr-x 10 root root 0 Sep 19 07:44 .
164 drwxr-xr-x 13 root root 0 Sep 19 07:45 ..
165 drwxr-xr-x 3 root root 0 Sep 19 07:44 cpu0
166 drwxr-xr-x 3 root root 0 Sep 19 07:44 cpu1
167 drwxr-xr-x 3 root root 0 Sep 19 07:44 cpu2
168 drwxr-xr-x 3 root root 0 Sep 19 07:44 cpu3
169 drwxr-xr-x 3 root root 0 Sep 19 07:44 cpu4
170 drwxr-xr-x 3 root root 0 Sep 19 07:44 cpu5
171 drwxr-xr-x 3 root root 0 Sep 19 07:44 cpu6
172 drwxr-xr-x 3 root root 0 Sep 19 07:48 cpu7
/linux-4.1.27/crypto/
Dcamellia_generic.c357 #define CAMELLIA_F(xl, xr, kl, kr, yl, yr, il, ir, t0, t1) ({ \ argument
359 ir = xr ^ kr; \
847 #define CAMELLIA_ROUNDSM(xl, xr, kl, kr, yl, yr, il, ir) ({ \ argument
850 ir = camellia_sp1110[(u8)xr]; \
852 ir ^= camellia_sp0222[(u8)(xr >> 24)]; \
854 ir ^= camellia_sp3033[(u8)(xr >> 16)]; \
856 ir ^= camellia_sp4404[(u8)(xr >> 8)]; \
/linux-4.1.27/Documentation/cpu-freq/
Dcpufreq-stats.txt45 drwxr-xr-x 2 root root 0 May 14 16:06 .
46 drwxr-xr-x 3 root root 0 May 14 15:58 ..
/linux-4.1.27/arch/s390/net/
Dbpf_jit.S105 xr %r3,%r3; /* Set cc to zero */ \
/linux-4.1.27/Documentation/target/
Dtcm_mod_builder.txt72 drwxr-xr-x 2 root root 4096 2010-10-05 03:23 .
73 drwxr-xr-x 9 root root 4096 2010-10-05 03:22 ..
/linux-4.1.27/sound/pci/
Dsonicvibes.c488 unsigned int xm, xn, xr, xd, metric = ~0U; in snd_sonicvibes_pll() local
498 xr = ((SV_REFFREQUENCY / SV_ADCMULT) * xm) / xn; in snd_sonicvibes_pll()
499 if (xr >= rate) in snd_sonicvibes_pll()
500 xd = xr - rate; in snd_sonicvibes_pll()
502 xd = rate - xr; in snd_sonicvibes_pll()
Dcmipci.c625 int xm, xn, xr; in snd_cmipci_pll_rmn() local
636 xr = ((CM_REFFREQ_XIN/adcmult) * xm) / xn; in snd_cmipci_pll_rmn()
638 if (xr < rate) in snd_cmipci_pll_rmn()
639 delta = rate - xr; in snd_cmipci_pll_rmn()
641 delta = xr - rate; in snd_cmipci_pll_rmn()
/linux-4.1.27/fs/ocfs2/
Dxattr.c2906 struct ocfs2_xattr_tree_root *xr = &xblk->xb_attrs.xb_root; in ocfs2_create_xattr_block() local
2907 xr->xt_clusters = cpu_to_le32(1); in ocfs2_create_xattr_block()
2908 xr->xt_last_eb_blk = 0; in ocfs2_create_xattr_block()
2909 xr->xt_list.l_tree_depth = 0; in ocfs2_create_xattr_block()
2910 xr->xt_list.l_count = cpu_to_le16( in ocfs2_create_xattr_block()
2912 xr->xt_list.l_next_free_rec = cpu_to_le16(1); in ocfs2_create_xattr_block()
4278 struct ocfs2_xattr_tree_root *xr; in ocfs2_xattr_create_index_block() local
4339 xr = &xb->xb_attrs.xb_root; in ocfs2_xattr_create_index_block()
4340 xr->xt_clusters = cpu_to_le32(1); in ocfs2_xattr_create_index_block()
4341 xr->xt_last_eb_blk = 0; in ocfs2_xattr_create_index_block()
[all …]
/linux-4.1.27/fs/jffs2/
Dwbuf.c483 struct jffs2_xattr_datum *xr = (void *)ic; in jffs2_wbuf_recover() local
484 BUG_ON(xr->node != raw); in jffs2_wbuf_recover()
485 adjust_ref = &xr->node; in jffs2_wbuf_recover()
/linux-4.1.27/tools/perf/Documentation/
Dperf-script-python.txt389 drwxr-xr-x 4 trz trz 4096 2010-01-26 22:30 .
390 drwxr-xr-x 4 trz trz 4096 2010-01-26 22:29 ..
391 drwxr-xr-x 2 trz trz 4096 2010-01-26 22:29 bin
393 drwxr-xr-x 3 trz trz 4096 2010-01-26 22:49 Perf-Trace-Util
/linux-4.1.27/Documentation/networking/
Deql.txt63 -rwxr-xr-x guru/ncm 16111 Jan 12 22:29 1995 eql-1.1/eql_enslave
/linux-4.1.27/drivers/s390/char/
Draw3270.c449 int xr; member