/openbmc/linux/drivers/clk/meson/ |
H A D | clk-mpll.c | 33 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 …]
|
H A D | clk-dualdiv.c | 44 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()
|
H A D | clk-dualdiv.h | 15 unsigned int n2; member 23 struct parm n2; member
|
/openbmc/linux/tools/testing/selftests/wireguard/ |
H A D | netns.sh | 39 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 …]
|
/openbmc/linux/tools/testing/selftests/mm/ |
H A D | migration.c | 29 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 …]
|
/openbmc/linux/security/selinux/ss/ |
H A D | ebitmap.c | 33 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 …]
|
/openbmc/linux/arch/powerpc/math-emu/ |
H A D | udivmodti4.c | 91 _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()
|
/openbmc/linux/arch/mips/bcm63xx/ |
H A D | cpu.c | 164 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()
|
/openbmc/linux/lib/math/ |
H A D | rational.c | 51 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()
|
/openbmc/linux/net/dccp/ccids/lib/ |
H A D | packet_history.c | 163 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()
|
/openbmc/linux/net/lapb/ |
H A D | lapb_timer.c | 113 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()
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 223.out | 68 "arguments":{"device":"n", "name":"n2", 72 "arguments":{"device":"n", "name":"n2", 76 "arguments":{"device":"n", "name":"n2", "writable":true, 94 export: 'n2' 151 "arguments":{"name":"n2"}} 152 …s": TIMESTAMP, "microseconds": TIMESTAMP}, "event": "BLOCK_EXPORT_DELETED", "data": {"id": "n2"}} 155 "arguments":{"name":"n2"}} 156 {"error": {"class": "GenericError", "desc": "Export 'n2' is not found"}} 190 "arguments":{"device":"n", "name":"n2", 194 "arguments":{"device":"n", "name":"n2", [all …]
|
/openbmc/linux/lib/crypto/mpi/ |
H A D | mpih-div.c | 233 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()
|
/openbmc/linux/fs/hfs/ |
H A D | string.c | 98 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()
|
/openbmc/u-boot/drivers/clk/ |
H A D | clk_meson_axg.c | 119 unsigned long n2) in mpll_rate_from_params() argument 121 unsigned long divisor = (SDM_DEN * n2) + sdm; in mpll_rate_from_params() 123 if (n2 < N2_MIN) in mpll_rate_from_params() 154 unsigned long sdm, n2; in meson_mpll_get_rate() local 183 n2 = PARM_GET(pn2->width, pn2->shift, reg); in meson_mpll_get_rate() 185 return mpll_rate_from_params(parent_rate, sdm, n2); in meson_mpll_get_rate()
|
/openbmc/linux/drivers/char/hw_random/ |
H A D | Makefile | 14 obj-$(CONFIG_HW_RANDOM_N2RNG) += n2-rng.o 15 n2-rng-y := n2-drv.o n2-asm.o
|
/openbmc/linux/arch/m68k/include/asm/ |
H A D | uaccess.h | 190 #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)
|
/openbmc/linux/tools/testing/selftests/net/forwarding/ |
H A D | bridge_mdb_max.sh | 420 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 …]
|
/openbmc/linux/arch/powerpc/platforms/ps3/ |
H A D | repository.c | 41 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 …]
|
/openbmc/linux/include/scsi/ |
H A D | iscsi_proto.h | 34 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()
|
/openbmc/linux/arch/arm64/boot/dts/amlogic/ |
H A D | meson-g12b-odroid-n2.dts | 10 #include "meson-g12b-odroid-n2.dtsi" 13 compatible = "hardkernel,odroid-n2", "amlogic,s922x", "amlogic,g12b";
|
/openbmc/qemu/tests/unit/ |
H A D | test-xs-node.c | 131 static void compare_nodes(struct compare_walk *cw, XsNode *n1, XsNode *n2) in compare_nodes() argument 138 if (n2->children) { in compare_nodes() 139 nr_children2 = g_hash_table_size(n2->children); in compare_nodes() 142 if (n1->ref != n2->ref || in compare_nodes() 143 n1->deleted_in_tx != n2->deleted_in_tx || in compare_nodes() 144 n1->modified_in_tx != n2->modified_in_tx || in compare_nodes() 145 !compare_perms(n1->perms, n2->perms) || in compare_nodes() 146 !compare_content(n1->content, n2->content) || in compare_nodes() 154 cw->parent_2 = n2; in compare_nodes() 182 static bool compare_trees(XsNode *n1, XsNode *n2) in compare_trees() argument [all …]
|
/openbmc/u-boot/drivers/cpu/ |
H A D | bmips_cpu.c | 180 unsigned int tmp, n1, n2, m1; in bcm6348_get_cpu_freq() local 184 n2 = (tmp & MIPSPLLCFG_6348_N2_MASK) >> MIPSPLLCFG_6348_N2_SHIFT; in bcm6348_get_cpu_freq() 187 return (16 * 1000000 * (n1 + 1) * (n2 + 2)) / (m1 + 1); in bcm6348_get_cpu_freq() 192 unsigned int tmp, n1, n2, m1; in bcm6358_get_cpu_freq() local 196 n2 = (tmp & DMIPSPLLCFG_6358_N2_MASK) >> DMIPSPLLCFG_6358_N2_SHIFT; in bcm6358_get_cpu_freq() 199 return (16 * 1000000 * n1 * n2) / m1; in bcm6358_get_cpu_freq()
|
/openbmc/u-boot/lib/bzip2/ |
H A D | bzlib_huffman.c | 113 Int32 nNodes, nHeap, n1, n2, i, j, k; in BZ2_hbMakeCodeLengths() local 143 n2 = heap[1]; heap[1] = heap[nHeap]; nHeap--; DOWNHEAP(1); in BZ2_hbMakeCodeLengths() 145 parent[n1] = parent[n2] = nNodes; in BZ2_hbMakeCodeLengths() 146 weight[nNodes] = ADDWEIGHTS(weight[n1], weight[n2]); in BZ2_hbMakeCodeLengths()
|
/openbmc/qemu/util/ |
H A D | fifo8.c | 118 uint32_t n1, n2 = 0; in fifo8_peekpop_buf() local 135 buf = fifo8_peekpop_bufptr(fifo, len, do_pop ? 0 : n1, &n2, do_pop); in fifo8_peekpop_buf() 137 memcpy(&dest[n1], buf, n2); in fifo8_peekpop_buf() 141 return n1 + n2; in fifo8_peekpop_buf()
|