/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-class-rapidio | 44 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/ |
D | sysfs.txt | 31 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/ |
D | README.avmb1 | 80 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/ |
D | cpu_hotplug.rst | 107 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/ |
D | camellia_generic.c | 356 #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/ |
D | cpufreq-stats.txt | 45 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/ |
D | tcm_mod_builder.txt | 72 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/ |
D | sonicvibes.c | 488 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()
|
D | cmipci.c | 625 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/ |
D | xattr.c | 2925 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/ |
D | wbuf.c | 483 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/ |
D | perf-script-python.txt | 385 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/ |
D | README | 182 -rwxr-xr-x 1 bjb bjb 0 Sep 29 15:56 __init__.py
|
/Linux-v4.19/Documentation/networking/ |
D | eql.txt | 63 -rwxr-xr-x guru/ncm 16111 Jan 12 22:29 1995 eql-1.1/eql_enslave
|
/Linux-v4.19/drivers/s390/char/ |
D | raw3270.c | 403 int xr; member
|
/Linux-v4.19/arch/s390/tools/ |
D | opcodes.txt | 28 17 xr RR_RR
|