Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/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.4.14/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.4.14/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.4.14/arch/s390/include/asm/
Dcmpxchg.h35 #define __cmpxchg_double(p1, p2, o1, o2, n1, n2) \ argument
40 register __typeof__(*(p2)) __new2 asm("5") = (n2); \
53 #define cmpxchg_double(p1, p2, o1, o2, n1, n2) \ argument
60 __cmpxchg_double(__p1, __p2, o1, o2, n1, n2); \
Dpercpu.h166 #define arch_this_cpu_cmpxchg_double(pcp1, pcp2, o1, o2, n1, n2) \ argument
169 typeof(pcp2) o2__ = (o2), n2__ = (n2); \
/linux-4.4.14/arch/x86/include/asm/
Dcmpxchg.h208 #define __cmpxchg_double(pfx, p1, p2, o1, o2, n1, n2) \ argument
212 __typeof__(*(p2)) __old2 = (o2), __new2 = (n2); \
225 #define cmpxchg_double(p1, p2, o1, o2, n1, n2) \ argument
226 __cmpxchg_double(LOCK_PREFIX, p1, p2, o1, o2, n1, n2)
228 #define cmpxchg_double_local(p1, p2, o1, o2, n1, n2) \ argument
229 __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.4.14/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.4.14/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.4.14/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.4.14/arch/arm64/include/asm/
Dcmpxchg.h182 #define cmpxchg_double(ptr1, ptr2, o1, o2, n1, n2) \ argument
187 (unsigned long)(n1), (unsigned long)(n2), \
192 #define cmpxchg_double_local(ptr1, ptr2, o1, o2, n1, n2) \ argument
197 (unsigned long)(n1), (unsigned long)(n2), \
217 #define this_cpu_cmpxchg_double_8(ptr1, ptr2, o1, o2, n1, n2) \ argument
223 o1, o2, n1, n2); \
/linux-4.4.14/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.4.14/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.4.14/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.4.14/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.4.14/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.4.14/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.c414 ax25->n2 = ax25_ctl.arg; in ax25_ctl_ioctl()
455 ax25->n2 = ax25_dev->values[AX25_VALUES_N2]; in ax25_fillin_cb_from_dev()
489 ax25->n2 = AX25_DEF_N2; in ax25_fillin_cb()
594 ax25->n2 = opt; in ax25_setsockopt()
716 val = ax25->n2; in ax25_getsockopt()
926 ax25->n2 = oax25->n2; in ax25_make_new()
1775 ax25_info.n2 = ax25->n2; in ax25_ioctl()
1904 ax25->n2count, ax25->n2, in ax25_info_show()
/linux-4.4.14/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.4.14/include/uapi/linux/
Dax25.h89 unsigned int n2, n2count; member
99 unsigned int n2, n2count; member
Dgsmmux.h16 unsigned int n2; member
/linux-4.4.14/fs/ext4/
Dindirect.c1328 int n = 0, n2 = 0; in ext4_ind_remove_space() local
1339 n2 = ext4_block_to_path(inode, end, offsets2, NULL); in ext4_ind_remove_space()
1341 BUG_ON(n > n2); in ext4_ind_remove_space()
1343 if ((n == 1) && (n == n2)) { in ext4_ind_remove_space()
1348 } else if (n2 > n) { in ext4_ind_remove_space()
1398 partial2 = ext4_find_shared(inode, n2, offsets2, chain2, &nr2); in ext4_ind_remove_space()
1427 (chain2+n2-1) - partial2); in ext4_ind_remove_space()
1437 partial2 = ext4_find_shared(inode, n2, offsets2, chain2, &nr2); in ext4_ind_remove_space()
1482 int depth2 = (chain2+n2-1) - partial2; in ext4_ind_remove_space()
1521 (chain2+n2-1) - partial2); in ext4_ind_remove_space()
[all …]
/linux-4.4.14/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.4.14/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.4.14/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.4.14/drivers/gpu/drm/i915/
Dintel_ddi.c806 unsigned p, n2, r2; member
884 unsigned r2, unsigned n2, unsigned p, in hsw_wrpll_update_rnp() argument
892 best->n2 = n2; in hsw_wrpll_update_rnp()
913 diff = abs_diff(freq2k * p * r2, LC_FREQ_2K * n2); in hsw_wrpll_update_rnp()
915 LC_FREQ_2K * best->n2); in hsw_wrpll_update_rnp()
923 best->n2 = n2; in hsw_wrpll_update_rnp()
929 best->n2 = n2; in hsw_wrpll_update_rnp()
933 if (n2 * best->r2 * best->r2 > best->n2 * r2 * r2) { in hsw_wrpll_update_rnp()
935 best->n2 = n2; in hsw_wrpll_update_rnp()
1206 unsigned p, n2, r2; in hsw_ddi_calculate_wrpll() local
[all …]
Dintel_display.c12364 unsigned int m2, unsigned int n2, in intel_compare_m_n() argument
12367 if (m == m2 && n == n2) in intel_compare_m_n()
12370 if (exact || !m || !n || !m2 || !n2) in intel_compare_m_n()
12378 n2 <<= 1; in intel_compare_m_n()
12387 return m == m2 && n == n2; in intel_compare_m_n()
/linux-4.4.14/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.4.14/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.4.14/drivers/staging/lustre/lustre/ldlm/
Dinterval_tree.c100 struct interval_node *n2) in node_compare() argument
102 return extent_compare(&n1->in_extent, &n2->in_extent); in node_compare()
106 struct interval_node *n2) in node_equal() argument
108 return extent_equal(&n1->in_extent, &n2->in_extent); in node_equal()
/linux-4.4.14/lib/842/
D842_compress.c437 u64 n2 = (pos >> 1) % (1 << I2_BITS); in update_hashtables() local
442 replace_hash(p, 2, n2, 0); in update_hashtables()
443 replace_hash(p, 2, n2, 1); in update_hashtables()
444 replace_hash(p, 2, n2, 2); in update_hashtables()
445 replace_hash(p, 2, n2, 3); in update_hashtables()
/linux-4.4.14/drivers/ssb/
Dmain.c840 u32 n1, n2, clock, m1, m2, m3, mc; in ssb_calc_clock_rate() local
843 n2 = ((n & SSB_CHIPCO_CLK_N2) >> SSB_CHIPCO_CLK_N2_SHIFT); in ssb_calc_clock_rate()
855 n2 += SSB_CHIPCO_CLK_F5_BIAS; in ssb_calc_clock_rate()
859 n2 += SSB_CHIPCO_CLK_T2_BIAS; in ssb_calc_clock_rate()
861 SSB_WARN_ON(!((n2 >= 5) && (n2 <= 23))); in ssb_calc_clock_rate()
872 clock = SSB_CHIPCO_CLK_BASE2 * n1 * n2; in ssb_calc_clock_rate()
875 clock = SSB_CHIPCO_CLK_BASE1 * n1 * n2; in ssb_calc_clock_rate()
/linux-4.4.14/drivers/video/fbdev/savage/
Dsavagefb_driver.c422 unsigned char n1, n2, best_n1=16+2, best_n2=2, best_m=125+2; in SavageCalcClock() local
436 for (n2=min_n2; n2<=max_n2; n2++) { in SavageCalcClock()
438 m = (freq * n1 * (1 << n2) + HALF_BASE_FREQ) / in SavageCalcClock()
444 diff = freq * (1 << n2) * n1 - BASE_FREQ * m; in SavageCalcClock()
451 best_n2 = n2; in SavageCalcClock()
469 unsigned char n1, n2; in common_calc_clock() local
474 for (n2 = min_n2; n2 <= max_n2; n2++) { in common_calc_clock()
476 m = (freq * n1 * (1 << n2) + HALF_BASE_FREQ) / in common_calc_clock()
482 diff = freq * (1 << n2) * n1 - BASE_FREQ * m; in common_calc_clock()
489 best_n2 = n2; in common_calc_clock()
[all …]
/linux-4.4.14/include/linux/
Dlapb.h40 unsigned int n2; member
/linux-4.4.14/tools/perf/scripts/python/
Dexport-to-postgresql.py679 n2 = len(long_name)
681 fmt = "!hiqiqi" + str(n1) + "si" + str(n2) + "si" + str(n3) + "s"
682 value = struct.pack(fmt, 5, 8, dso_id, 8, machine_id, n1, short_name, n2, long_name, n3, build_id)
/linux-4.4.14/arch/mips/include/asm/octeon/
Dcvmx-pko.h209 uint64_t n2:1; member
254 uint64_t n2:1;
/linux-4.4.14/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.c502 struct device_node *n1, *n2, *n21, *nremove, *parent, *np; in of_unittest_changeset() local
507 n2 = __of_node_dup(NULL, "/testcase-data/changeset/n2"); in of_unittest_changeset()
508 unittest(n2, "testcase setup failure\n"); in of_unittest_changeset()
519 n2->parent = parent; in of_unittest_changeset()
520 n21->parent = n2; in of_unittest_changeset()
521 n2->child = n21; in of_unittest_changeset()
527 unittest(!of_changeset_attach_node(&chgset, n2), "fail attach n2\n"); in of_unittest_changeset()
/linux-4.4.14/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.4.14/drivers/net/wan/
DMakefile29 obj-$(CONFIG_N2) += n2.o
DKconfig232 will be called n2.
/linux-4.4.14/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.h236 unsigned char n2, n2count; member
/linux-4.4.14/security/apparmor/
Ddomain.c582 static char *new_compound_name(const char *n1, const char *n2) in new_compound_name() argument
584 char *name = kmalloc(strlen(n1) + strlen(n2) + 3, GFP_KERNEL); in new_compound_name()
586 sprintf(name, "%s//%s", n1, n2); in new_compound_name()
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
Dgk20a.c159 u32 m, n, n2; in gk20a_pllg_calc_mnp() local
215 n2 = ((target_vco_f * m) + (ref_clk_f - 1)) / ref_clk_f; in gk20a_pllg_calc_mnp()
220 for (; n <= n2; n++) { in gk20a_pllg_calc_mnp()
/linux-4.4.14/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()
2506 if (c->n2 < 3) in gsmld_config()
2556 gsm->n2 = c->n2; in gsmld_config()
2592 c.n2 = gsm->n2; in gsmld_ioctl()
/linux-4.4.14/Documentation/device-mapper/
Dstatistics.txt68 histogram:n1,n2,n3,n4,... - collect histogram of latencies. The
69 numbers n1, n2, etc are times that represent the boundaries
124 precise_timestamps histogram:n1,n2,n3,...
/linux-4.4.14/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.4.14/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.4.14/Documentation/DocBook/media/
Dnv12mt_example.gif.b6446 QBIlETd9CXzIGpiYrkyRR1WSOc5kX8YkdkmMPInLChxa/n2/C2SEYPZ6VgrUmZcX5Db/TAFTSh5D
/linux-4.4.14/tools/vm/
Dslabinfo.c1063 char *n1, *n2; in sort_aliases() local
1066 n2 = a2->name; in sort_aliases()
1069 n2 = a2->ref; in sort_aliases()
1071 if (strcasecmp(n1, n2) > 0) { in sort_aliases()
/linux-4.4.14/net/bluetooth/
Dsmp.c247 const u8 n1[16], const u8 n2[16], const u8 a1[7], in smp_f5()
264 SMP_DBG("n1 %16phN n2 %16phN", n1, n2); in smp_f5()
276 memcpy(m + 16, n2, 16); in smp_f5()
300 const u8 n1[16], const u8 n2[16], const u8 r[16], in smp_f6()
308 SMP_DBG("n1 %16phN n2 %16phN", n1, n2); in smp_f6()
315 memcpy(m + 33, n2, 16); in smp_f6()
3569 const u8 n2[16] = { in test_f5() local
3583 err = smp_f5(tfm_cmac, w, n1, n2, a1, a2, mackey, ltk); in test_f5()
3604 const u8 n2[16] = { in test_f6() local
3619 err = smp_f6(tfm_cmac, w, n1, n2, r, io_cap, a1, a2, res); in test_f6()
/linux-4.4.14/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.4.14/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.4.14/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.c1050 llc->n2 = opt; in llc_ui_setsockopt()
1131 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.4.14/fs/btrfs/
Dbackref.c569 struct list_head *n2; in __merge_refs() local
575 for (pos2 = pos1->next, n2 = pos2->next; pos2 != head; in __merge_refs()
576 pos2 = n2, n2 = pos2->next) { in __merge_refs()
/linux-4.4.14/Documentation/block/
Dioprio.txt56 # ionice -c1 -n2 -p100
/linux-4.4.14/drivers/hid/
Dwacom_sys.c489 int n1,n2; in wacom_are_sibling() local
501 n2 = strrchr(sibling->phys, '.') - sibling->phys; in wacom_are_sibling()
502 if (n1 != n2 || n1 <= 0 || n2 <= 0) in wacom_are_sibling()
/linux-4.4.14/net/core/
Dneighbour.c1198 struct neighbour *n2, *n1 = neigh; in neigh_update() local
1210 n2 = NULL; in neigh_update()
1212 n2 = dst_neigh_lookup_skb(dst, skb); in neigh_update()
1213 if (n2) in neigh_update()
1214 n1 = n2; in neigh_update()
1217 if (n2) in neigh_update()
1218 neigh_release(n2); in neigh_update()
/linux-4.4.14/drivers/staging/comedi/
Dcomedi_fops.c2488 unsigned int rp, n1, n2; in comedi_read() local
2525 n2 = n - n1; in comedi_read()
2528 m += n2; in comedi_read()
2529 else if (n2) in comedi_read()
2530 m = copy_to_user(buf + n1, async->prealloc_buf, n2); in comedi_read()
/linux-4.4.14/Documentation/fb/
Dfbcon.txt115 4. fbcon=vc:<n1>-<n2>
118 specified by the values 'n1' and 'n2'. The rest of the consoles
/linux-4.4.14/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.4.14/net/mac80211/
Dtx.c3092 int i, have_bits = 0, n1, n2; in __ieee80211_beacon_add_tim() local
3130 n2 = n1; in __ieee80211_beacon_add_tim()
3133 n2 = i; in __ieee80211_beacon_add_tim()
3141 skb_put(skb, n2 - n1); in __ieee80211_beacon_add_tim()
3142 memcpy(pos, ps->tim + n1, n2 - n1 + 1); in __ieee80211_beacon_add_tim()
3144 tim[1] = n2 - n1 + 4; in __ieee80211_beacon_add_tim()
/linux-4.4.14/drivers/pinctrl/
Dcore.c914 struct pinctrl_setting *setting, *n2; in pinctrl_free() local
918 list_for_each_entry_safe(setting, n2, &state->settings, node) { in pinctrl_free()
/linux-4.4.14/drivers/staging/octeon/
Dethernet-tx.c264 pko_command.s.n2 = 1; /* Don't pollute L2 with the outgoing packet */ in cvm_oct_xmit()
/linux-4.4.14/mm/
Dslub.c2013 struct kmem_cache_node *n = NULL, *n2 = NULL; in unfreeze_partials() local
2022 n2 = get_node(s, page_to_nid(page)); in unfreeze_partials()
2023 if (n != n2) { in unfreeze_partials()
2027 n = n2; in unfreeze_partials()
/linux-4.4.14/Documentation/input/
Dalps.txt252 byte 0: 1 1 1 n3 1 n2 n1 x24
/linux-4.4.14/fs/nfsd/
Dnfs4state.c1890 static int same_name(const char *n1, const char *n2) in same_name() argument
1892 return 0 == memcmp(n1, n2, HEXDIR_LEN); in same_name()
/linux-4.4.14/Documentation/
Dkernel-parameters.txt2233 n2= [NET] SDL Inc. RISCom/N2 synchronous serial card
/linux-4.4.14/
DMAINTAINERS4674 F: drivers/net/wan/n2.c