| /linux/Documentation/admin-guide/device-mapper/ |
| 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;
|
| 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/tools/perf/Documentation/ |
| 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/scripts/kconfig/tests/preprocess/variable/ |
| 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.
|
| A D | Kconfig | 44 greeting = $(1), my name is $(2).
|
| /linux/Documentation/trace/ |
| 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
|
| 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/Documentation/devicetree/bindings/security/tpm/ |
| A D | ibmvtpm.txt | 10 - ibm,my-drc-index : integer index for the connector between the device 18 - ibm,my-dma-window : specifies DMA window associated with this virtual 33 ibm,my-drc-index = <0x30000003>; 37 ibm,my-dma-window = <0x10000003 0x0 0x0 0x0 0x10000000>;
|
| /linux/drivers/staging/fbtft/ |
| 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/ |
| A D | jr3_pci.c | 173 s16 my; member 184 set_s16(&sensor->full_scale.my, full_scale.my); in set_full_scales() 197 result.my = get_s16(&sensor->max_full_scale.my); in get_max_full_scales() 230 val = get_s16(&spriv->sensor->filter[filter].my); in jr3_pci_ai_read_chan() 520 r[4].l.range[0].min = -get_s16(&fs->my) * 100; in jr3_pci_poll_subdevice() 521 r[4].l.range[0].max = get_s16(&fs->my) * 100; in jr3_pci_poll_subdevice() 546 set_s16(&sensor->offsets.my, 0); in jr3_pci_poll_subdevice()
|
| A D | jr3_pci.h | 62 s32 my; member 77 s32 my; member 102 my = 0x0010, enumerator
|
| /linux/drivers/tty/ipwireless/ |
| 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/ |
| 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/devicetree/bindings/clock/ |
| A D | maxim,max77686.txt | 64 clock-names = "my-clock"; 89 clock-names = "my-clock"; 112 clock-names = "my-clock";
|
| /linux/Documentation/driver-api/mtd/ |
| 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. 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 717 factor 18 on my system. Not that bad. Of course on different hardware [all …]
|
| /linux/drivers/staging/gs_fpgaboot/ |
| A D | README | 47 However, if you use my driver, you don't have to have a dedicated JTAG. 61 separate driver (pcie or others), then THAT driver calls my driver to
|
| /linux/Documentation/input/devices/ |
| 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/networking/ |
| A D | arcnet.rst | 17 But my cat is still named Fifi. 31 (hey, that was even better than my original poem... this is getting bad!) 83 You can try my ARCNET page on the World Wide Web at: 105 versions are available on my WWW page, or via e-mail if you don't have WWW 283 the driver patch from my web page. It helps with PC/TCP, and also 371 and modified somewhat by me. Bugs are probably my fault. 412 my home network; I don't have any NetBSD or AmiTCP computers, so I only 415 I have three computers on my home network; two Linux boxes (which prefer 463 So patience (necessarily; I don't have another IP number from my 474 that is on my private subnet, the same subnet that patience is on. I [all …]
|
| A D | netdev-FAQ.rst | 95 How do I indicate which tree (net vs. net-next) my patch should be in? 181 What level of testing is expected before I submit my change? 215 Can I reproduce the checks from patchwork on my local machine? 223 Running all the builds and checks locally is a pain, can I post my patches and have the patchwork b… 231 netdevsim is great, can I extend it for my out-of-tree tests? 248 Any other tips to help ensure my net/net-next patch gets OK'd?
|
| /linux/Documentation/usb/ |
| 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/ |
| A D | video-output.rst | 8 device through common sysfs interface. For example, on my IBM ThinkPad T42
|
| /linux/fs/reiserfs/ |
| A D | README | 33 to the owner of the copyright, and my interpretation of this shall 37 fail to fairly credit me, or to remove my credits, without my 108 for all salaries from my dayjob I owned all copyrights, and you can't
|
| /linux/Documentation/fb/ |
| 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/ |
| 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/Documentation/networking/device_drivers/ethernet/smsc/ |
| A D | smc9.rst | 15 This file contains the instructions and caveats for my SMC9xxx driver. You
|