| /linux/mm/damon/tests/ |
| H A D | vaddr-kunit.h | 15 #include <kunit/test.h> 158 * 50-55, 70-80, 90-100) to fit with the new big regions or remove target 163 /* 10-20-30, 50-55-57-59, 70-80-90-100 */ in damon_test_apply_three_regions1() 165 70, 80, 80, 90, 90, 100}; in damon_test_apply_three_regions1() 171 /* 5-20-27, 45-55, 73-80-90-104 */ in damon_test_apply_three_regions1() 173 73, 80, 80, 90, 90, 104}; in damon_test_apply_three_regions1() 185 /* 10-20-30, 50-55-57-59, 70-80-90-100 */ in damon_test_apply_three_regions2() 187 70, 80, 80, 90, 90, 100}; in damon_test_apply_three_regions2() 193 /* 5-20-27, 56-57, 65-80-90-104 */ in damon_test_apply_three_regions2() 195 65, 80, 80, 90, 90, 104}; in damon_test_apply_three_regions2() [all …]
|
| /linux/drivers/leds/trigger/ |
| H A D | ledtrig-activity.c | 9 #include <linux/init.h> 10 #include <linux/kernel.h> 11 #include <linux/kernel_stat.h> 12 #include <linux/leds.h> 13 #include <linux/module.h> 14 #include <linux/panic_notifier.h> 15 #include <linux/reboot.h> 16 #include <linux/sched.h> 17 #include <linux/slab.h> 18 #include <linux/timer.h> [all …]
|
| /linux/arch/sparc/lib/ |
| H A D | copy_in_user.S | 7 #include <linux/export.h> 8 #include <linux/linkage.h> 9 #include <asm/asi.h> 58 bne,pn %XCC, 90f 80 ba,pt %xcc, 90f 85 bne,pn %XCC, 90f 100 90: 105 bgu,pt %XCC, 90b
|
| H A D | GENmemcpy.S | 8 #include <linux/linkage.h> 89 bne,a,pn %XCC, 90f 114 ba,a,pt %XCC, 90f 119 bne,pn %XCC, 90f 133 90: 137 bgu,pt %XCC, 90b
|
| /linux/arch/m68k/lib/ |
| H A D | checksum.c | 31 #include <linux/module.h> 32 #include <net/checksum.h> 242 "90:\t" in csum_and_copy_from_user() 247 ".long 10b,90b\n" in csum_and_copy_from_user() 248 ".long 11b,90b\n" in csum_and_copy_from_user() 249 ".long 12b,90b\n" in csum_and_copy_from_user() 250 ".long 13b,90b\n" in csum_and_copy_from_user() 251 ".long 14b,90b\n" in csum_and_copy_from_user() 252 ".long 15b,90b\n" in csum_and_copy_from_user() 253 ".long 16b,90b\n" in csum_and_copy_from_user() [all …]
|
| /linux/drivers/video/fbdev/geode/ |
| H A D | lxfb_core.c | 9 #include <linux/aperture.h> 10 #include <linux/module.h> 11 #include <linux/kernel.h> 12 #include <linux/errno.h> 13 #include <linux/string.h> 14 #include <linux/console.h> 15 #include <linux/mm.h> 16 #include <linux/suspend.h> 17 #include <linux/delay.h> 18 #include <linux/fb.h> [all …]
|
| /linux/include/crypto/ |
| H A D | drbg.h | 2 * DRBG based on NIST SP800-90A 43 #include <linux/random.h> 44 #include <linux/scatterlist.h> 45 #include <crypto/hash.h> 46 #include <crypto/skcipher.h> 47 #include <linux/module.h> 48 #include <linux/crypto.h> 49 #include <linux/slab.h> 50 #include <crypto/internal/rng.h> 51 #include <crypto/rng.h> [all …]
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | xdp_adjust_tail.c | 2 #include <test_progs.h> 3 #include <network_helpers.h> 321 ASSERT_OK(err, "90Kb+10b"); in test_xdp_adjust_frags_tail_grow_64k() 322 ASSERT_EQ(topts.retval, XDP_TX, "90Kb+10b retval"); in test_xdp_adjust_frags_tail_grow_64k() 323 ASSERT_EQ(topts.data_size_out, exp_size, "90Kb+10b size"); in test_xdp_adjust_frags_tail_grow_64k() 327 ASSERT_EQ(buf[i], 1, "90Kb+10b-old"); in test_xdp_adjust_frags_tail_grow_64k() 332 ASSERT_EQ(buf[i], 0, "90Kb+10b-new"); in test_xdp_adjust_frags_tail_grow_64k() 337 ASSERT_EQ(buf[i], 1, "90Kb+10b-untouched"); in test_xdp_adjust_frags_tail_grow_64k() 349 ASSERT_OK(err, "90Kb+10b"); in test_xdp_adjust_frags_tail_grow_64k() 350 ASSERT_EQ(topts.retval, XDP_DROP, "90Kb+10b retval"); in test_xdp_adjust_frags_tail_grow_64k() [all …]
|
| /linux/arch/arm64/boot/dts/rockchip/ |
| H A D | px30-ringneck-haikou-lvds-9904379.dtso | 14 #include <dt-bindings/gpio/gpio.h> 15 #include <dt-bindings/interrupt-controller/irq.h> 16 #include <dt-bindings/pinctrl/rockchip.h> 39 hback-porch = <90>; 40 hfront-porch = <90>; 41 hsync-len = <90>;
|
| /linux/arch/arm/include/debug/ |
| H A D | tegra.S | 16 #include <linux/serial_reg.h> 53 bne 90f ; \ 61 beq 90f ; \ 88 bne 90f 101 b 90f @ invalid 119 22: checkuart(\rp, \rv, H, 23, C) 136 90: mov \rp, #0
|
| /linux/drivers/gpu/drm/omapdrm/ |
| H A D | omap_dmm_tiler.h | 10 #include "omap_drv.h" 11 #include "tcm.h" 54 1 0 0 90-degree view with vertical mirror 270-degree view with horizontal mirror 56 1 1 0 90-degree view 57 1 1 1 90-degree view with horizontal mirror 270-degree view with vertical mirror 87 struct tiler_block *tiler_reserve_2d(enum tiler_fmt fmt, u16 w, u16 h, 97 size_t tiler_size(enum tiler_fmt fmt, u16 w, u16 h); 98 size_t tiler_vsize(enum tiler_fmt fmt, u16 w, u16 h); 99 void tiler_align(enum tiler_fmt fmt, u16 *w, u16 *h);
|
| /linux/arch/arm/mach-sa1100/ |
| H A D | sleep.S | 19 #include <linux/linkage.h> 20 #include <asm/assembler.h> 21 #include <mach/hardware.h> 53 @ delay 90us and set CPU PLL to lowest speed 55 mov r0, #90 59 mov r0, #90
|
| /linux/drivers/ata/pata_parport/ |
| H A D | on20.c | 6 * Onspec 90c20 parallel to IDE adapter. 9 #include <linux/module.h> 10 #include <linux/init.h> 11 #include <linux/delay.h> 12 #include <linux/kernel.h> 13 #include <linux/types.h> 14 #include <linux/wait.h> 15 #include <asm/io.h> 16 #include "pata_parport.h" 39 int h, l, r; in on20_read_regr() local [all …]
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | pyperf180.c | 20 #define UNROLL_COUNT 90 23 #define UNROLL_COUNT 90 26 #include "pyperf.h"
|
| /linux/include/linux/ |
| H A D | fixp-arith.h | 5 #include <linux/bug.h> 6 #include <linux/math64.h> 21 #include <linux/types.h> 58 if (degrees > 90) in __fixp_sin32() 80 /* cos(x) = sin(x + 90 degrees) */ 81 #define fixp_cos32(v) fixp_sin32((v) + 90)
|
| /linux/arch/powerpc/lib/ |
| H A D | string_32.S | 10 #include <linux/export.h> 11 #include <asm/ppc_asm.h> 12 #include <asm/cache.h> 77 90: mr r3, r4 83 EX_TABLE(11b, 90b)
|
| /linux/drivers/gpu/drm/omapdrm/dss/ |
| H A D | dispc_coefs.c | 7 #include <linux/kernel.h> 9 #include "omapdss.h" 10 #include "dispc.h" 48 { 0, 2, 90, 36, 0 }, 52 { 0, 36, 90, 2, 0 }, 69 { 0, 10, 90, 28, 0 }, 75 { 0, 28, 90, 10, 0 }, 179 { -6, 34, 90, 13, -3 }, 185 { -3, 13, 90, 34, -6 },
|
| /linux/drivers/video/fbdev/omap2/omapfb/dss/ |
| H A D | dispc_coefs.c | 9 #include <linux/kernel.h> 10 #include <video/omapfb_dss.h> 12 #include "dispc.h" 50 { 0, 2, 90, 36, 0 }, 54 { 0, 36, 90, 2, 0 }, 71 { 0, 10, 90, 28, 0 }, 77 { 0, 28, 90, 10, 0 }, 181 { -6, 34, 90, 13, -3 }, 187 { -3, 13, 90, 34, -6 },
|
| /linux/Documentation/devicetree/bindings/power/supply/ |
| H A D | battery.yaml | 25 in enum power_supply_property, defined in include/linux/power_supply.h 164 ocv-capacity-table-0 = <4185000 100>, <4113000 95>, <4066000 90>; 166 ocv-capacity-table-1 = <4200000 100>, <4185000 95>, <4113000 90>; 168 ocv-capacity-table-2 = <4250000 100>, <4200000 95>, <4185000 90>; 169 resistance-temp-table = <20 100>, <10 90>, <0 80>, <(-10) 60>;
|
| /linux/Documentation/devicetree/bindings/display/ |
| H A D | himax,hx8357.yaml | 37 enum: [0, 90, 180, 270] 64 #include <dt-bindings/gpio/gpio.h> 75 rotation = <90>;
|
| /linux/drivers/cpufreq/ |
| H A D | longhaul.h | 3 * longhaul.h 108 90, /* 1000 -> 9.0x */ 125 90, /* 0011 -> 9.0x */ 149 90, /* 1000 -> 9.0x */ 166 90, /* 0011 -> 9.0x */ 207 90, /* 1000 -> 9.0x */ 241 90, /* 0011 -> 9.0x */ 281 90, /* 1000 -> 9.0x */ 289 90, /* 0000 -> 9.0x */
|
| /linux/tools/testing/selftests/kvm/ |
| H A D | access_tracking_perf_test.c | 41 #include <inttypes.h> 42 #include <limits.h> 43 #include <pthread.h> 44 #include <sys/mman.h> 45 #include <sys/types.h> 46 #include <sys/stat.h> 48 #include "kvm_util.h" 49 #include "test_util.h" 50 #include "memstress.h" 51 #include "guest_modes.h" [all...] |
| /linux/lib/math/ |
| H A D | cordic.c | 16 #include <linux/module.h> 17 #include <linux/cordic.h> 63 if (CORDIC_FLOAT(theta) > 90) { in cordic_calc_iq() 66 } else if (CORDIC_FLOAT(theta) < -90) { in cordic_calc_iq()
|
| /linux/Documentation/devicetree/bindings/sound/ |
| H A D | ti,ts3a227e.yaml | 66 - 90 71 default: 90 82 #include <dt-bindings/interrupt-controller/irq.h>
|
| /linux/arch/powerpc/include/asm/vdso/ |
| H A D | timebase.h | 9 #include <asm/reg.h> 18 "90: mfspr %0, %2;\n" \ 21 " beq- 90b;\n", "", %1) \
|