/Linux-v5.15/tools/memory-model/ |
D | linux-kernel.cat | 28 let acq-po = [Acquire] ; po ; [M] 29 let po-rel = [M] ; po ; [Release] 30 let po-unlock-rf-lock-po = po ; [UL] ; rf ; [LKR] ; po 33 let R4rmb = R \ Noreturn (* Reads for which rmb works *) 34 let rmb = [R4rmb] ; fencerel(Rmb) ; [R4rmb] 35 let wmb = [W] ; fencerel(Wmb) ; [W] 36 let mb = ([M] ; fencerel(Mb) ; [M]) | 42 let gp = po ; [Sync-rcu | Sync-srcu] ; po? 43 let strong-fence = mb | gp 45 let nonrw-fence = strong-fence | po-rel | acq-po [all …]
|
D | lock.cat | 33 let RL = try RL with emptyset 34 let RU = try RU with emptyset 37 let LF = LF | RL 40 let ALL-LOCKS = LKR | LKW | UL | LF | RU 44 let lk-rmw = ([LKR] ; po-loc ; [LKW]) \ (po ; po) 45 let rmw = rmw | lk-rmw 64 let R = R | LKR | LF | RU 65 let W = W | LKW 67 let Release = Release | UL 68 let Acquire = Acquire | LKR [all …]
|
D | linux-kernel.bell | 41 let Srcu = Srcu-lock | Srcu-unlock | Sync-srcu 44 let rcu-rscs = let rec 60 let srcu-rscs = let rec 82 let Marked = (~M) | IW | Once | Release | Acquire | domain(rmw) | range(rmw) | 84 let Plain = M \ Marked
|
/Linux-v5.15/Documentation/trace/ |
D | function-graph-fold.vim | 15 let line = getline(a:lnum) 29 let s = split(getline(v:foldstart), '|', 1) 31 let s[2] = ' task switch ' 33 let e = split(getline(v:foldend), '|', 1) 34 let s[2] = e[2]
|
D | events-nmi.rst | 22 Let's say you suspect that perf_event_nmi_handler() is causing 29 Let's also say you are only interested in when that function is
|
/Linux-v5.15/Documentation/filesystems/ |
D | sharedsubtree.rst | 47 Let's say /mnt has a mount that is shared:: 70 Now let's say we mount a device at /tmp/a:: 93 Let's say /mnt has a mount which is shared. 96 Let's bind mount /mnt to /tmp 102 Now let's make the mount at /tmp; a slave of /mnt 105 let's mount /dev/sd0 on /mnt/a 116 However let's see what happens if we mount something on the mount at /tmp 136 let's say we have a mount at /mnt and we make it unbindable:: 140 Let's try to bind mount this mount somewhere else:: 446 let's say we have the following mount tree:: [all …]
|
/Linux-v5.15/drivers/usb/misc/ |
D | emi26.c | 120 /* De-assert reset (let the CPU run) */ in emi26_load_firmware() 124 msleep(250); /* let device settle */ in emi26_load_firmware() 159 msleep(250); /* let device settle */ in emi26_load_firmware() 161 /* De-assert reset (let the CPU run) */ in emi26_load_firmware() 195 /* De-assert reset (let the CPU run) */ in emi26_load_firmware() 199 msleep(250); /* let device settle */ in emi26_load_firmware() 234 /* do not return the driver context, let real audio driver do that */ in emi26_probe()
|
D | emi62.c | 127 /* De-assert reset (let the CPU run) */ in emi62_load_firmware() 131 msleep(250); /* let device settle */ in emi62_load_firmware() 167 /* De-assert reset (let the CPU run) */ in emi62_load_firmware() 171 msleep(250); /* let device settle */ in emi62_load_firmware() 202 /* De-assert reset (let the CPU run) */ in emi62_load_firmware() 206 msleep(250); /* let device settle */ in emi62_load_firmware() 247 /* do not return the driver context, let real audio driver do that */ in emi62_probe()
|
/Linux-v5.15/scripts/coccinelle/api/ |
D | check_bq27xxx_data.cocci | 18 let print_report p msg = 19 let p = List.hd p in 86 let msg = 122 let msg = 158 let msg =
|
/Linux-v5.15/tools/testing/selftests/net/forwarding/ |
D | router_multipath.sh | 187 let "packets_rp12 = $t1_rp12 - $t0_rp12" 188 let "packets_rp13 = $t1_rp13 - $t0_rp13" 224 let "packets_rp12 = $t1_rp12 - $t0_rp12" 225 let "packets_rp13 = $t1_rp13 - $t0_rp13" 258 let "packets_rp12 = $t1_rp12 - $t0_rp12" 259 let "packets_rp13 = $t1_rp13 - $t0_rp13"
|
D | router_mpath_nh.sh | 212 let "packets_rp12 = $t1_rp12 - $t0_rp12" 213 let "packets_rp13 = $t1_rp13 - $t0_rp13" 245 let "packets_rp12 = $t1_rp12 - $t0_rp12" 246 let "packets_rp13 = $t1_rp13 - $t0_rp13" 275 let "packets_rp12 = $t1_rp12 - $t0_rp12" 276 let "packets_rp13 = $t1_rp13 - $t0_rp13"
|
/Linux-v5.15/tools/testing/selftests/rseq/ |
D | run_param_test.sh | 45 let "i++" 75 let "i++" 96 let "i++"
|
/Linux-v5.15/tools/testing/selftests/bpf/progs/ |
D | sockopt_sk.c | 46 * let next BPF program in the cgroup chain or kernel in _getsockopt() 55 * let next BPF program in the cgroup chain or kernel in _getsockopt() 63 * let next BPF program in the cgroup chain or kernel in _getsockopt() 144 * let next BPF program in the cgroup chain or kernel in _setsockopt()
|
/Linux-v5.15/fs/ceph/ |
D | ioctl.h | 21 * directory or one of its ancestors. The GET_LAYOUT ioctl will let 24 * SET_LAYOUT will let you set a layout on a newly created file. This 28 * SET_LAYOUT_POLICY will let you set a layout policy (default layout)
|
/Linux-v5.15/Documentation/process/ |
D | management-style.rst | 75 It turns out that since nobody would be stupid enough to ever really let 164 And the more convinced you are that you are right (and let's face it, 188 knowledge that we're better than the average person (let's face it, 209 specific directions, but let's face it, they might be good at what they 232 importantly, they're also likely the person who can fix it. Because, let's 284 boys, let's not be judgmental or sexist here) knocking on your dressing
|
/Linux-v5.15/arch/arm/common/ |
D | bL_switcher.c | 81 * Our state has been saved at this point. Let's release our in bL_do_switch() 99 * Let's wait until our inbound is alive. in bL_do_switch() 106 /* Let's put ourself down. */ in bL_do_switch() 185 * Let's wake up the inbound CPU now in case it requires some delay in bL_switch_to() 230 /* Let's do the actual CPU switch. */ in bL_switch_to() 444 * Now let's do the pairing. We match each CPU with another CPU in bL_switcher_halve_cpus() 463 * Let's remember the last match to create "odd" in bL_switcher_halve_cpus() 487 /* Let's take note of the GIC ID for this CPU */ in bL_switcher_halve_cpus()
|
/Linux-v5.15/fs/squashfs/ |
D | decompressor_multi.c | 146 * let's wait for releasing decomp from other users. in get_decomp_stream() 151 /* Let's allocate new decomp */ in get_decomp_stream() 170 * If system memory is tough, let's for other's in get_decomp_stream()
|
/Linux-v5.15/scripts/coccinelle/null/ |
D | badzero.cocci | 24 let negtable = Hashtbl.create 101 97 try let _ = Hashtbl.find negtable f in () 117 try let _ = Hashtbl.find negtable f in ()
|
/Linux-v5.15/Documentation/spi/ |
D | butterfly.rst | 20 SPI protocol drivers interact with the AVR, and could even let the AVR 42 Then to let Linux master that bus to talk to the DataFlash chip, you must 60 That would let you talk to the AVR using custom SPI-with-USI firmware,
|
/Linux-v5.15/drivers/gpu/drm/panfrost/ |
D | panfrost_gem.h | 19 * let the core store drm_gem_object_mapping entries (where we 34 * Count the number of jobs referencing this BO so we don't let the
|
/Linux-v5.15/net/rxrpc/ |
D | misc.c | 30 * requested to let the sender know it doesn't need to resend. 39 * ACK let the other end know that it can free up its Tx buffer space.
|
/Linux-v5.15/arch/arm/boot/dts/ |
D | rk3288-veyron-mickey.dts | 86 * and don't let the GPU go faster than 400 MHz. 139 /* At very hot, don't let GPU go over 300 MHz */ 190 * let the CPU do the rest itself. 206 /* When really hot, don't let GPU go _above_ 300 MHz */
|
/Linux-v5.15/arch/arm/plat-versatile/ |
D | platsmp.c | 56 * let the primary processor know we're out of the in versatile_secondary_init() 103 * now the secondary core is starting up let it run its in versatile_boot_secondary()
|
/Linux-v5.15/tools/testing/selftests/powerpc/vphn/ |
D | vphn.c | 37 /* Let's fix the values returned by plpar_hcall9() */ in vphn_unpack_associativity() 46 * Let's concatenate the 16 bits of this field to the in vphn_unpack_associativity()
|
/Linux-v5.15/Documentation/i2c/ |
D | old-module-parameters.rst | 11 <linux/i2c.h> which created standard module parameters to let the user 13 parameters were known as ``probe`` (to let the driver probe for an extra
|