/Linux-v4.19/drivers/clk/meson/ |
D | clk-mpll.c | 29 unsigned int n2) in rate_from_params() argument 31 unsigned long divisor = (SDM_DEN * n2) + sdm; in rate_from_params() 33 if (n2 < N2_MIN) in rate_from_params() 42 unsigned int *n2, in params_from_rate() argument 61 *n2 = N2_MIN; in params_from_rate() 64 *n2 = N2_MAX; in params_from_rate() 67 *n2 = div; in params_from_rate() 76 unsigned int sdm, n2; in mpll_recalc_rate() local 80 n2 = meson_parm_read(clk->map, &mpll->n2); in mpll_recalc_rate() 82 rate = rate_from_params(parent_rate, sdm, n2); in mpll_recalc_rate() [all …]
|
D | gxbb-aoclk-32k.c | 48 unsigned int n2; member 59 .n2 = 732, 87 unsigned long n2, m1, m2, f1, f2, p1, p2; in aoclk_cec_32k_recalc_rate() local 90 n2 = FIELD_GET(CLK_CNTL0_N2_MASK, reg0) + 1; in aoclk_cec_32k_recalc_rate() 96 f2 = DIV_ROUND_CLOSEST(parent_rate, n2); in aoclk_cec_32k_recalc_rate() 158 FIELD_PREP(CLK_CNTL0_N2_MASK, freq->n2 - 1); in aoclk_cec_32k_set_rate()
|
/Linux-v4.19/security/selinux/ss/ |
D | ebitmap.c | 32 struct ebitmap_node *n1, *n2; in ebitmap_cmp() local 38 n2 = e2->node; in ebitmap_cmp() 39 while (n1 && n2 && in ebitmap_cmp() 40 (n1->startbit == n2->startbit) && in ebitmap_cmp() 41 !memcmp(n1->maps, n2->maps, EBITMAP_SIZE / 8)) { in ebitmap_cmp() 43 n2 = n2->next; in ebitmap_cmp() 46 if (n1 || n2) in ebitmap_cmp() 203 struct ebitmap_node *n1, *n2; in ebitmap_contains() local 210 n2 = e2->node; in ebitmap_contains() 212 while (n1 && n2 && (n1->startbit <= n2->startbit)) { in ebitmap_contains() [all …]
|
/Linux-v4.19/lib/mpi/ |
D | mpih-div.c | 102 mpi_limb_t n1, n0, n2; in mpihelp_divrem() local 145 n2 = np[0]; in mpihelp_divrem() 147 if (n1 > r || (n1 == r && n0 > n2)) { in mpihelp_divrem() 157 sub_ddmmss(n1, n0, r, n2, n1, n0); in mpihelp_divrem() 185 mpi_limb_t n1, n2; in mpihelp_divrem() local 190 n2 = np[dsize]; in mpihelp_divrem() 192 n2 = np[dsize - 1]; in mpihelp_divrem() 224 if (n2 != cy_limb) { in mpihelp_divrem()
|
/Linux-v4.19/arch/powerpc/math-emu/ |
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-v4.19/arch/mips/bcm63xx/ |
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-v4.19/arch/s390/include/asm/ |
D | cmpxchg.h | 36 #define __cmpxchg_double(p1, p2, o1, o2, n1, n2) \ argument 41 register __typeof__(*(p2)) __new2 asm("5") = (n2); \ 54 #define cmpxchg_double(p1, p2, o1, o2, n1, n2) \ argument 61 __cmpxchg_double(__p1, __p2, o1, o2, n1, n2); \
|
/Linux-v4.19/net/dccp/ccids/lib/ |
D | packet_history.c | 176 static void __one_after_loss(struct tfrc_rx_hist *h, struct sk_buff *skb, u32 n2) in __one_after_loss() argument 184 tfrc_rx_hist_entry_from_skb(tfrc_rx_hist_entry(h, 2), skb, n2); in __one_after_loss() 190 if (dccp_loss_free(s0, s2, n2)) { in __one_after_loss() 199 tfrc_rx_hist_entry_from_skb(tfrc_rx_hist_loss_prev(h), skb, n2); in __one_after_loss() 207 tfrc_rx_hist_entry_from_skb(tfrc_rx_hist_entry(h, 1), skb, n2); in __one_after_loss() 245 u64 n2 = tfrc_rx_hist_entry(h, 2)->tfrchrx_ndp; in __two_after_loss() local 247 if (dccp_loss_free(s1, s2, n2)) { in __two_after_loss() 287 u64 n2 = tfrc_rx_hist_entry(h, 2)->tfrchrx_ndp, in __three_after_loss() local 290 if (dccp_loss_free(s1, s2, n2)) { in __three_after_loss()
|
/Linux-v4.19/drivers/char/hw_random/ |
D | Makefile | 13 obj-$(CONFIG_HW_RANDOM_N2RNG) += n2-rng.o 14 n2-rng-y := n2-drv.o n2-asm.o
|
/Linux-v4.19/fs/hfs/ |
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-v4.19/arch/m68k/include/asm/ |
D | uaccess_mm.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-v4.19/arch/x86/include/asm/ |
D | cmpxchg.h | 236 #define __cmpxchg_double(pfx, p1, p2, o1, o2, n1, n2) \ argument 240 __typeof__(*(p2)) __old2 = (o2), __new2 = (n2); \ 253 #define arch_cmpxchg_double(p1, p2, o1, o2, n1, n2) \ argument 254 __cmpxchg_double(LOCK_PREFIX, p1, p2, o1, o2, n1, n2) 256 #define arch_cmpxchg_double_local(p1, p2, o1, o2, n1, n2) \ argument 257 __cmpxchg_double(, p1, p2, o1, o2, n1, n2)
|
/Linux-v4.19/net/lapb/ |
D | lapb_timer.c | 104 if (lapb->n2count == lapb->n2) { in lapb_t1timer_expiry() 128 if (lapb->n2count == lapb->n2) { in lapb_t1timer_expiry() 145 if (lapb->n2count == lapb->n2) { in lapb_t1timer_expiry() 163 if (lapb->n2count == lapb->n2) { in lapb_t1timer_expiry()
|
D | lapb_iface.c | 135 lapb->n2 = LAPB_DEFAULT_N2; in lapb_create_cb() 211 parms->n2 = lapb->n2; in lapb_getparms() 243 if (parms->t1 < 1 || parms->t2 < 1 || parms->n2 < 1) in lapb_setparms() 260 lapb->n2 = parms->n2; in lapb_setparms()
|
/Linux-v4.19/arch/powerpc/platforms/ps3/ |
D | repository.c | 53 static void _dump_node_name(unsigned int lpar_id, u64 n1, u64 n2, u64 n3, in _dump_node_name() argument 58 _dump_field("n2: ", n2, func, line); in _dump_node_name() 65 static void _dump_node(unsigned int lpar_id, u64 n1, u64 n2, u64 n3, u64 n4, in _dump_node() argument 70 _dump_field("n2: ", n2, func, line); in _dump_node() 121 static int read_node(unsigned int lpar_id, u64 n1, u64 n2, u64 n3, u64 n4, in read_node() argument 134 result = lv1_read_repository_node(lpar_id, n1, n2, n3, n4, &v1, in read_node() 140 dump_node_name(lpar_id, n1, n2, n3, n4); in read_node() 144 dump_node(lpar_id, n1, n2, n3, n4, v1, v2); in read_node() 1061 static int create_node(u64 n1, u64 n2, u64 n3, u64 n4, u64 v1, u64 v2) in create_node() argument 1065 dump_node(0, n1, n2, n3, n4, v1, v2); in create_node() [all …]
|
/Linux-v4.19/include/scsi/ |
D | iscsi_proto.h | 45 static inline int iscsi_sna_lt(u32 n1, u32 n2) in iscsi_sna_lt() argument 47 return (s32)(n1 - n2) < 0; in iscsi_sna_lt() 50 static inline int iscsi_sna_lte(u32 n1, u32 n2) in iscsi_sna_lte() argument 52 return (s32)(n1 - n2) <= 0; in iscsi_sna_lte() 55 static inline int iscsi_sna_gt(u32 n1, u32 n2) in iscsi_sna_gt() argument 57 return (s32)(n1 - n2) > 0; in iscsi_sna_gt() 60 static inline int iscsi_sna_gte(u32 n1, u32 n2) in iscsi_sna_gte() argument 62 return (s32)(n1 - n2) >= 0; in iscsi_sna_gte()
|
/Linux-v4.19/drivers/isdn/hisax/ |
D | s0box.c | 39 register u_char n1, n2; in readreg() local 48 n2 = (inb_p(padr + 1) >> 3) & 0x17; in readreg() 51 return nibtab[n1] | (nibtab[n2] << 4); in readreg() 58 register u_char n1, n2; in read_fifo() local 68 n2 = (inb_p(padr + 1) >> 3) & 0x17; in read_fifo() 69 *(data++) = nibtab[n1] | (nibtab[n2] << 4); in read_fifo()
|
/Linux-v4.19/drivers/clk/pxa/ |
D | clk-pxa25x.c | 232 unsigned int n2 = N2_clk_mult[(cccr >> 7) & 0x07]; in clk_pxa25x_run_get_rate() local 234 return (parent_rate / n2) * 2; in clk_pxa25x_run_get_rate() 243 unsigned int l, m, n2, t; in clk_pxa25x_cpll_get_rate() local 249 n2 = N2_clk_mult[(cccr >> 7) & 0x07]; in clk_pxa25x_cpll_get_rate() 251 return m * l * n2 * parent_rate / 2; in clk_pxa25x_cpll_get_rate()
|
/Linux-v4.19/fs/ext4/ |
D | indirect.c | 1224 int n = 0, n2 = 0; in ext4_ind_remove_space() local 1235 n2 = ext4_block_to_path(inode, end, offsets2, NULL); in ext4_ind_remove_space() 1237 BUG_ON(n > n2); in ext4_ind_remove_space() 1239 if ((n == 1) && (n == n2)) { in ext4_ind_remove_space() 1244 } else if (n2 > n) { in ext4_ind_remove_space() 1294 partial2 = ext4_find_shared(inode, n2, offsets2, chain2, &nr2); in ext4_ind_remove_space() 1323 (chain2+n2-1) - partial2); in ext4_ind_remove_space() 1333 partial2 = ext4_find_shared(inode, n2, offsets2, chain2, &nr2); in ext4_ind_remove_space() 1378 int depth2 = (chain2+n2-1) - partial2; in ext4_ind_remove_space() 1417 (chain2+n2-1) - partial2); in ext4_ind_remove_space() [all …]
|
/Linux-v4.19/arch/arm64/include/asm/ |
D | cmpxchg.h | 180 #define cmpxchg_double(ptr1, ptr2, o1, o2, n1, n2) \ argument 185 (unsigned long)(n1), (unsigned long)(n2), \ 190 #define cmpxchg_double_local(ptr1, ptr2, o1, o2, n1, n2) \ argument 195 (unsigned long)(n1), (unsigned long)(n2), \
|
/Linux-v4.19/net/ax25/ |
D | ax25_std_timer.c | 127 if (ax25->n2count == ax25->n2) { in ax25_std_t1timer_expiry() 147 if (ax25->n2count == ax25->n2) { in ax25_std_t1timer_expiry() 165 if (ax25->n2count == ax25->n2) { in ax25_std_t1timer_expiry()
|
D | ax25_ds_timer.c | 195 if (ax25->n2count == ax25->n2) { in ax25_ds_t1_timeout() 215 if (ax25->n2count == ax25->n2) { in ax25_ds_t1_timeout() 226 if (ax25->n2count == ax25->n2) { in ax25_ds_t1_timeout()
|
/Linux-v4.19/drivers/staging/fbtft/ |
D | fb_ssd1325.c | 142 u8 n2; in write_vmem() local 151 n2 = rgb565_to_g16(vmem16 in write_vmem() 153 *buf = (n1 << 4) | n2; in write_vmem()
|
/Linux-v4.19/include/uapi/linux/ |
D | ax25.h | 90 unsigned int n2, n2count; member 100 unsigned int n2, n2count; member
|
/Linux-v4.19/drivers/md/bcache/ |
D | btree.c | 1367 struct bset *n2 = btree_bset_first(new_nodes[i - 1]); in btree_gc_coalesce() local 1373 for (k = n2->start; in btree_gc_coalesce() 1374 k < bset_bkey_last(n2); in btree_gc_coalesce() 1393 if (__set_blocks(n1, n1->keys + n2->keys, in btree_gc_coalesce() 1398 keys = n2->keys; in btree_gc_coalesce() 1410 n2->start, in btree_gc_coalesce() 1411 (void *) bset_bkey_idx(n2, keys) - (void *) n2->start); in btree_gc_coalesce() 1416 memmove(n2->start, in btree_gc_coalesce() 1417 bset_bkey_idx(n2, keys), in btree_gc_coalesce() 1418 (void *) bset_bkey_last(n2) - in btree_gc_coalesce() [all …]
|