/kernel/linux/linux-5.10/Documentation/ABI/testing/ |
D | sysfs-class-rapidio | 48 drwxr-xr-x 3 root root 0 Feb 11 15:10 00:e:0001 49 drwxr-xr-x 3 root root 0 Feb 11 15:10 00:e:0004 50 drwxr-xr-x 3 root root 0 Feb 11 15:10 00:e:0007 51 drwxr-xr-x 3 root root 0 Feb 11 15:10 00:s:0002 52 drwxr-xr-x 3 root root 0 Feb 11 15:10 00:s:0003 53 drwxr-xr-x 3 root root 0 Feb 11 15:10 00:s:0005 56 drwxr-xr-x 2 root root 0 Feb 11 15:11 power
|
/kernel/linux/linux-5.10/Documentation/core-api/ |
D | cpu_hotplug.rst | 100 drwxr-xr-x 9 root root 0 Dec 21 16:33 cpu0 101 drwxr-xr-x 9 root root 0 Dec 21 16:33 cpu1 102 drwxr-xr-x 9 root root 0 Dec 21 16:33 cpu2 103 drwxr-xr-x 9 root root 0 Dec 21 16:33 cpu3 104 drwxr-xr-x 9 root root 0 Dec 21 16:33 cpu4 105 drwxr-xr-x 9 root root 0 Dec 21 16:33 cpu5 106 drwxr-xr-x 9 root root 0 Dec 21 16:33 cpu6 107 drwxr-xr-x 9 root root 0 Dec 21 16:33 cpu7 108 drwxr-xr-x 2 root root 0 Dec 21 16:33 hotplug
|
/kernel/linux/linux-5.10/crypto/ |
D | camellia_generic.c | 344 #define CAMELLIA_F(xl, xr, kl, kr, yl, yr, il, ir, t0, t1) ({ \ argument 346 ir = xr ^ kr; \ 834 #define CAMELLIA_ROUNDSM(xl, xr, kl, kr, yl, yr, il, ir) ({ \ argument 837 ir = camellia_sp1110[(u8)xr]; \ 839 ir ^= camellia_sp0222[(u8)(xr >> 24)]; \ 841 ir ^= camellia_sp3033[(u8)(xr >> 16)]; \ 843 ir ^= camellia_sp4404[(u8)(xr >> 8)]; \
|
/kernel/linux/linux-5.10/Documentation/cpu-freq/ |
D | cpufreq-stats.rst | 50 drwxr-xr-x 2 root root 0 May 14 16:06 . 51 drwxr-xr-x 3 root root 0 May 14 15:58 ..
|
/kernel/linux/linux-5.10/Documentation/target/ |
D | tcm_mod_builder.rst | 74 drwxr-xr-x 2 root root 4096 2010-10-05 03:23 . 75 drwxr-xr-x 9 root root 4096 2010-10-05 03:22 ..
|
/kernel/linux/linux-5.10/sound/pci/ |
D | sonicvibes.c | 474 unsigned int xm, xn, xr, xd, metric = ~0U; in snd_sonicvibes_pll() local 484 xr = ((SV_REFFREQUENCY / SV_ADCMULT) * xm) / xn; in snd_sonicvibes_pll() 485 if (xr >= rate) in snd_sonicvibes_pll() 486 xd = xr - rate; in snd_sonicvibes_pll() 488 xd = rate - xr; in snd_sonicvibes_pll()
|
D | cmipci.c | 612 int xm, xn, xr; in snd_cmipci_pll_rmn() local 623 xr = ((CM_REFFREQ_XIN/adcmult) * xm) / xn; in snd_cmipci_pll_rmn() 625 if (xr < rate) in snd_cmipci_pll_rmn() 626 delta = rate - xr; in snd_cmipci_pll_rmn() 628 delta = xr - rate; in snd_cmipci_pll_rmn()
|
/kernel/linux/linux-5.10/tools/perf/Documentation/ |
D | security.txt | 77 drwxr-xr-x. 2 root root 4.0K Mar 20 12:16 . 78 drwxr-xr-x. 3 root root 4.0K Mar 20 12:16 ..
|
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
|
/kernel/linux/linux-5.10/fs/ocfs2/ |
D | xattr.c | 2917 struct ocfs2_xattr_tree_root *xr = &xblk->xb_attrs.xb_root; in ocfs2_create_xattr_block() local 2918 xr->xt_clusters = cpu_to_le32(1); in ocfs2_create_xattr_block() 2919 xr->xt_last_eb_blk = 0; in ocfs2_create_xattr_block() 2920 xr->xt_list.l_tree_depth = 0; in ocfs2_create_xattr_block() 2921 xr->xt_list.l_count = cpu_to_le16( in ocfs2_create_xattr_block() 2923 xr->xt_list.l_next_free_rec = cpu_to_le16(1); in ocfs2_create_xattr_block() 4284 struct ocfs2_xattr_tree_root *xr; in ocfs2_xattr_create_index_block() local 4345 xr = &xb->xb_attrs.xb_root; in ocfs2_xattr_create_index_block() 4346 xr->xt_clusters = cpu_to_le32(1); in ocfs2_xattr_create_index_block() 4347 xr->xt_last_eb_blk = 0; in ocfs2_xattr_create_index_block() [all …]
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/Documentation/filesystems/ |
D | zonefs.rst | 365 dr-xr-xr-x 2 root root 1 Nov 25 13:23 cnv 366 dr-xr-xr-x 2 root root 55356 Nov 25 13:23 seq
|
/kernel/linux/linux-5.10/Documentation/admin-guide/ |
D | perf-security.rst | 116 -rwxr-xr-x 2 root root 11M Oct 19 15:12 perf 119 -rwxr-xr-x 2 root perf_users 11M Oct 19 15:12 perf
|
/kernel/linux/linux-5.10/tools/testing/selftests/tc-testing/ |
D | README | 189 -rwxr-xr-x 1 bjb bjb 0 Sep 29 15:56 __init__.py
|
/kernel/linux/linux-5.10/Documentation/networking/ |
D | eql.rst | 69 -rwxr-xr-x guru/ncm 16111 Jan 12 22:29 1995 eql-1.1/eql_enslave
|
/kernel/linux/linux-5.10/drivers/s390/char/ |
D | raw3270.c | 403 int xr; member
|
/kernel/linux/linux-5.10/arch/s390/tools/ |
D | opcodes.txt | 30 17 xr RR_RR
|
/kernel/liteos_a/fs/jffs2/ |
D | jffs2.patch | 7202 - struct jffs2_xattr_datum *xr = (void *)ic; 7203 - BUG_ON(xr->node != raw); 7204 - adjust_ref = &xr->node;
|