| /linux/Documentation/admin-guide/device-mapper/ |
| H A D | linear.rst | 40 my $name = "reverse"; 41 my $extent_size = 4 * 1024 * 2; 42 my $dev = $ARGV[0]; 43 my $table = ""; 44 my $count = 0; 50 my $dev_size = `blockdev --getsz $dev`; 51 my $extents = int($dev_size / $extent_size) - 55 my $this_start = $count * $extent_size; 58 my $this_offset = $extents * $extent_size;
|
| H A D | striped.rst | 36 my $chunk_size = 128 * 2; 37 my $dev_name = "stripe_dev"; 38 my $num_devs = @ARGV; 39 my @devs = @ARGV; 40 my ($min_dev_size, $stripe_dev_size, $i); 48 my $this_size = `blockdev --getsz $devs[$i]`;
|
| /linux/scripts/kconfig/tests/preprocess/variable/ |
| H A D | expected_stderr | 7 Kconfig:45: Hello, my name is John. 8 Kconfig:50: Hello, my name is . 9 Kconfig:53: Hello, my name is John.
|
| H A D | Kconfig | 44 greeting = $(1), my name is $(2).
|
| /linux/tools/perf/Documentation/ |
| H A D | security.txt | 169 Run the command below to generate my-perf.te policy extension file with 172 # ausearch -c 'perf' --raw | audit2allow -M my-perf && cat my-perf.te 174 module my-perf 1.0; 184 Now compile, pack and load my-perf.pp extension module into the kernel: 186 # checkmodule -M -m -o my-perf.mod my-perf.te 187 # semodule_package -o my-perf.pp -m my-perf.mod 188 # semodule -X 300 -i my-perf.pp 211 # semodule -X 300 -r my-perf 216 # semodule -d my-perf 217 # semodule -e my-perf
|
| /linux/Documentation/trace/ |
| H A D | sys-t.rst | 17 # mkdir /config/stp-policy/dummy_stm.0:p_sys-t.my-policy/ 23 With Intel TH, therefore it can look like "0-sth:p_sys-t.my-policy". 30 # cat /config/stp-policy/dummy_stm.0:p_sys-t.my-policy/protocol 37 # mkdir /config/stp-policy/dummy_stm.0:p_sys-t.my-policy/default 38 # ls /config/stp-policy/dummy_stm.0:p_sys-t.my-policy/default
|
| H A D | stm.rst | 40 $ ls /config/stp-policy/dummy_stm.my-policy/user 42 $ cat /config/stp-policy/dummy_stm.my-policy/user/masters 44 $ cat /config/stp-policy/dummy_stm.my-policy/user/channels
|
| /linux/drivers/staging/fbtft/ |
| H A D | fb_hx8353d.c | 76 #define my BIT(7) macro 92 mx | my | (par->bgr << 3)); in set_var() 96 my | mv | (par->bgr << 3)); in set_var()
|
| /linux/drivers/comedi/drivers/ |
| H A D | jr3_pci.h | 62 s32 my; member 77 s32 my; member 102 my = 0x0010, enumerator
|
| H A D | jr3_pci.c | 172 s16 my; member 183 set_s16(&sensor->full_scale.my, full_scale.my); in set_full_scales() 196 result.my = get_s16(&sensor->max_full_scale.my); in get_max_full_scales() 229 val = get_s16(&spriv->sensor->filter[filter].my); in jr3_pci_ai_read_chan() 519 r[4].l.range[0].min = -get_s16(&fs->my) * 100; in jr3_pci_poll_subdevice() 520 r[4].l.range[0].max = get_s16(&fs->my) * 100; in jr3_pci_poll_subdevice() 545 set_s16(&sensor->offsets.my, 0); in jr3_pci_poll_subdevice()
|
| /linux/drivers/tty/ipwireless/ |
| H A D | tty.c | 287 unsigned int my = tty->control_lines; in get_control_lines() local 290 if (my & IPW_CONTROL_LINE_RTS) in get_control_lines() 292 if (my & IPW_CONTROL_LINE_DTR) in get_control_lines() 294 if (my & IPW_CONTROL_LINE_CTS) in get_control_lines() 296 if (my & IPW_CONTROL_LINE_DSR) in get_control_lines() 298 if (my & IPW_CONTROL_LINE_DCD) in get_control_lines()
|
| /linux/Documentation/sound/hd-audio/ |
| H A D | realtek-pc-beep.rst | 17 identified below have no discernible effect on my machine, a Dell XPS 13 9350:: 43 into 21h (headphone jack on my machine). Mixed signal respects the mute 48 into 14h (internal speaker on my machine). Mixed signal **ignores** the mute 93 ID (NID) 1Ah: the widget's signal can come either from an audio jack (on my 107 poorly shielded and picks up chassis noise (both of which are the case on my 115 away from PC Beep but have failed to disable both loopback paths. On my
|
| /linux/Documentation/input/devices/ |
| H A D | cs461x.rst | 21 screen in VJOYD); I have no documentation on my chip; and the existing 22 behavior in my case was not raised the requirement of joystick calibration.
|
| /linux/Documentation/driver-api/mtd/ |
| H A D | nand_ecc.rst | 15 I decided to annotate my steps in this file. Perhaps it is useful to someone 28 not use the right terminology, my coding theory class was almost 30 29 years ago, and I must admit it was not one of my favourites). 59 cp is my abbreviation for column parity, rp for row parity. 282 The code works, but is not terribly efficient. On my system it took 405 examples I kinda deviated from my regular programming style by allowing 468 executing the code as my 3Ghz D920 processor. 511 I decided to proceed with a four time unrolled loop anyway. It was my gut 594 linux code 1 million times, this took about 1 second on my system. 715 seconds, whereas my code now takes about 0.73 seconds for those 10 [all …]
|
| /linux/Documentation/usb/ |
| H A D | iuu_phoenix.rst | 57 - boost provide a way to overclock the reader ( my favorite :-) ) 70 - xmas is completely useless except for your eyes. This is one of my friend who was
|
| /linux/Documentation/admin-guide/ |
| H A D | video-output.rst | 8 device through common sysfs interface. For example, on my IBM ThinkPad T42
|
| /linux/Documentation/translations/zh_TW/process/ |
| H A D | submitting-patches.rst | 594 $ git checkout -t -b my-topical-branch master 595 Branch 'my-topical-branch' set up to track local branch 'master'. 596 Switched to a new branch 'my-topical-branch'
|
| /linux/Documentation/translations/zh_CN/process/ |
| H A D | submitting-patches.rst | 590 $ git checkout -t -b my-topical-branch master 591 Branch 'my-topical-branch' set up to track local branch 'master'. 592 Switched to a new branch 'my-topical-branch'
|
| /linux/Documentation/hwmon/ |
| H A D | mp9941.rst | 13 …https://scnbwymvp-my.sharepoint.com/:f:/g/personal/admin_scnbwy_com/Eth4kX1_J1hMsaASHiOYL4QBHU5a75…
|
| H A D | mp2993.rst | 13 …https://scnbwymvp-my.sharepoint.com/:f:/g/personal/admin_scnbwy_com/Eth4kX1_J1hMsaASHiOYL4QBHU5a75…
|
| /linux/Documentation/networking/device_drivers/ethernet/smsc/ |
| H A D | smc9.rst | 15 This file contains the instructions and caveats for my SMC9xxx driver. You
|
| /linux/Documentation/fb/ |
| H A D | sstfb.rst | 11 on my computer, with my "Maxi Gamer 3D" and "Maxi Gamer 3d²" boards, 18 (I eat my own dog food)
|
| /linux/Documentation/crypto/ |
| H A D | descore-readme.rst | 73 provided my routines with little stub interfaces so they can be 102 (my time measurements are not as accurate as his). 104 the comments in my first release of desCore on version 1.92: 110 of the optimizations which i did in my encryption routines. 115 (at some point i may do the same in my package). he also implements 227 the (worst-case) cost of my NOT doing endedness-specific optimizations 267 since i have no way to conveniently test it i have not provided my
|
| /linux/arch/arm/common/ |
| H A D | vlock.S | 63 strb r1, [r0, #VLOCK_OWNER_OFFSET] @ submit my vote
|
| /linux/Documentation/translations/zh_CN/doc-guide/ |
| H A D | kernel-doc.rst | 371 See :c:func:`my custom link text for function foo <foo>`. 372 See :c:type:`my custom link text for struct bar <bar>`.
|