Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/ABI/testing/
Dsysfs-class-rapidio44 drwxr-xr-x 3 root root 0 Feb 11 15:10 00:e:0001
45 drwxr-xr-x 3 root root 0 Feb 11 15:10 00:e:0004
46 drwxr-xr-x 3 root root 0 Feb 11 15:10 00:e:0007
47 drwxr-xr-x 3 root root 0 Feb 11 15:10 00:s:0002
48 drwxr-xr-x 3 root root 0 Feb 11 15:10 00:s:0003
49 drwxr-xr-x 3 root root 0 Feb 11 15:10 00:s:0005
52 drwxr-xr-x 2 root root 0 Feb 11 15:11 power
/Linux-v4.19/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-v4.19/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-v4.19/Documentation/core-api/
Dcpu_hotplug.rst107 drwxr-xr-x 9 root root 0 Dec 21 16:33 cpu0
108 drwxr-xr-x 9 root root 0 Dec 21 16:33 cpu1
109 drwxr-xr-x 9 root root 0 Dec 21 16:33 cpu2
110 drwxr-xr-x 9 root root 0 Dec 21 16:33 cpu3
111 drwxr-xr-x 9 root root 0 Dec 21 16:33 cpu4
112 drwxr-xr-x 9 root root 0 Dec 21 16:33 cpu5
113 drwxr-xr-x 9 root root 0 Dec 21 16:33 cpu6
114 drwxr-xr-x 9 root root 0 Dec 21 16:33 cpu7
115 drwxr-xr-x 2 root root 0 Dec 21 16:33 hotplug
/Linux-v4.19/crypto/
Dcamellia_generic.c356 #define CAMELLIA_F(xl, xr, kl, kr, yl, yr, il, ir, t0, t1) ({ \ argument
358 ir = xr ^ kr; \
846 #define CAMELLIA_ROUNDSM(xl, xr, kl, kr, yl, yr, il, ir) ({ \ argument
849 ir = camellia_sp1110[(u8)xr]; \
851 ir ^= camellia_sp0222[(u8)(xr >> 24)]; \
853 ir ^= camellia_sp3033[(u8)(xr >> 16)]; \
855 ir ^= camellia_sp4404[(u8)(xr >> 8)]; \
/Linux-v4.19/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-v4.19/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-v4.19/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-v4.19/fs/ocfs2/
Dxattr.c2925 struct ocfs2_xattr_tree_root *xr = &xblk->xb_attrs.xb_root; in ocfs2_create_xattr_block() local
2926 xr->xt_clusters = cpu_to_le32(1); in ocfs2_create_xattr_block()
2927 xr->xt_last_eb_blk = 0; in ocfs2_create_xattr_block()
2928 xr->xt_list.l_tree_depth = 0; in ocfs2_create_xattr_block()
2929 xr->xt_list.l_count = cpu_to_le16( in ocfs2_create_xattr_block()
2931 xr->xt_list.l_next_free_rec = cpu_to_le16(1); in ocfs2_create_xattr_block()
4295 struct ocfs2_xattr_tree_root *xr; in ocfs2_xattr_create_index_block() local
4356 xr = &xb->xb_attrs.xb_root; in ocfs2_xattr_create_index_block()
4357 xr->xt_clusters = cpu_to_le32(1); in ocfs2_xattr_create_index_block()
4358 xr->xt_last_eb_blk = 0; in ocfs2_xattr_create_index_block()
[all …]
/Linux-v4.19/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-v4.19/tools/perf/Documentation/
Dperf-script-python.txt385 drwxr-xr-x 4 trz trz 4096 2010-01-26 22:30 .
386 drwxr-xr-x 4 trz trz 4096 2010-01-26 22:29 ..
387 drwxr-xr-x 2 trz trz 4096 2010-01-26 22:29 bin
389 drwxr-xr-x 3 trz trz 4096 2010-01-26 22:49 Perf-Trace-Util
/Linux-v4.19/tools/testing/selftests/tc-testing/
DREADME182 -rwxr-xr-x 1 bjb bjb 0 Sep 29 15:56 __init__.py
/Linux-v4.19/Documentation/networking/
Deql.txt63 -rwxr-xr-x guru/ncm 16111 Jan 12 22:29 1995 eql-1.1/eql_enslave
/Linux-v4.19/drivers/s390/char/
Draw3270.c403 int xr; member
/Linux-v4.19/arch/s390/tools/
Dopcodes.txt28 17 xr RR_RR