Home
last modified time | relevance | path

Searched refs:n2 (Results 1 – 25 of 119) sorted by relevance

12345

/linux-6.6.21/drivers/clk/meson/
Dclk-mpll.c33 unsigned int n2) in rate_from_params() argument
35 unsigned long divisor = (SDM_DEN * n2) + sdm; in rate_from_params()
37 if (n2 < N2_MIN) in rate_from_params()
46 unsigned int *n2, in params_from_rate() argument
65 *n2 = N2_MIN; in params_from_rate()
68 *n2 = N2_MAX; in params_from_rate()
71 *n2 = div; in params_from_rate()
80 unsigned int sdm, n2; in mpll_recalc_rate() local
84 n2 = meson_parm_read(clk->map, &mpll->n2); in mpll_recalc_rate()
86 rate = rate_from_params(parent_rate, sdm, n2); in mpll_recalc_rate()
[all …]
Dclk-dualdiv.c44 p->n1 * p->m1 + p->n2 * p->m2); in __dualdiv_param_to_rate()
57 setting.n2 = meson_parm_read(clk->map, &dualdiv->n2) + 1; in meson_clk_dualdiv_recalc_rate()
122 meson_parm_write(clk->map, &dualdiv->n2, setting->n2 - 1); in meson_clk_dualdiv_set_rate()
Dclk-dualdiv.h15 unsigned int n2; member
23 struct parm n2; member
/linux-6.6.21/tools/testing/selftests/wireguard/
Dnetns.sh39 n2() { pretty 2 "$*"; maybe_exec ip netns exec $netns2 "$@"; } function
106 n2 wg set wg0 \
120 n2 ping -c 10 -f -W 1 192.168.241.1
124 n2 ping6 -c 10 -f -W 1 fd00::1
128 n2 iperf3 -s -1 -B 192.168.241.2 &
135 n2 iperf3 -Z -t 3 -c fd00::1
140 n2 iperf3 -Z -t 3 -b 0 -u -c 192.168.241.1
143 n2 iperf3 -s -1 -B fd00::2 &
150 n2 iperf3 -p $(( 5200 + i )) -s -1 -B 192.168.241.2 &
164 n2 wg set wg0 peer "$pub1" endpoint 127.0.0.1:1
[all …]
/linux-6.6.21/tools/testing/selftests/mm/
Dmigration.c29 int n2; in FIXTURE() local
39 self->n2 = -1; in FIXTURE_SETUP()
46 self->n2 = n; in FIXTURE_SETUP()
63 int migrate(uint64_t *ptr, int n1, int n2) in migrate() argument
79 ret = move_pages(0, 1, (void **) &ptr, &n2, &status, in migrate()
89 tmp = n2; in migrate()
90 n2 = n1; in migrate()
123 if (self->nthreads < 2 || self->n1 < 0 || self->n2 < 0)
135 ASSERT_EQ(migrate(ptr, self->n1, self->n2), 0);
149 if (self->nthreads < 2 || self->n1 < 0 || self->n2 < 0)
[all …]
/linux-6.6.21/security/selinux/ss/
Debitmap.c33 const struct ebitmap_node *n1, *n2; in ebitmap_cmp() local
39 n2 = e2->node; in ebitmap_cmp()
40 while (n1 && n2 && in ebitmap_cmp()
41 (n1->startbit == n2->startbit) && in ebitmap_cmp()
42 !memcmp(n1->maps, n2->maps, EBITMAP_SIZE / 8)) { in ebitmap_cmp()
44 n2 = n2->next; in ebitmap_cmp()
47 if (n1 || n2) in ebitmap_cmp()
223 const struct ebitmap_node *n1, *n2; in ebitmap_contains() local
230 n2 = e2->node; in ebitmap_contains()
232 while (n1 && n2 && (n1->startbit <= n2->startbit)) { in ebitmap_contains()
[all …]
/linux-6.6.21/arch/powerpc/math-emu/
Dudivmodti4.c91 _FP_W_TYPE n2; in _fp_udivmodti4()
98 n2 = n1 >> b; in _fp_udivmodti4()
102 udiv_qrnnd (q1, n1, n2, n1, d0); in _fp_udivmodti4()
159 _FP_W_TYPE m1, m0, n2; in _fp_udivmodti4() local
167 n2 = n1 >> b; in _fp_udivmodti4()
171 udiv_qrnnd (q0, n1, n2, n1, d1); in _fp_udivmodti4()
/linux-6.6.21/arch/mips/bcm63xx/
Dcpu.c164 unsigned int tmp, n1, n2, m1; in detect_cpu_clock() local
169 n2 = (tmp & MIPSPLLCTL_N2_MASK) >> MIPSPLLCTL_N2_SHIFT; in detect_cpu_clock()
172 n2 += 2; in detect_cpu_clock()
174 return (16 * 1000000 * n1 * n2) / m1; in detect_cpu_clock()
179 unsigned int tmp, n1, n2, m1; in detect_cpu_clock() local
184 n2 = (tmp & DMIPSPLLCFG_N2_MASK) >> DMIPSPLLCFG_N2_SHIFT; in detect_cpu_clock()
186 return (16 * 1000000 * n1 * n2) / m1; in detect_cpu_clock()
/linux-6.6.21/lib/math/
Drational.c51 unsigned long n, d, n0, d0, n1, d1, n2, d2; in rational_best_approximation() local
74 n2 = n0 + a * n1; in rational_best_approximation()
82 if ((n2 > max_numerator) || (d2 > max_denominator)) { in rational_best_approximation()
101 n1 = n2; in rational_best_approximation()
/linux-6.6.21/net/dccp/ccids/lib/
Dpacket_history.c163 static void __one_after_loss(struct tfrc_rx_hist *h, struct sk_buff *skb, u32 n2) in __one_after_loss() argument
171 tfrc_rx_hist_entry_from_skb(tfrc_rx_hist_entry(h, 2), skb, n2); in __one_after_loss()
177 if (dccp_loss_free(s0, s2, n2)) { in __one_after_loss()
186 tfrc_rx_hist_entry_from_skb(tfrc_rx_hist_loss_prev(h), skb, n2); in __one_after_loss()
194 tfrc_rx_hist_entry_from_skb(tfrc_rx_hist_entry(h, 1), skb, n2); in __one_after_loss()
232 u64 n2 = tfrc_rx_hist_entry(h, 2)->tfrchrx_ndp; in __two_after_loss() local
234 if (dccp_loss_free(s1, s2, n2)) { in __two_after_loss()
274 u64 n2 = tfrc_rx_hist_entry(h, 2)->tfrchrx_ndp, in __three_after_loss() local
277 if (dccp_loss_free(s1, s2, n2)) { in __three_after_loss()
/linux-6.6.21/net/lapb/
Dlapb_timer.c113 lapb->n2count != lapb->n2) { in lapb_t1timer_expiry()
126 if (lapb->n2count == lapb->n2) { in lapb_t1timer_expiry()
151 if (lapb->n2count == lapb->n2) { in lapb_t1timer_expiry()
169 if (lapb->n2count == lapb->n2) { in lapb_t1timer_expiry()
188 if (lapb->n2count == lapb->n2) { in lapb_t1timer_expiry()
/linux-6.6.21/fs/hfs/
Dstring.c98 const unsigned char *n1, *n2; in hfs_compare_dentry() local
108 n2 = name->name; in hfs_compare_dentry()
110 if (caseorder[*n1++] != caseorder[*n2++]) in hfs_compare_dentry()
/linux-6.6.21/lib/crypto/mpi/
Dmpih-div.c233 mpi_limb_t n1, n0, n2; in mpihelp_divrem() local
276 n2 = np[0]; in mpihelp_divrem()
278 if (n1 > r || (n1 == r && n0 > n2)) { in mpihelp_divrem()
288 sub_ddmmss(n1, n0, r, n2, n1, n0); in mpihelp_divrem()
316 mpi_limb_t n1, n2; in mpihelp_divrem() local
321 n2 = np[dsize]; in mpihelp_divrem()
323 n2 = np[dsize - 1]; in mpihelp_divrem()
355 if (n2 != cy_limb) { in mpihelp_divrem()
/linux-6.6.21/drivers/char/hw_random/
DMakefile14 obj-$(CONFIG_HW_RANDOM_N2RNG) += n2-rng.o
15 n2-rng-y := n2-drv.o n2-asm.o
/linux-6.6.21/arch/m68k/include/asm/
Duaccess.h190 #define ____constant_copy_from_user_asm(res, to, from, tmp, n1, n2, n3, s1, s2, s3)\ argument
218 "20: addq.l #"#n2",%0\n" \
228 #define ___constant_copy_from_user_asm(res, to, from, tmp, n1, n2, n3, s1, s2, s3)\ argument
229 ____constant_copy_from_user_asm(res, to, from, tmp, n1, n2, n3, s1, s2, s3)
230 #define __constant_copy_from_user_asm(res, to, from, tmp, n1, n2, n3) \ argument
231 ___constant_copy_from_user_asm(res, to, from, tmp, n1, n2, n3, \
232 __suffix##n1, __suffix##n2, __suffix##n3)
/linux-6.6.21/tools/testing/selftests/net/forwarding/
Dbridge_mdb_max.sh420 local n2=$(bridge_${context}_ngroups_get "$locus")
422 ((n2 == n0))
423 check_err $? "Number of groups was $n0, now is $n2, but should be back to $n0"
871 local n2=$(bridge_${context}_ngroups_get "$locus")
872 ((n2 == n))
873 …k_err $? "Number of groups was $n, but after a failed attempt to add MDB entries it changed to $n2"
951 local n2=$(bridge_port_vlan_ngroups_get "$locus2")
954 if ((n1 > n2)); then
956 n1=$n2
957 n2=$tmp
[all …]
/linux-6.6.21/arch/powerpc/platforms/ps3/
Drepository.c41 static void _dump_node_name(unsigned int lpar_id, u64 n1, u64 n2, u64 n3, in _dump_node_name() argument
46 _dump_field("n2: ", n2, func, line); in _dump_node_name()
53 static void _dump_node(unsigned int lpar_id, u64 n1, u64 n2, u64 n3, u64 n4, in _dump_node() argument
58 _dump_field("n2: ", n2, func, line); in _dump_node()
109 static int read_node(unsigned int lpar_id, u64 n1, u64 n2, u64 n3, u64 n4, in read_node() argument
122 result = lv1_read_repository_node(lpar_id, n1, n2, n3, n4, &v1, in read_node()
128 dump_node_name(lpar_id, n1, n2, n3, n4); in read_node()
132 dump_node(lpar_id, n1, n2, n3, n4, v1, v2); in read_node()
1049 static int create_node(u64 n1, u64 n2, u64 n3, u64 n4, u64 v1, u64 v2) in create_node() argument
1053 dump_node(0, n1, n2, n3, n4, v1, v2); in create_node()
[all …]
/linux-6.6.21/include/scsi/
Discsi_proto.h34 static inline int iscsi_sna_lt(u32 n1, u32 n2) in iscsi_sna_lt() argument
36 return (s32)(n1 - n2) < 0; in iscsi_sna_lt()
39 static inline int iscsi_sna_lte(u32 n1, u32 n2) in iscsi_sna_lte() argument
41 return (s32)(n1 - n2) <= 0; in iscsi_sna_lte()
44 static inline int iscsi_sna_gt(u32 n1, u32 n2) in iscsi_sna_gt() argument
46 return (s32)(n1 - n2) > 0; in iscsi_sna_gt()
49 static inline int iscsi_sna_gte(u32 n1, u32 n2) in iscsi_sna_gte() argument
51 return (s32)(n1 - n2) >= 0; in iscsi_sna_gte()
/linux-6.6.21/arch/arm64/boot/dts/amlogic/
Dmeson-g12b-odroid-n2.dts10 #include "meson-g12b-odroid-n2.dtsi"
13 compatible = "hardkernel,odroid-n2", "amlogic,s922x", "amlogic,g12b";
Dmeson-g12b-odroid-n2-plus.dts11 #include "meson-g12b-odroid-n2.dtsi"
14 compatible = "hardkernel,odroid-n2-plus", "amlogic,s922x", "amlogic,g12b";
/linux-6.6.21/drivers/clk/pxa/
Dclk-pxa25x.c208 unsigned int n2 = N2_clk_mult[(cccr >> 7) & 0x07]; in clk_pxa25x_run_get_rate() local
210 return (parent_rate / n2) * 2; in clk_pxa25x_run_get_rate()
219 unsigned int l, m, n2, t; in clk_pxa25x_cpll_get_rate() local
225 n2 = N2_clk_mult[(cccr >> 7) & 0x07]; in clk_pxa25x_cpll_get_rate()
227 return m * l * n2 * parent_rate / 2; in clk_pxa25x_cpll_get_rate()
/linux-6.6.21/drivers/net/wan/
Dhdlc_x25.c211 params.n2 = state(hdlc)->settings.n2; in x25_open()
312 new_settings.n2 = 10; in x25_ioctl()
330 new_settings.n2 < 1 || in x25_ioctl()
331 new_settings.n2 > 255) in x25_ioctl()
/linux-6.6.21/net/ax25/
Dax25_std_timer.c124 if (ax25->n2count == ax25->n2) { in ax25_std_t1timer_expiry()
144 if (ax25->n2count == ax25->n2) { in ax25_std_t1timer_expiry()
162 if (ax25->n2count == ax25->n2) { in ax25_std_t1timer_expiry()
/linux-6.6.21/fs/ext4/
Dindirect.c1246 int n = 0, n2 = 0; in ext4_ind_remove_space() local
1257 n2 = ext4_block_to_path(inode, end, offsets2, NULL); in ext4_ind_remove_space()
1259 BUG_ON(n > n2); in ext4_ind_remove_space()
1261 if ((n == 1) && (n == n2)) { in ext4_ind_remove_space()
1266 } else if (n2 > n) { in ext4_ind_remove_space()
1314 partial2 = p2 = ext4_find_shared(inode, n2, offsets2, chain2, &nr2); in ext4_ind_remove_space()
1343 (chain2+n2-1) - partial2); in ext4_ind_remove_space()
1351 partial2 = p2 = ext4_find_shared(inode, n2, offsets2, chain2, &nr2); in ext4_ind_remove_space()
1396 int depth2 = (chain2+n2-1) - partial2; in ext4_ind_remove_space()
1429 (chain2+n2-1) - partial2); in ext4_ind_remove_space()
[all …]
/linux-6.6.21/drivers/md/bcache/
Dbtree.c1403 struct bset *n2 = btree_bset_first(new_nodes[i - 1]); in btree_gc_coalesce() local
1409 for (k = n2->start; in btree_gc_coalesce()
1410 k < bset_bkey_last(n2); in btree_gc_coalesce()
1429 if (__set_blocks(n1, n1->keys + n2->keys, in btree_gc_coalesce()
1434 keys = n2->keys; in btree_gc_coalesce()
1446 n2->start, in btree_gc_coalesce()
1447 (void *) bset_bkey_idx(n2, keys) - (void *) n2->start); in btree_gc_coalesce()
1452 memmove(n2->start, in btree_gc_coalesce()
1453 bset_bkey_idx(n2, keys), in btree_gc_coalesce()
1454 (void *) bset_bkey_last(n2) - in btree_gc_coalesce()
[all …]

12345