/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() 94 unsigned int sdm, n2; mpll_determine_rate() local 114 unsigned int sdm, n2; mpll_set_rate() local [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
|
/linux/tools/testing/selftests/mm/ |
H A D | migration.c | 32 int n2; in FIXTURE() local 42 self->n2 = -1; in FIXTURE_SETUP() 49 self->n2 = n; in FIXTURE_SETUP() 66 int migrate(uint64_t *ptr, int n1, int n2) in migrate() argument 83 ret = move_pages(0, 1, (void **) &ptr, &n2, &status, in migrate() 97 tmp = n2; in migrate() 98 n2 = n1; in migrate() 129 if (self->nthreads < 2 || self->n1 < 0 || self->n2 < 0) 141 ASSERT_EQ(migrate(ptr, self->n1, self->n2), 0); 155 if (self->nthreads < 2 || self->n1 < 0 || self->n2 < [all...] |
/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 w [all...] |
/linux/security/selinux/ss/ |
H A D | ebitmap.c | 30 const struct ebitmap_node *n1, *n2; in ebitmap_equal() local 36 n2 = e2->node; in ebitmap_equal() 37 while (n1 && n2 && (n1->startbit == n2->startbit) && in ebitmap_equal() 38 !memcmp(n1->maps, n2->maps, EBITMAP_SIZE / 8)) { in ebitmap_equal() 40 n2 = n2->next; in ebitmap_equal() 43 if (n1 || n2) in ebitmap_equal() 221 const struct ebitmap_node *n1, *n2; in ebitmap_contains() local 228 n2 in ebitmap_contains() [all...] |
/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()
|
/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()
|
/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()
|
H A D | lapb_iface.c | 128 lapb->n2 = LAPB_DEFAULT_N2; in lapb_create_cb() 222 parms->n2 = lapb->n2; in lapb_getparms() 257 if (parms->t1 < 1 || parms->t2 < 1 || parms->n2 < 1) in lapb_setparms() 274 lapb->n2 = parms->n2; in lapb_setparms()
|
/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()
|
/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()
|
/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)
|
/linux/drivers/char/hw_random/ |
H A D | Makefile | 15 obj-$(CONFIG_HW_RANDOM_N2RNG) += n2-rng.o 16 n2-rng-y := n2-drv.o n2-asm.o
|
/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 check_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 [all...] |
/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() 101 * @n2: Second field of node name. Use zero for 'don't care'. 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, n in read_node() 1049 create_node(u64 n1,u64 n2,u64 n3,u64 n4,u64 v1,u64 v2) create_node() argument 1066 delete_node(u64 n1,u64 n2,u64 n3,u64 n4) delete_node() argument 1083 write_node(u64 n1,u64 n2,u64 n3,u64 n4,u64 v1,u64 v2) write_node() argument [all...] |
/linux/tools/testing/selftests/core/ |
H A D | unshare_test.c | 29 ssize_t n, n2; in TEST() local 46 n2 = sprintf(buf2, "%d\n", nr_open + 1024); in TEST() 48 write(fd, buf2, n2); in TEST()
|
/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()
|
/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";
|
H A D | meson-g12b-odroid-n2-plus.dts | 11 #include "meson-g12b-odroid-n2.dtsi" 14 compatible = "hardkernel,odroid-n2-plus", "amlogic,s922x", "amlogic,g12b";
|
/linux/drivers/clk/pxa/ |
H A D | clk-pxa25x.c | 208 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/fs/ext4/ |
H A D | indirect.c | 1239 int n = 0, n2 = 0; in ext4_ind_remove_space() local 1250 n2 = ext4_block_to_path(inode, end, offsets2, NULL); in ext4_ind_remove_space() 1252 BUG_ON(n > n2); in ext4_ind_remove_space() 1254 if ((n == 1) && (n == n2)) { in ext4_ind_remove_space() 1259 } else if (n2 > n) { in ext4_ind_remove_space() 1307 partial2 = p2 = ext4_find_shared(inode, n2, offsets2, chain2, &nr2); in ext4_ind_remove_space() 1336 (chain2+n2-1) - partial2); in ext4_ind_remove_space() 1344 partial2 = p2 = ext4_find_shared(inode, n2, offsets2, chain2, &nr2); in ext4_ind_remove_space() 1389 int depth2 = (chain2+n2-1) - partial2; in ext4_ind_remove_space() 1422 (chain2+n2-1) - partial2); in ext4_ind_remove_space() [all …]
|
/linux/drivers/net/wan/ |
H A D | hdlc_x25.c | 211 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/net/ax25/ |
H A D | ax25_std_timer.c | 124 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/drivers/md/bcache/ |
H A D | btree.c | 1405 struct bset *n2 = btree_bset_first(new_nodes[i - 1]); in btree_gc_coalesce() local 1411 for (k = n2->start; in btree_gc_coalesce() 1412 k < bset_bkey_last(n2); in btree_gc_coalesce() 1431 if (__set_blocks(n1, n1->keys + n2->keys, in btree_gc_coalesce() 1436 keys = n2->keys; in btree_gc_coalesce() 1448 n2->start, in btree_gc_coalesce() 1449 (void *) bset_bkey_idx(n2, keys) - (void *) n2->start); in btree_gc_coalesce() 1454 memmove(n2->start, in btree_gc_coalesce() 1455 bset_bkey_idx(n2, key in btree_gc_coalesce() 2242 struct btree *n1, *n2 = NULL, *n3 = NULL; btree_split() local [all...] |