/linux-6.14.4/tools/testing/selftests/tc-testing/tc-tests/actions/ |
D | bpf.json | 17 …"cmdUnderTest": "$TC action add action bpf bytecode '4,40 0 0 12,21 0 1 2048,6 0 0 262144,6 0 0 0'… 20 …"matchPattern": "action order [0-9]*: bpf bytecode '4,40 0 0 12,21 0 1 2048,6 0 0 262144,6 0 0 0' … 41 …"cmdUnderTest": "$TC action add action bpf bytecode '4,40 0 0 12,31 0 1 2048,6 0 0 262144,6 0 0 0'… 44 …"matchPattern": "action order [0-9]*: bpf bytecode '4,40 0 0 12,31 0 1 2048,6 0 0 262144,6 0 0 0' … 118 … "$TC action add action bpf bytecode '4,40 0 0 12,21 0 1 2048,6 0 0 262144,6 0 0 0' index 555", 124 …: "$TC action replace action bpf bytecode '4,40 0 0 12,21 0 1 2054,6 0 0 262144,6 0 0 0' drop inde… 127 …"matchPattern": "action order [0-9]*: bpf bytecode '4,40 0 0 12,21 0 1 2054,6 0 0 262144,6 0 0 0' … 148 … "$TC action add action bpf bytecode '4,40 0 0 12,21 0 1 2048,6 0 0 262144,6 0 0 0' index 444", 157 …"matchPattern": "action order [0-9]*: bpf bytecode '4,40 0 0 12,21 0 1 2048,6 0 0 262144,6 0 0 0' … 177 … "$TC action add action bpf bytecode '4,40 0 0 12,21 0 1 2048,6 0 0 262144,6 0 0 0' ok index 101", [all …]
|
/linux-6.14.4/tools/testing/selftests/tc-testing/tc-tests/filters/ |
D | bpf.json | 15 …t ffff: handle 1 protocol ip prio 100 bpf bytecode '4,40 0 0 12,21 0 1 2048,6 0 0 262144,6 0 0 0'", 18 … ip pref 100 bpf chain [0-9]+ handle 0x1.*bytecode '4,40 0 0 12,21 0 1 2048,6 0 0 262144,6 0 0 0'", 37 …t ffff: handle 1 protocol ip prio 100 bpf bytecode '4,40 0 0 12,31 0 1 2048,6 0 0 262144,6 0 0 0'", 40 … ip pref 100 bpf chain [0-9]+ handle 0x1.*bytecode '4,40 0 0 12,21 0 1 2048,6 0 0 262144,6 0 0 0'", 107 …t ffff: handle 1 protocol ip prio 100 bpf bytecode '4,40 0 0 12,21 0 1 2048,6 0 0 262144,6 0 0 0'", 113 …t ffff: handle 1 protocol ip prio 100 bpf bytecode '4,40 0 0 12,21 0 1 2054,6 0 0 262144,6 0 0 0'", 116 … ip pref 100 bpf chain [0-9]+ handle 0x1.*bytecode '4,40 0 0 12,21 0 1 2054,6 0 0 262144,6 0 0 0'", 135 …t ffff: handle 1 protocol ip prio 100 bpf bytecode '4,40 0 0 12,21 0 1 2048,6 0 0 262144,6 0 0 0'", 144 … ip pref 100 bpf chain [0-9]+ handle 0x1.*bytecode '4,40 0 0 12,21 0 1 2048,6 0 0 262144,6 0 0 0'", 162 …t ffff: handle 1 protocol ip prio 100 bpf bytecode '4,40 0 0 12,21 0 1 2048,6 0 0 262144,6 0 0 0'", [all …]
|
/linux-6.14.4/drivers/tty/ipwireless/ |
D | main.h | 35 #define IPWIRELESS_TX_QUEUE_SIZE 262144 36 #define IPWIRELESS_RX_QUEUE_SIZE 262144
|
/linux-6.14.4/Documentation/devicetree/bindings/cache/ |
D | andestech,ax45mp-cache.yaml | 50 enum: [131072, 262144, 524288, 1048576, 2097152] 79 cache-size = <262144>;
|
/linux-6.14.4/drivers/media/dvb-frontends/ |
D | cx24113.c | 334 F *= (u64) (R * vcodiv * 262144); in cx24113_calc_pll_nf() 341 F -= (N + 32) * 262144; in cx24113_calc_pll_nf() 346 if (F > (262144 / 2 - 1638)) in cx24113_calc_pll_nf() 347 F = 262144 / 2 - 1638; in cx24113_calc_pll_nf() 348 if (F < (-262144 / 2 + 1638)) in cx24113_calc_pll_nf() 349 F = -262144 / 2 + 1638; in cx24113_calc_pll_nf()
|
/linux-6.14.4/drivers/target/iscsi/ |
D | iscsi_target_parameters.h | 130 #define INITIAL_MAXXMITDATASEGMENTLENGTH "262144" 131 #define INITIAL_MAXBURSTLENGTH "262144" 149 #define INITIAL_INITIATORRECVDATASEGMENTLENGTH "262144"
|
/linux-6.14.4/Documentation/networking/ |
D | nf_conntrack-sysctl.rst | 21 never have fewer than 1024 and never more than 262144 buckets. 50 default 262144
|
/linux-6.14.4/drivers/video/fbdev/omap2/omapfb/dss/ |
D | hdmi_pll.c | 74 mf = (u32)div_u64(262144ull * (target_clkdco - clkdco), fint); in hdmi_pll_compute() 77 clkdco += (u32)div_u64((u64)mf * fint, 262144); in hdmi_pll_compute()
|
/linux-6.14.4/tools/testing/selftests/iommu/ |
D | iommufd_fail_nth.c | 324 if (_test_ioctl_ioas_map(self->fd, ioas_id, buffer, 262144, &iova, in TEST_FAIL_NTH() 360 if (_test_ioctl_ioas_map_file(self->fd, ioas_id, mfd, 0, 262144, &iova, in TEST_FAIL_NTH() 401 if (_test_ioctl_ioas_map(self->fd, ioas_id, buffer, 262144, &iova, in TEST_FAIL_NTH() 437 if (_test_ioctl_ioas_map(self->fd, ioas_id, buffer, 262144, &iova, in TEST_FAIL_NTH()
|
/linux-6.14.4/arch/parisc/kernel/ |
D | jump_label.c | 37 BUG_ON(distance > 262143 || distance < -262144); in arch_jump_label_transform()
|
/linux-6.14.4/sound/pci/echoaudio/ |
D | indigoio.c | 86 .buffer_bytes_max = 262144,
|
D | indigoiox.c | 87 .buffer_bytes_max = 262144,
|
D | indigodjx.c | 86 .buffer_bytes_max = 262144,
|
D | indigodj.c | 85 .buffer_bytes_max = 262144,
|
D | darla20.c | 76 .buffer_bytes_max = 262144,
|
D | indigo.c | 85 .buffer_bytes_max = 262144,
|
D | echo3g.c | 99 .buffer_bytes_max = 262144,
|
D | gina20.c | 80 .buffer_bytes_max = 262144,
|
D | darla24.c | 83 .buffer_bytes_max = 262144,
|
D | layla20.c | 90 .buffer_bytes_max = 262144,
|
D | mia.c | 95 .buffer_bytes_max = 262144,
|
D | layla24.c | 100 .buffer_bytes_max = 262144,
|
D | gina24.c | 103 .buffer_bytes_max = 262144,
|
D | mona.c | 112 .buffer_bytes_max = 262144,
|
/linux-6.14.4/drivers/gpu/drm/omapdrm/dss/ |
D | pll.c | 269 * clkdco = clkin / n * m + clkin / n * mf / 262144 302 mf = (u32)div_u64(262144ull * (target_clkdco - clkdco), fint); in dss_pll_calc_b() 305 clkdco += (u32)div_u64((u64)mf * fint, 262144); in dss_pll_calc_b()
|