Home
last modified time | relevance | path

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

/linux-4.1.27/arch/s390/include/asm/
Dcmpxchg.h37 #define __cmpxchg_double_op(p1, p2, o1, o2, n1, n2, insn) \ argument
42 register __typeof__(*(p2)) __new2 asm("5") = (n2); \
55 #define __cmpxchg_double_4(p1, p2, o1, o2, n1, n2) \ argument
56 __cmpxchg_double_op(p1, p2, o1, o2, n1, n2, "cds")
58 #define __cmpxchg_double_8(p1, p2, o1, o2, n1, n2) \ argument
59 __cmpxchg_double_op(p1, p2, o1, o2, n1, n2, "cdsg")
63 #define __cmpxchg_double(p1, p2, o1, o2, n1, n2) \ argument
68 __ret = __cmpxchg_double_4(p1, p2, o1, o2, n1, n2); \
71 __ret = __cmpxchg_double_8(p1, p2, o1, o2, n1, n2); \
79 #define cmpxchg_double(p1, p2, o1, o2, n1, n2) \ argument
[all …]
Dpercpu.h166 #define arch_this_cpu_cmpxchg_double(pcp1, pcp2, o1, o2, n1, n2) \ argument
169 typeof(pcp2) o2__ = (o2), n2__ = (n2); \
/linux-4.1.27/security/selinux/ss/
Debitmap.c29 struct ebitmap_node *n1, *n2; in ebitmap_cmp() local
35 n2 = e2->node; in ebitmap_cmp()
36 while (n1 && n2 && in ebitmap_cmp()
37 (n1->startbit == n2->startbit) && in ebitmap_cmp()
38 !memcmp(n1->maps, n2->maps, EBITMAP_SIZE / 8)) { in ebitmap_cmp()
40 n2 = n2->next; in ebitmap_cmp()
43 if (n1 || n2) in ebitmap_cmp()
200 struct ebitmap_node *n1, *n2; in ebitmap_contains() local
207 n2 = e2->node; in ebitmap_contains()
209 while (n1 && n2 && (n1->startbit <= n2->startbit)) { in ebitmap_contains()
[all …]
/linux-4.1.27/lib/mpi/
Dmpih-div.c102 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-4.1.27/arch/powerpc/math-emu/
Dudivmodti4.c90 _FP_W_TYPE n2; in _fp_udivmodti4()
97 n2 = n1 >> b; in _fp_udivmodti4()
101 udiv_qrnnd (q1, n1, n2, n1, d0); in _fp_udivmodti4()
158 _FP_W_TYPE m1, m0, n2; in _fp_udivmodti4() local
166 n2 = n1 >> b; in _fp_udivmodti4()
170 udiv_qrnnd (q0, n1, n2, n1, d1); in _fp_udivmodti4()
/linux-4.1.27/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-4.1.27/arch/arm64/include/asm/
Dcmpxchg.h231 #define cmpxchg_double(ptr1, ptr2, o1, o2, n1, n2) \ argument
236 (unsigned long)(n2), sizeof(*(ptr1)));\
240 #define cmpxchg_double_local(ptr1, ptr2, o1, o2, n1, n2) \ argument
245 (unsigned long)(n2), sizeof(*(ptr1)));\
263 #define this_cpu_cmpxchg_double_8(ptr1, ptr2, o1, o2, n1, n2) \ argument
269 o1, o2, n1, n2); \
/linux-4.1.27/arch/x86/include/asm/
Dcmpxchg.h210 #define __cmpxchg_double(pfx, p1, p2, o1, o2, n1, n2) \ argument
214 __typeof__(*(p2)) __old2 = (o2), __new2 = (n2); \
227 #define cmpxchg_double(p1, p2, o1, o2, n1, n2) \ argument
228 __cmpxchg_double(LOCK_PREFIX, p1, p2, o1, o2, n1, n2)
230 #define cmpxchg_double_local(p1, p2, o1, o2, n1, n2) \ argument
231 __cmpxchg_double(, p1, p2, o1, o2, n1, n2)
Dpercpu.h447 #define percpu_cmpxchg8b_double(pcp1, pcp2, o1, o2, n1, n2) \ argument
451 typeof(pcp2) __o2 = (o2), __n2 = (n2); \
491 #define percpu_cmpxchg16b_double(pcp1, pcp2, o1, o2, n1, n2) \ argument
495 typeof(pcp2) __o2 = (o2), __n2 = (n2); \
/linux-4.1.27/drivers/char/hw_random/
DMakefile13 obj-$(CONFIG_HW_RANDOM_N2RNG) += n2-rng.o
14 n2-rng-y := n2-drv.o n2-asm.o
DKconfig139 module will be called n2-rng.
/linux-4.1.27/net/dccp/ccids/lib/
Dpacket_history.c178 static void __one_after_loss(struct tfrc_rx_hist *h, struct sk_buff *skb, u32 n2) in __one_after_loss() argument
186 tfrc_rx_hist_entry_from_skb(tfrc_rx_hist_entry(h, 2), skb, n2); in __one_after_loss()
192 if (dccp_loss_free(s0, s2, n2)) { in __one_after_loss()
201 tfrc_rx_hist_entry_from_skb(tfrc_rx_hist_loss_prev(h), skb, n2); in __one_after_loss()
209 tfrc_rx_hist_entry_from_skb(tfrc_rx_hist_entry(h, 1), skb, n2); in __one_after_loss()
247 u64 n2 = tfrc_rx_hist_entry(h, 2)->tfrchrx_ndp; in __two_after_loss() local
249 if (dccp_loss_free(s1, s2, n2)) { in __two_after_loss()
289 u64 n2 = tfrc_rx_hist_entry(h, 2)->tfrchrx_ndp, in __three_after_loss() local
292 if (dccp_loss_free(s1, s2, n2)) { in __three_after_loss()
/linux-4.1.27/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-4.1.27/net/lapb/
Dlapb_timer.c106 if (lapb->n2count == lapb->n2) { in lapb_t1timer_expiry()
130 if (lapb->n2count == lapb->n2) { in lapb_t1timer_expiry()
147 if (lapb->n2count == lapb->n2) { in lapb_t1timer_expiry()
165 if (lapb->n2count == lapb->n2) { in lapb_t1timer_expiry()
Dlapb_iface.c135 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-4.1.27/drivers/clk/pxa/
Dclk-pxa25x.c167 unsigned int n2 = N2_clk_mult[(cccr >> 7) & 0x07]; in clk_pxa25x_run_get_rate() local
169 return (parent_rate / n2) * 2; in clk_pxa25x_run_get_rate()
178 unsigned int l, m, n2, t; in clk_pxa25x_cpll_get_rate() local
184 n2 = N2_clk_mult[(cccr >> 7) & 0x07]; in clk_pxa25x_cpll_get_rate()
187 return m * l * n2 * parent_rate / 2; in clk_pxa25x_cpll_get_rate()
Dclk-pxa27x.c153 unsigned int l, L, n2, N; in clk_pxa27x_cpll_get_rate() local
161 n2 = (ccsr & CCSR_N2_MASK) >> CCSR_N2_SHIFT; in clk_pxa27x_cpll_get_rate()
163 N = (L * n2) / 2; in clk_pxa27x_cpll_get_rate()
267 unsigned int n2 = (ccsr & CCSR_N2_MASK) >> CCSR_N2_SHIFT; in clk_pxa27x_run_get_rate() local
269 return (parent_rate / n2) * 2; in clk_pxa27x_run_get_rate()
/linux-4.1.27/arch/powerpc/platforms/ps3/
Drepository.c53 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()
1073 static int create_node(u64 n1, u64 n2, u64 n3, u64 n4, u64 v1, u64 v2) in create_node() argument
1077 dump_node(0, n1, n2, n3, n4, v1, v2); in create_node()
[all …]
/linux-4.1.27/arch/arm/mach-pxa/
Dpxa25x.c68 unsigned int l, L, m, M, n2, N; in pxa25x_get_clk_frequency_khz() local
75 n2 = N2_clk_mult[(cccr >> 7) & 0x07]; in pxa25x_get_clk_frequency_khz()
79 N = n2 * M / 2; in pxa25x_get_clk_frequency_khz()
91 N / 1000000, (N % 1000000) / 10000, n2 / 2, (n2 % 2) * 5, in pxa25x_get_clk_frequency_khz()
Dpxa27x.c87 unsigned int l, L, m, M, n2, N, S; in pxa27x_get_clk_frequency_khz() local
100 n2 = (ccsr>>7) & 0xf; in pxa27x_get_clk_frequency_khz()
104 N = (L * n2) / 2; in pxa27x_get_clk_frequency_khz()
112 N / 1000000, (N % 1000000)/10000, n2 / 2, (n2 % 2)*5, in pxa27x_get_clk_frequency_khz()
/linux-4.1.27/include/scsi/
Discsi_proto.h45 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-4.1.27/drivers/isdn/hisax/
Ds0box.c39 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-4.1.27/drivers/gpu/drm/i915/
Dintel_ddi.c541 unsigned p, n2, r2; member
619 unsigned r2, unsigned n2, unsigned p, in wrpll_update_rnp() argument
627 best->n2 = n2; in wrpll_update_rnp()
648 diff = abs_diff(freq2k * p * r2, LC_FREQ_2K * n2); in wrpll_update_rnp()
650 LC_FREQ_2K * best->n2); in wrpll_update_rnp()
658 best->n2 = n2; in wrpll_update_rnp()
664 best->n2 = n2; in wrpll_update_rnp()
668 if (n2 * best->r2 * best->r2 > best->n2 * r2 * r2) { in wrpll_update_rnp()
670 best->n2 = n2; in wrpll_update_rnp()
897 unsigned p, n2, r2; in hsw_ddi_calculate_wrpll() local
[all …]
/linux-4.1.27/net/ax25/
Dax25_std_timer.c125 if (ax25->n2count == ax25->n2) { in ax25_std_t1timer_expiry()
145 if (ax25->n2count == ax25->n2) { in ax25_std_t1timer_expiry()
162 if (ax25->n2count == ax25->n2) { in ax25_std_t1timer_expiry()
Dax25_ds_timer.c194 if (ax25->n2count == ax25->n2) { in ax25_ds_t1_timeout()
214 if (ax25->n2count == ax25->n2) { in ax25_ds_t1_timeout()
224 if (ax25->n2count == ax25->n2) { in ax25_ds_t1_timeout()
Daf_ax25.c415 ax25->n2 = ax25_ctl.arg; in ax25_ctl_ioctl()
456 ax25->n2 = ax25_dev->values[AX25_VALUES_N2]; in ax25_fillin_cb_from_dev()
490 ax25->n2 = AX25_DEF_N2; in ax25_fillin_cb()
595 ax25->n2 = opt; in ax25_setsockopt()
717 val = ax25->n2; in ax25_getsockopt()
927 ax25->n2 = oax25->n2; in ax25_make_new()
1776 ax25_info.n2 = ax25->n2; in ax25_ioctl()
1905 ax25->n2count, ax25->n2, in ax25_info_show()
/linux-4.1.27/drivers/md/bcache/
Dbtree.c1344 struct bset *n2 = btree_bset_first(new_nodes[i - 1]); in btree_gc_coalesce() local
1350 for (k = n2->start; in btree_gc_coalesce()
1351 k < bset_bkey_last(n2); in btree_gc_coalesce()
1370 if (__set_blocks(n1, n1->keys + n2->keys, in btree_gc_coalesce()
1375 keys = n2->keys; in btree_gc_coalesce()
1387 n2->start, in btree_gc_coalesce()
1388 (void *) bset_bkey_idx(n2, keys) - (void *) n2->start); in btree_gc_coalesce()
1393 memmove(n2->start, in btree_gc_coalesce()
1394 bset_bkey_idx(n2, keys), in btree_gc_coalesce()
1395 (void *) bset_bkey_last(n2) - in btree_gc_coalesce()
[all …]
/linux-4.1.27/include/uapi/linux/
Dax25.h89 unsigned int n2, n2count; member
99 unsigned int n2, n2count; member
/linux-4.1.27/fs/ext4/
Dindirect.c1326 int n = 0, n2 = 0; in ext4_ind_remove_space() local
1337 n2 = ext4_block_to_path(inode, end, offsets2, NULL); in ext4_ind_remove_space()
1339 BUG_ON(n > n2); in ext4_ind_remove_space()
1341 if ((n == 1) && (n == n2)) { in ext4_ind_remove_space()
1346 } else if (n2 > n) { in ext4_ind_remove_space()
1396 partial2 = ext4_find_shared(inode, n2, offsets2, chain2, &nr2); in ext4_ind_remove_space()
1425 (chain2+n2-1) - partial2); in ext4_ind_remove_space()
1435 partial2 = ext4_find_shared(inode, n2, offsets2, chain2, &nr2); in ext4_ind_remove_space()
1480 int depth2 = (chain2+n2-1) - partial2; in ext4_ind_remove_space()
1519 (chain2+n2-1) - partial2); in ext4_ind_remove_space()
[all …]
/linux-4.1.27/net/netrom/
Dnr_timer.c213 if (nr->n2count == nr->n2) { in nr_t1timer_expiry()
224 if (nr->n2count == nr->n2) { in nr_t1timer_expiry()
235 if (nr->n2count == nr->n2) { in nr_t1timer_expiry()
Daf_netrom.c331 nr->n2 = opt; in nr_setsockopt()
378 val = nr->n2; in nr_getsockopt()
457 nr->n2 = in nr_create()
505 nr->n2 = onr->n2; in nr_make_new()
1322 nr->n2, in nr_info_show()
/linux-4.1.27/drivers/media/tuners/
Dmc44s803.c221 u32 r1, r2, n1, n2, lo1, lo2, freq, val; in mc44s803_set_params() local
234 n2 = (freq - MC44S803_IF2 + 50000) / 100000; in mc44s803_set_params()
235 lo2 = ((60 * n2) + (r2 / 2)) / r2; in mc44s803_set_params()
257 MC44S803_REG_SM(n2-2, MC44S803_LO2); in mc44s803_set_params()
Dmt20xx.c72 int n1=1,n2,f; in mt2032_spurcheck() local
83 n2=-n1; in mt2032_spurcheck()
86 n2--; in mt2032_spurcheck()
88 tuner_dbg("spurtest n1=%d n2=%d ftest=%d\n",n1,n2,f); in mt2032_spurcheck()
92 } while ( (f>(f2-spectrum_to)) || (n2>-5)); in mt2032_spurcheck()
/linux-4.1.27/fs/hpfs/
Dname.c76 const unsigned char *n2, unsigned l2, int last) in hpfs_compare_names() argument
83 unsigned char c2 = upcase(hpfs_sb(s)->sb_cp_table,n2[i]); in hpfs_compare_names()
/linux-4.1.27/Documentation/networking/
Dgeneric-hdlc.txt104 n2.o and c101.o need parameters to work:
106 insmod n2 hw=io,irq,ram,ports[:io,irq,...]
108 insmod n2 hw=0x300,10,0xD0000,01
116 n2.hw=io,irq,ram,ports:...
Dlapb-module.txt64 unsigned int n2;
/linux-4.1.27/scripts/genksyms/
Dgenksyms.c365 struct string_list *n, *n2; in concat_list() local
370 for (n2 = n; n2->next; n2 = n2->next) in concat_list()
372 n2->next = start; in concat_list()
/linux-4.1.27/include/linux/
Dgsmmux.h12 unsigned int n2; member
Dlapb.h40 unsigned int n2; member
/linux-4.1.27/drivers/video/fbdev/savage/
Dsavagefb_driver.c426 unsigned char n1, n2, best_n1=16+2, best_n2=2, best_m=125+2; in SavageCalcClock() local
440 for (n2=min_n2; n2<=max_n2; n2++) { in SavageCalcClock()
442 m = (freq * n1 * (1 << n2) + HALF_BASE_FREQ) / in SavageCalcClock()
448 diff = freq * (1 << n2) * n1 - BASE_FREQ * m; in SavageCalcClock()
455 best_n2 = n2; in SavageCalcClock()
473 unsigned char n1, n2; in common_calc_clock() local
478 for (n2 = min_n2; n2 <= max_n2; n2++) { in common_calc_clock()
480 m = (freq * n1 * (1 << n2) + HALF_BASE_FREQ) / in common_calc_clock()
486 diff = freq * (1 << n2) * n1 - BASE_FREQ * m; in common_calc_clock()
493 best_n2 = n2; in common_calc_clock()
[all …]
/linux-4.1.27/drivers/ssb/
Dmain.c1000 u32 n1, n2, clock, m1, m2, m3, mc; in ssb_calc_clock_rate() local
1003 n2 = ((n & SSB_CHIPCO_CLK_N2) >> SSB_CHIPCO_CLK_N2_SHIFT); in ssb_calc_clock_rate()
1015 n2 += SSB_CHIPCO_CLK_F5_BIAS; in ssb_calc_clock_rate()
1019 n2 += SSB_CHIPCO_CLK_T2_BIAS; in ssb_calc_clock_rate()
1021 SSB_WARN_ON(!((n2 >= 5) && (n2 <= 23))); in ssb_calc_clock_rate()
1032 clock = SSB_CHIPCO_CLK_BASE2 * n1 * n2; in ssb_calc_clock_rate()
1035 clock = SSB_CHIPCO_CLK_BASE1 * n1 * n2; in ssb_calc_clock_rate()
/linux-4.1.27/tools/perf/scripts/python/
Dexport-to-postgresql.py411 n2 = len(long_name)
413 fmt = "!hiqiqi" + str(n1) + "si" + str(n2) + "si" + str(n3) + "s"
414 value = struct.pack(fmt, 5, 8, dso_id, 8, machine_id, n1, short_name, n2, long_name, n3, build_id)
/linux-4.1.27/drivers/staging/lustre/lustre/ldlm/
Dinterval_tree.c106 struct interval_node *n2) in node_compare() argument
108 return extent_compare(&n1->in_extent, &n2->in_extent); in node_compare()
112 struct interval_node *n2) in node_equal() argument
114 return extent_equal(&n1->in_extent, &n2->in_extent); in node_equal()
/linux-4.1.27/arch/mips/include/asm/octeon/
Dcvmx-pko.h209 uint64_t n2:1; member
254 uint64_t n2:1;
/linux-4.1.27/drivers/of/
Dresolver.c199 const char *n2 = strrchr(dn2->full_name, '/') ? : "/"; in __of_node_name_cmp() local
201 return of_node_cmp(n1, n2); in __of_node_name_cmp()
Dunittest.c498 struct device_node *n1, *n2, *n21, *nremove, *parent, *np; in of_unittest_changeset() local
503 n2 = __of_node_dup(NULL, "/testcase-data/changeset/n2"); in of_unittest_changeset()
504 unittest(n2, "testcase setup failure\n"); in of_unittest_changeset()
515 n2->parent = parent; in of_unittest_changeset()
516 n21->parent = n2; in of_unittest_changeset()
517 n2->child = n21; in of_unittest_changeset()
523 unittest(!of_changeset_attach_node(&chgset, n2), "fail attach n2\n"); in of_unittest_changeset()
/linux-4.1.27/drivers/crypto/ux500/cryp/
Dcryp_core.c139 u8 n2; in swap_bits_in_byte() local
151 n2 = ((b & L_SHIFT_4_MASK) << 4) | (b & ~(L_SHIFT_4_MASK << 4)); in swap_bits_in_byte()
153 n2 = ((n2 & L_SHIFT_2_MASK) << 2) | (n2 & ~(L_SHIFT_2_MASK << 2)); in swap_bits_in_byte()
155 n2 = (n2 & L_SHIFT_1_MASK) << 1; in swap_bits_in_byte()
157 return n1 | n2; in swap_bits_in_byte()
/linux-4.1.27/include/net/
Dlapb.h90 unsigned short n2, n2count; member
Dllc_conn.h52 u32 n2; /* max nbr re-tx's for timeout*/ member
Dnetrom.h71 unsigned char n2, n2count; member
Dax25.h235 unsigned char n2, n2count; member
/linux-4.1.27/drivers/net/wan/
DMakefile29 obj-$(CONFIG_N2) += n2.o
DKconfig232 will be called n2.
/linux-4.1.27/security/apparmor/
Ddomain.c586 static char *new_compound_name(const char *n1, const char *n2) in new_compound_name() argument
588 char *name = kmalloc(strlen(n1) + strlen(n2) + 3, GFP_KERNEL); in new_compound_name()
590 sprintf(name, "%s//%s", n1, n2); in new_compound_name()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
Dgk20a.c161 u32 m, n, n2; in gk20a_pllg_calc_mnp() local
217 n2 = ((target_vco_f * m) + (ref_clk_f - 1)) / ref_clk_f; in gk20a_pllg_calc_mnp()
222 for (; n <= n2; n++) { in gk20a_pllg_calc_mnp()
/linux-4.1.27/drivers/tty/
Dn_gsm.c260 int n2; /* Retry count */ member
1383 gsm->cretries = gsm->n2; in gsm_control_send()
1512 dlci->retries = gsm->n2; in gsm_dlci_begin_open()
1534 dlci->retries = gsm->n2; in gsm_dlci_begin_close()
2187 gsm->n2 = N2; in gsm_alloc_mux()
2507 if (c->n2 < 3) in gsmld_config()
2557 gsm->n2 = c->n2; in gsmld_config()
2593 c.n2 = gsm->n2; in gsmld_ioctl()
/linux-4.1.27/drivers/media/usb/gspca/
Dt613.c592 static const u8 n2[] = in sd_init() local
633 reg_w_buf(gspca_dev, n2, sizeof n2); in sd_init()
/linux-4.1.27/drivers/input/
Dinput-mt.c85 unsigned int n2 = num_slots * num_slots; in input_mt_init_slots() local
86 mt->red = kcalloc(n2, sizeof(*mt->red), GFP_KERNEL); in input_mt_init_slots()
/linux-4.1.27/Documentation/DocBook/media/
Dnv12mt_example.gif.b6446 QBIlETd9CXzIGpiYrkyRR1WSOc5kX8YkdkmMPInLChxa/n2/C2SEYPZ6VgrUmZcX5Db/TAFTSh5D
/linux-4.1.27/tools/vm/
Dslabinfo.c1037 char *n1, *n2; in sort_aliases() local
1040 n2 = a2->name; in sort_aliases()
1043 n2 = a2->ref; in sort_aliases()
1045 if (strcasecmp(n1, n2) > 0) { in sort_aliases()
/linux-4.1.27/net/bluetooth/
Dsmp.c241 const u8 n1[16], const u8 n2[16], const u8 a1[7], in smp_f5()
258 SMP_DBG("n1 %16phN n2 %16phN", n1, n2); in smp_f5()
270 memcpy(m + 16, n2, 16); in smp_f5()
294 const u8 n1[16], const u8 n2[16], const u8 r[16], in smp_f6()
302 SMP_DBG("n1 %16phN n2 %16phN", n1, n2); in smp_f6()
309 memcpy(m + 33, n2, 16); in smp_f6()
3442 const u8 n2[16] = { in test_f5() local
3456 err = smp_f5(tfm_cmac, w, n1, n2, a1, a2, mackey, ltk); in test_f5()
3477 const u8 n2[16] = { in test_f6() local
3492 err = smp_f6(tfm_cmac, w, n1, n2, r, io_cap, a1, a2, res); in test_f6()
/linux-4.1.27/Documentation/sound/alsa/
Demu10k1-jack.txt27 /usr/local/bin/jackd -R -dalsa -r48000 -p64 -n2 -D -Chw:0,2 -Phw:0,3 -S
DAudiophile-Usb.txt399 % jackd -R -dalsa -Phw:1,0 -r48000 -p128 -n2 -D -Chw:1,1
408 % jackd -R -dalsa -dplughw:1 -r48000 -p256 -n2 -D -Cplughw:1,1
/linux-4.1.27/drivers/hid/
Dwacom_sys.c473 int n1,n2; in wacom_are_sibling() local
485 n2 = strrchr(sibling->phys, '.') - sibling->phys; in wacom_are_sibling()
486 if (n1 != n2 || n1 <= 0 || n2 <= 0) in wacom_are_sibling()
/linux-4.1.27/arch/mips/include/asm/mach-bcm63xx/
Dbcm63xx_regs.h401 #define ADSLPLLCTL_VAL(n1, n2, m1ref, m2ref, m1cpu, m1bus, m2bus) \ argument
403 ((n2) << ADSLPLLCTL_N2_SHIFT) | \
/linux-4.1.27/net/llc/
Dllc_c_ev.c665 return !(llc_sk(sk)->retry_count < llc_sk(sk)->n2); in llc_conn_ev_qlfy_retry_cnt_lt_n2()
670 return !(llc_sk(sk)->retry_count >= llc_sk(sk)->n2); in llc_conn_ev_qlfy_retry_cnt_gte_n2()
Daf_llc.c1049 llc->n2 = opt; in llc_ui_setsockopt()
1130 val = llc->n2; break; in llc_ui_getsockopt()
Dllc_conn.c918 llc->n2 = 2; /* max retransmit */ in llc_sk_init()
Dllc_c_ac.c154 if (llc->retry_count > llc->n2) { in llc_conn_ac_rst_ind()
/linux-4.1.27/fs/btrfs/
Dbackref.c524 struct list_head *n2; in __merge_refs() local
530 for (pos2 = pos1->next, n2 = pos2->next; pos2 != head; in __merge_refs()
531 pos2 = n2, n2 = pos2->next) { in __merge_refs()
/linux-4.1.27/Documentation/block/
Dioprio.txt56 # ionice -c1 -n2 -p100
/linux-4.1.27/net/core/
Dneighbour.c1191 struct neighbour *n2, *n1 = neigh; in neigh_update() local
1203 n2 = NULL; in neigh_update()
1205 n2 = dst_neigh_lookup_skb(dst, skb); in neigh_update()
1206 if (n2) in neigh_update()
1207 n1 = n2; in neigh_update()
1210 if (n2) in neigh_update()
1211 neigh_release(n2); in neigh_update()
/linux-4.1.27/net/mac80211/
Dtx.c2583 int i, have_bits = 0, n1, n2; in __ieee80211_beacon_add_tim() local
2621 n2 = n1; in __ieee80211_beacon_add_tim()
2624 n2 = i; in __ieee80211_beacon_add_tim()
2632 skb_put(skb, n2 - n1); in __ieee80211_beacon_add_tim()
2633 memcpy(pos, ps->tim + n1, n2 - n1 + 1); in __ieee80211_beacon_add_tim()
2635 tim[1] = n2 - n1 + 4; in __ieee80211_beacon_add_tim()
/linux-4.1.27/Documentation/fb/
Dfbcon.txt115 4. fbcon=vc:<n1>-<n2>
118 specified by the values 'n1' and 'n2'. The rest of the consoles
/linux-4.1.27/include/math-emu/
Dop-4.h341 #define umul_ppppmnnn(p3,p2,p1,p0,m,n2,n1,n0) \ argument
347 umul_ppmm(p3,_t,m,n2); \
/linux-4.1.27/drivers/pinctrl/
Dcore.c912 struct pinctrl_setting *setting, *n2; in pinctrl_free() local
916 list_for_each_entry_safe(setting, n2, &state->settings, node) { in pinctrl_free()
/linux-4.1.27/drivers/staging/octeon/
Dethernet-tx.c280 pko_command.s.n2 = 1; /* Don't pollute L2 with the outgoing packet */ in cvm_oct_xmit()
/linux-4.1.27/mm/
Dslub.c1970 struct kmem_cache_node *n = NULL, *n2 = NULL; in unfreeze_partials() local
1979 n2 = get_node(s, page_to_nid(page)); in unfreeze_partials()
1980 if (n != n2) { in unfreeze_partials()
1984 n = n2; in unfreeze_partials()
/linux-4.1.27/Documentation/input/
Dalps.txt252 byte 0: 1 1 1 n3 1 n2 n1 x24
/linux-4.1.27/fs/nfsd/
Dnfs4state.c1872 static int same_name(const char *n1, const char *n2) in same_name() argument
1874 return 0 == memcmp(n1, n2, HEXDIR_LEN); in same_name()
/linux-4.1.27/Documentation/
Dkernel-parameters.txt2166 n2= [NET] SDL Inc. RISCom/N2 synchronous serial card
/linux-4.1.27/
DMAINTAINERS4336 F: drivers/net/wan/n2.c