Home
last modified time | relevance | path

Searched full:262144 (Results 1 – 25 of 110) sorted by relevance

12345

/linux-6.14.4/tools/testing/selftests/tc-testing/tc-tests/actions/
Dbpf.json17 …"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/
Dbpf.json15 …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/
Dmain.h35 #define IPWIRELESS_TX_QUEUE_SIZE 262144
36 #define IPWIRELESS_RX_QUEUE_SIZE 262144
/linux-6.14.4/Documentation/devicetree/bindings/cache/
Dandestech,ax45mp-cache.yaml50 enum: [131072, 262144, 524288, 1048576, 2097152]
79 cache-size = <262144>;
/linux-6.14.4/drivers/media/dvb-frontends/
Dcx24113.c334 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/
Discsi_target_parameters.h130 #define INITIAL_MAXXMITDATASEGMENTLENGTH "262144"
131 #define INITIAL_MAXBURSTLENGTH "262144"
149 #define INITIAL_INITIATORRECVDATASEGMENTLENGTH "262144"
/linux-6.14.4/Documentation/networking/
Dnf_conntrack-sysctl.rst21 never have fewer than 1024 and never more than 262144 buckets.
50 default 262144
/linux-6.14.4/drivers/video/fbdev/omap2/omapfb/dss/
Dhdmi_pll.c74 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/
Diommufd_fail_nth.c324 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/
Djump_label.c37 BUG_ON(distance > 262143 || distance < -262144); in arch_jump_label_transform()
/linux-6.14.4/sound/pci/echoaudio/
Dindigoio.c86 .buffer_bytes_max = 262144,
Dindigoiox.c87 .buffer_bytes_max = 262144,
Dindigodjx.c86 .buffer_bytes_max = 262144,
Dindigodj.c85 .buffer_bytes_max = 262144,
Ddarla20.c76 .buffer_bytes_max = 262144,
Dindigo.c85 .buffer_bytes_max = 262144,
Decho3g.c99 .buffer_bytes_max = 262144,
Dgina20.c80 .buffer_bytes_max = 262144,
Ddarla24.c83 .buffer_bytes_max = 262144,
Dlayla20.c90 .buffer_bytes_max = 262144,
Dmia.c95 .buffer_bytes_max = 262144,
Dlayla24.c100 .buffer_bytes_max = 262144,
Dgina24.c103 .buffer_bytes_max = 262144,
Dmona.c112 .buffer_bytes_max = 262144,
/linux-6.14.4/drivers/gpu/drm/omapdrm/dss/
Dpll.c269 * 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()

12345