Home
last modified time | relevance | path

Searched refs:l2 (Results 1 – 200 of 254) sorted by relevance

12

/linux-4.1.27/drivers/isdn/mISDN/
Dlayer2.c101 struct layer2 *l2 = fi->userdata; in l2m_debug() local
114 mISDNDevName4ch(&l2->ch), l2->sapi, l2->tei, &vaf); in l2m_debug()
120 l2headersize(struct layer2 *l2, int ui) in l2headersize() argument
122 return ((test_bit(FLG_MOD128, &l2->flag) && (!ui)) ? 2 : 1) + in l2headersize()
123 (test_bit(FLG_LAPD, &l2->flag) ? 2 : 1); in l2headersize()
127 l2addrsize(struct layer2 *l2) in l2addrsize() argument
129 return test_bit(FLG_LAPD, &l2->flag) ? 2 : 1; in l2addrsize()
133 l2_newid(struct layer2 *l2) in l2_newid() argument
137 id = l2->next_id++; in l2_newid()
139 l2->next_id = 1; in l2_newid()
[all …]
Dtei.c118 struct layer2 *l2; in da_deactivate() local
122 list_for_each_entry(l2, &mgr->layer2, list) { in da_deactivate()
123 if (l2->l2m.state > ST_L2_4) { in da_deactivate()
155 struct layer2 *l2; in da_timer() local
160 list_for_each_entry(l2, &mgr->layer2, list) { in da_timer()
161 if (l2->l2m.state > ST_L2_4) { in da_timer()
243 tm->l2->sapi, tm->l2->tei, &vaf); in tei_debug()
255 struct layer2 *l2; in get_free_id() local
257 list_for_each_entry(l2, &mgr->layer2, list) { in get_free_id()
258 if (l2->ch.nr > 63) { in get_free_id()
[all …]
Dlayer2.h43 struct layer2 *l2; member
/linux-4.1.27/drivers/isdn/hisax/
Disdnl2.c107 static int l2addrsize(struct Layer2 *l2);
110 set_peer_busy(struct Layer2 *l2) { in set_peer_busy() argument
111 test_and_set_bit(FLG_PEER_BUSY, &l2->flag); in set_peer_busy()
112 if (!skb_queue_empty(&l2->i_queue) || in set_peer_busy()
113 !skb_queue_empty(&l2->ui_queue)) in set_peer_busy()
114 test_and_set_bit(FLG_L2BLOCK, &l2->flag); in set_peer_busy()
118 clear_peer_busy(struct Layer2 *l2) { in clear_peer_busy() argument
119 if (test_and_clear_bit(FLG_PEER_BUSY, &l2->flag)) in clear_peer_busy()
120 test_and_clear_bit(FLG_L2BLOCK, &l2->flag); in clear_peer_busy()
124 InitWin(struct Layer2 *l2) in InitWin() argument
[all …]
Dtei.c96 if (ptr->l2.tei == tei) in findtei()
123 st->l2.l2l1(st, PH_DATA | REQUEST, skb); in put_tei_msg()
131 if (st->l2.tei != -1) { in tei_id_request()
134 st->l2.tei); in tei_id_request()
164 ost->l2.l2tei(ost, MDL_ERROR | RESPONSE, NULL); in tei_id_assign()
221 if ((st->l2.tei != -1) && ((tei == GROUP_TEI) || (tei == st->l2.tei))) { in tei_id_chk_req()
224 put_tei_msg(st, ID_CHK_RES, random_ri(), st->l2.tei); in tei_id_chk_req()
240 if ((st->l2.tei != -1) && ((tei == GROUP_TEI) || (tei == st->l2.tei))) { in tei_id_remove()
256 "id verify request for tei %d", st->l2.tei); in tei_id_verify()
257 put_tei_msg(st, ID_VERIFY, 0, st->l2.tei); in tei_id_verify()
[all …]
Dlmgr.c23 st->l2.l2tei(st, MDL_ERROR | REQUEST, NULL); in error_handling_dchan()
38 test_bit(FLG_LAPD, &st->l2.flag) ? in hisax_manager()
40 if (test_bit(FLG_LAPD, &st->l2.flag)) in hisax_manager()
Dcallc.c1022 (*stp)->l2.l2tei = dummy_pstack; in init_PStack()
1023 (*stp)->l2.l2l1 = dummy_pstack; in init_PStack()
1024 (*stp)->l2.l2l3 = dummy_pstack; in init_PStack()
1048 st->l2.sap = 0; in init_d_st()
1049 st->l2.tei = -1; in init_d_st()
1050 st->l2.flag = 0; in init_d_st()
1051 test_and_set_bit(FLG_MOD128, &st->l2.flag); in init_d_st()
1052 test_and_set_bit(FLG_LAPD, &st->l2.flag); in init_d_st()
1053 test_and_set_bit(FLG_ORIG, &st->l2.flag); in init_d_st()
1054 st->l2.maxlen = MAX_DFRAME_LEN; in init_d_st()
[all …]
Disdnl3.c290 !test_bit(FLG_PTP, &p->st->l2.flag)) { in release_l3_process()
364 st->l2.l2l3 = no_l3_proto; in setstack_l3dc()
369 st->l2.l2l3 = no_l3_proto; in setstack_l3dc()
495 if (test_bit(FLG_L2BLOCK, &st->l2.flag)) { in lc_release_req()
Disdnl1.c257 if (tei == stptr->l2.tei) { in DChannel_proc_rcv()
285 st->l2.l2l1(st, PH_DEACTIVATE | CONFIRM, NULL); in BChannel_proc_xmt()
743 st->l2.l2l1(st, PH_DEACTIVATE | CONFIRM, NULL); in l1b_timer_deact()
912 st->l2.l2l1 = dch_l2l1; in setstack_HiSax()
Delsa_ser.c570 modem_set_dial(bcs->cs, test_bit(FLG_ORIG, &st->l2.flag)); in modem_l2l1()
594 st->l2.l2l1 = hscx_l2l1; in setstack_elsa()
609 st->l2.l2l1 = modem_l2l1; in setstack_elsa()
Dq931.c942 int l, l2; in prfacility() local
955 dp += sprintf(dp, " octet 5 %d\n", l2 = *p++ & 0x7f); in prfacility()
958 while (l2--) { in prfacility()
Dhscx.c210 st->l2.l2l1 = hscx_l2l1; in setstack_hscx()
Djade.c246 st->l2.l2l1 = jade_l2l1; in setstack_jade()
/linux-4.1.27/arch/parisc/lib/
Dio.c168 unsigned int l = 0, l2; in insw() local
220 l2 = cpu_to_le16(inw(port)); in insw()
221 *(unsigned short *)p = (l & 0xff) << 8 | (l2 >> 8); in insw()
223 l = l2; in insw()
240 unsigned int l = 0, l2; in insl() local
267 l2 = cpu_to_le32(inl(port)); in insl()
268 *(unsigned int *)p = (l & 0xffff) << 16 | (l2 >> 16); in insl()
270 l = l2; in insl()
284 l2 = cpu_to_le32(inl(port)); in insl()
285 *(unsigned int *)p = (l & 0xff) << 24 | (l2 >> 8); in insl()
[all …]
/linux-4.1.27/security/selinux/ss/
Dmls_types.h29 static inline int mls_level_eq(struct mls_level *l1, struct mls_level *l2) in mls_level_eq() argument
31 return ((l1->sens == l2->sens) && in mls_level_eq()
32 ebitmap_cmp(&l1->cat, &l2->cat)); in mls_level_eq()
35 static inline int mls_level_dom(struct mls_level *l1, struct mls_level *l2) in mls_level_dom() argument
37 return ((l1->sens >= l2->sens) && in mls_level_dom()
38 ebitmap_contains(&l1->cat, &l2->cat, 0)); in mls_level_dom()
41 #define mls_level_incomp(l1, l2) \ argument
42 (!mls_level_dom((l1), (l2)) && !mls_level_dom((l2), (l1)))
44 #define mls_level_between(l1, l2, l3) \ argument
45 (mls_level_dom((l1), (l2)) && mls_level_dom((l3), (l1)))
Dservices.c279 struct mls_level *l1, *l2; in constraint_expr_eval() local
338 l2 = &(tcontext->range.level[0]); in constraint_expr_eval()
342 l2 = &(tcontext->range.level[1]); in constraint_expr_eval()
346 l2 = &(tcontext->range.level[0]); in constraint_expr_eval()
350 l2 = &(tcontext->range.level[1]); in constraint_expr_eval()
354 l2 = &(scontext->range.level[1]); in constraint_expr_eval()
358 l2 = &(tcontext->range.level[1]); in constraint_expr_eval()
363 s[++sp] = mls_level_eq(l1, l2); in constraint_expr_eval()
366 s[++sp] = !mls_level_eq(l1, l2); in constraint_expr_eval()
369 s[++sp] = mls_level_dom(l1, l2); in constraint_expr_eval()
[all …]
/linux-4.1.27/drivers/iommu/
Dshmobile-iommu.c41 struct shmobile_iommu_domain_pgtable l1, l2[L1_LEN]; member
108 sh_domain->l2[i].pgtable = NULL; in shmobile_iommu_domain_alloc()
121 if (sh_domain->l2[i].pgtable) in shmobile_iommu_domain_free()
122 pgtable_free(&sh_domain->l2[i], l2cache, L2_SIZE); in shmobile_iommu_domain_free()
193 if (!sh_domain->l2[l1index].pgtable) { in l2alloc()
194 ret = pgtable_alloc(&sh_domain->l2[l1index], l2cache, L2_SIZE); in l2alloc()
199 sh_domain->l2[l1index].handle | 0x1); in l2alloc()
203 static void l2realfree(struct shmobile_iommu_domain_pgtable *l2) in l2realfree() argument
205 if (l2->pgtable) in l2realfree()
206 pgtable_free(l2, l2cache, L2_SIZE); in l2realfree()
[all …]
/linux-4.1.27/arch/sparc/lib/
DPeeCeeI.c36 u32 l, l2; in outsl() local
64 l2 = *(u32 *)src; in outsl()
65 l |= (l2 >> 24); in outsl()
67 l = l2 << 8; in outsl()
76 l2 = *(u32 *)src; in outsl()
77 l |= (l2 >> 8); in outsl()
79 l = l2 << 24; in outsl()
153 u32 l = 0, l2, *pi; in insl() local
165 l2 = __raw_readl(addr); in insl()
166 *pi++ = (l << 16) | (l2 >> 16); in insl()
[all …]
Dxor.S369 ldda [%i0 + 0x30] %asi, %l2 /* %l2/%l3 = dest + 0x30 */
383 xor %l2, %l0, %l2
385 stxa %l2, [%i0 + 0x30] %asi
559 ldda [%i0 + 0x00] %asi, %l2 /* %l2/%l3 = dest + 0x00 */
569 xor %l2, %l0, %l2
571 stxa %l2, [%i0 + 0x00] %asi
574 ldda [%i0 + 0x10] %asi, %l2 /* %l2/%l3 = dest + 0x10 */
585 xor %l2, %l0, %l2
587 stxa %l2, [%i0 + 0x10] %asi
590 ldda [%i0 + 0x20] %asi, %l2 /* %l2/%l3 = dest + 0x20 */
[all …]
Dmuldi3.S62 add %g1, %g2, %l2
73 mov %l2, %i0
74 add %l2, %l0, %i0
DNGpage.S30 ldda [%i1 + 0x20] %asi, %l2
36 stxa %l2, [%i0 + 0x20] %asi
42 ldda [%i1 + 0x60] %asi, %l2
48 stxa %l2, [%i0 + 0x60] %asi
Ddivdi3.S276 subx %o0,0,%l2
277 mov %l2,%i0
/linux-4.1.27/arch/c6x/lib/
Dstrasgi.S36 || cmpltu .l2 B2, B7, B0
42 || mv .l2 B7, B6
46 || cmpltu .l2 B1, B6, B0
51 || cmpltu .l2 12, B6, B0
56 || cmpltu .l2 8, B6, B0
61 || cmpltu .l2 4, B6, B0
66 || cmpltu .l2 0, B6, B0
71 || cmpltu .l2 B2, B7, B0
75 cmpltu .l2 B1, B6, B0
79 || cmpltu .l2 12, B6, B0
[all …]
Ddivi.S42 || cmpgt .l2 0, B4, B1
45 || [B1] neg .l2 B4, B4
50 || mv .l2 B3,B5
Ddivremi.S24 || cmpgt .l2 0, B4, B2
29 || [B2] neg .l2 B4, B4
Dremi.S42 || cmpgt .l2 0, B4, B2
47 || [B2] neg .l2 B4, B4
Ddivremu.S36 [b1] lmbd .l2 1, B4, B1
59 cmpgt .l2 B1, 7, B0
Dremu.S44 lmbd .l2 1, B4, B1
56 cmpgt .l2 B1, 7, B0
Ddivu.S50 [B1] lmbd .l2 1, B4, B1
71 cmpgt .l2 B1, 7, B0
/linux-4.1.27/arch/x86/boot/
Dstring.c144 size_t l1, l2; in strstr() local
146 l2 = strlen(s2); in strstr()
147 if (!l2) in strstr()
150 while (l1 >= l2) { in strstr()
152 if (!memcmp(s1, s2, l2)) in strstr()
/linux-4.1.27/arch/sparc/kernel/
Dhead_64.S166 mov 0, %l2
173 stx %l2, [%sp + 2047 + 128 + 0x18] ! arg1, 0
184 mov (1b - prom_compatible_name), %l2
187 sub %l0, %l2, %l2
199 stx %l2, [%sp + 2047 + 128 + 0x20] ! arg2, "compatible"
208 mov (1b - prom_chosen_path), %l2
211 sub %l0, %l2, %l2
221 stx %l2, [%sp + 2047 + 128 + 0x18] ! arg1, "/chosen"
229 mov (1b - prom_mmu_name), %l2
232 sub %l0, %l2, %l2
[all …]
Drtrap_64.S160 mov %g6, %l2
177 mov %l2, %g6
188 ldx [%sp + PTREGS_OFF + PT_V9_TPC], %l2
197 wrpr %l2, %g0, %tpc
222 rdpr %otherwin, %l2
225 wrpr %l2, %g0, %canrestore
227 brnz,pt %l2, user_rtt_restore
324 ldub [%l6 + %o0], %l2
328 andcc %l2, (FPRS_FEF|FPRS_DU), %g0
330 and %l2, FPRS_DL, %l6
[all …]
Dentry.S161 rett %l2
447 mov %l2, %o2
454 jmpl %l2, %g0
455 rett %l2 + 4
467 mov %l2, %o2
515 mov %l2, %o2
554 mov %l2, %o2
571 mov %l2, %o2
588 mov %l2, %o2
605 mov %l2, %o2
[all …]
Dsyscalls.S245 add %l1, 0x4, %l2 ! npc = npc+4
248 stx %l2, [%sp + PTREGS_OFF + PT_V9_TNPC]
254 ldub [%g6 + TI_SYS_NOERROR], %l2
255 brnz,pn %l2, 2b
270 stx %l2, [%sp + PTREGS_OFF + PT_V9_TNPC]
Dhvtramp.S56 lduw [%l0 + HVTRAMP_DESCR_NUM_MAPPINGS], %l2
70 cmp %l1, %l2
Dwinfixup.S58 stx %l2, [%g3 + TI_REG_WINDOW + 0x10]
75 stw %l2, [%g3 + TI_REG_WINDOW + 0x08]
Dhead_32.S725 set current_pc, %l2
726 cmp %l2, %g3
729 sub %g3, %l2, %l6
736 cmp %l5, %l2
Detrap_64.S116 add %g7, 4, %l2
137 wrpr %l2, %tnpc
Dwuf.S22 #define t_npc l2
Drtrap_32.S19 #define t_npc l2
Detrap_32.S21 #define t_npc l2 /* Set by caller */
Dwof.S35 #define t_npc l2 /* NPC for trap return T */
/linux-4.1.27/arch/sparc/prom/
Dcif.S17 ldx [%o1 + 0x0008], %l2 ! prom_cif_handler
21 call %l2
39 ldx [%i1 + 0x000], %l2
40 call %l2
/linux-4.1.27/fs/hpfs/
Dname.c76 const unsigned char *n2, unsigned l2, int last) in hpfs_compare_names() argument
78 unsigned l = l1 < l2 ? l1 : l2; in hpfs_compare_names()
87 if (l1 < l2) return -1; in hpfs_compare_names()
88 if (l1 > l2) return 1; in hpfs_compare_names()
/linux-4.1.27/arch/s390/lib/
Dstring.c246 int l1, l2; in strstr() local
248 l2 = __strend(s2) - s2; in strstr()
249 if (!l2) in strstr()
252 while (l1-- >= l2) { in strstr()
254 register unsigned long r3 asm("3") = (unsigned long) l2; in strstr()
256 register unsigned long r5 asm("5") = (unsigned long) l2; in strstr()
/linux-4.1.27/lib/
Dstring.c722 size_t l1, l2; in strstr() local
724 l2 = strlen(s2); in strstr()
725 if (!l2) in strstr()
728 while (l1 >= l2) { in strstr()
730 if (!memcmp(s1, s2, l2)) in strstr()
748 size_t l2; in strnstr() local
750 l2 = strlen(s2); in strnstr()
751 if (!l2) in strnstr()
753 while (len >= l2) { in strnstr()
755 if (!memcmp(s1, s2, l2)) in strnstr()
Dbch.c563 int n = 0, i, l0, l1, l2; in find_poly_deg2_roots() local
570 l2 = bch->a_log_tab[poly->c[2]]; in find_poly_deg2_roots()
573 u = a_pow(bch, l0+l2+2*(GF_N(bch)-l1)); in find_poly_deg2_roots()
591 bch->a_log_tab[r]+l2); in find_poly_deg2_roots()
593 bch->a_log_tab[r^1]+l2); in find_poly_deg2_roots()
Dbtree.c103 static int longcmp(const unsigned long *l1, const unsigned long *l2, size_t n) in longcmp() argument
108 if (l1[i] < l2[i]) in longcmp()
110 if (l1[i] > l2[i]) in longcmp()
/linux-4.1.27/arch/sparc/include/asm/
Dhead_32.h24 jmpl %l2, %g0; rett %l2 + 4; nop; nop;
66 rd %psr, %i0; jmp %l2; rett %l2 + 4; nop;
Dttable.h19 clr %l0; clr %l1; clr %l2; clr %l3; \
178 add %l1, 4, %l2; \
181 stx %l2, [%sp + PTREGS_OFF + PT_V9_TNPC];
237 stx %l2, [%sp + STACK_BIAS + 0x10]; \
258 stx %l2, [%sp + STACK_BIAS + 0x10]; \
286 stxa %l2, [%g1 + %g0] ASI; \
316 stxa %l2, [%sp + STACK_BIAS + 0x10] %asi; \
350 stx %l2, [%g3 + TI_REG_WINDOW + 0x10]; \
382 stwa %l2, [%g1 + %g0] ASI; \
415 stwa %l2, [%sp + 0x08] %asi; \
[all …]
Dwinmacro.h17 std %l2, [%reg + RW_L2]; \
28 ldd [%reg + RW_L2], %l2; \
/linux-4.1.27/arch/powerpc/boot/dts/fsl/
Dp4080si-pre.dtsi87 L2_0: l2-cache {
97 L2_1: l2-cache {
107 L2_2: l2-cache {
117 L2_3: l2-cache {
127 L2_4: l2-cache {
137 L2_5: l2-cache {
147 L2_6: l2-cache {
157 L2_7: l2-cache {
Dt104xsi-pre.dtsi72 L2_1: l2-cache {
81 L2_2: l2-cache {
90 L2_3: l2-cache {
99 L2_4: l2-cache {
Dp2041si-pre.dtsi87 L2_0: l2-cache {
97 L2_1: l2-cache {
107 L2_2: l2-cache {
117 L2_3: l2-cache {
Dp3041si-pre.dtsi88 L2_0: l2-cache {
98 L2_1: l2-cache {
108 L2_2: l2-cache {
118 L2_3: l2-cache {
Dp5040si-pre.dtsi87 L2_0: l2-cache {
97 L2_1: l2-cache {
107 L2_2: l2-cache {
117 L2_3: l2-cache {
Dp5020si-pre.dtsi94 L2_0: l2-cache {
104 L2_1: l2-cache {
Dp1010si-post.dtsi148 L2: l2-cache-controller@20000 {
149 compatible = "fsl,p1010-l2-cache-controller",
150 "fsl,p1014-l2-cache-controller";
Db4420si-post.dtsi103 L2: l2-cache-controller@c20000 {
104 compatible = "fsl,b4420-l2-cache-controller";
Dbsc9131si-post.dtsi96 L2: l2-cache-controller@20000 {
97 compatible = "fsl,bsc9131-l2-cache-controller";
Dbsc9132si-post.dtsi97 L2: l2-cache-controller@20000 {
98 compatible = "fsl,bsc9132-l2-cache-controller";
Dmpc8548si-post.dtsi136 L2: l2-cache-controller@20000 {
137 compatible = "fsl,mpc8548-l2-cache-controller";
Dc293si-post.dtsi104 L2: l2-cache-controller@20000 {
105 compatible = "fsl,c293-l2-cache-controller";
Dt4240si-post.dtsi753 L2_1: l2-cache-controller@c20000 {
754 compatible = "fsl,t4240-l2-cache-controller";
758 L2_2: l2-cache-controller@c60000 {
759 compatible = "fsl,t4240-l2-cache-controller";
763 L2_3: l2-cache-controller@ca0000 {
764 compatible = "fsl,t4240-l2-cache-controller";
Dmpc8544si-post.dtsi167 L2: l2-cache-controller@20000 {
168 compatible = "fsl,mpc8544-l2-cache-controller";
Dp2020si-post.dtsi164 L2: l2-cache-controller@20000 {
165 compatible = "fsl,p2020-l2-cache-controller";
Dmpc8572si-post.dtsi168 L2: l2-cache-controller@20000 {
169 compatible = "fsl,mpc8572-l2-cache-controller";
Dp1020si-post.dtsi136 L2: l2-cache-controller@20000 {
137 compatible = "fsl,p1020-l2-cache-controller";
Dp1021si-post.dtsi136 L2: l2-cache-controller@20000 {
137 compatible = "fsl,p1021-l2-cache-controller";
Db4860si-post.dtsi205 L2: l2-cache-controller@c20000 {
206 compatible = "fsl,b4860-l2-cache-controller";
Dmpc8536si-post.dtsi192 L2: l2-cache-controller@20000 {
193 compatible = "fsl,mpc8536-l2-cache-controller";
Dp1023si-post.dtsi163 L2: l2-cache-controller@20000 {
164 compatible = "fsl,p1023-l2-cache-controller";
Dp1022si-post.dtsi197 L2: l2-cache-controller@20000 {
198 compatible = "fsl,p1022-l2-cache-controller";
Dmpc8568si-post.dtsi148 L2: l2-cache-controller@20000 {
149 compatible = "fsl,mpc8568-l2-cache-controller";
Dmpc8569si-post.dtsi142 L2: l2-cache-controller@20000 {
143 compatible = "fsl,mpc8569-l2-cache-controller";
Db4si-post.dtsi351 L2: l2-cache-controller@c20000 {
352 compatible = "fsl,b4-l2-cache-controller";
Dt2081si-post.dtsi507 L2_1: l2-cache-controller@c20000 {
509 compatible = "fsl,t2080-l2-cache-controller";
/linux-4.1.27/arch/microblaze/lib/
Dmulsi3.S27 l2: label
32 beqi r7, l2
33 bneid r6, l2
/linux-4.1.27/Documentation/devicetree/bindings/powerpc/fsl/
Dl2cache.txt8 - compatible : Should include "fsl,chip-l2-cache-controller" and "cache"
17 L2: l2-cache-controller@20000 {
18 compatible = "fsl,bsc9132-l2-cache-controller", "cache";
/linux-4.1.27/tools/vm/
Dpage_owner_sort.c46 const struct block_list *l1 = p1, *l2 = p2; in compare_txt() local
48 return strcmp(l1->txt, l2->txt); in compare_txt()
53 const struct block_list *l1 = p1, *l2 = p2; in compare_num() local
55 return l2->num - l1->num; in compare_num()
/linux-4.1.27/arch/blackfin/include/asm/
Dcontext.S39 [--sp] = l2;
86 l2 = r0; define
111 [--sp] = l2;
146 l2 = r0; define
170 [--sp] = l2;
221 l2 = r0; define
257 l2 = [sp++]; define
327 l2 = [sp++]; define
Ddpmc.h88 [--sp] = l2;
154 l2 = [sp++];
/linux-4.1.27/arch/sparc/power/
Dhibernate_asm.S75 ldxa [%l0 + 8] %asi, %l2 /* orig_address */
79 sub %l2, %g7, %l2
84 stxa %g2, [%l2 + %l3] ASI_PHYS_USE_EC
/linux-4.1.27/arch/blackfin/kernel/
Dvmlinux.lds.S103 *(.l2.data)
227 *(.l2.text)
233 *(.l2.data)
241 *(.l2.bss)
Dkgdb_test.c39 static int num2 __attribute__((l2));
40 void kgdb_l2_test(void) __attribute__((l2));
Dsignal.c67 RESTORE(l0); RESTORE(l1); RESTORE(l2); RESTORE(l3); in rt_restore_sigcontext()
128 SETUP(l0); SETUP(l1); SETUP(l2); SETUP(l3); in rt_setup_sigcontext()
Dkgdb.c46 gdb_regs[BFIN_L2] = regs->l2; in pt_regs_to_gdb_regs()
122 regs->l2 = gdb_regs[BFIN_L2]; in gdb_regs_to_pt_regs()
Dasm-offsets.c83 DEFINE(PT_L2, offsetof(struct pt_regs, l2)); in main()
/linux-4.1.27/arch/x86/kernel/cpu/
Dintel.c376 unsigned int l2 = 0; in init_intel() local
400 l2 = init_intel_cacheinfo(c); in init_intel()
403 if (l2 == 0) { in init_intel()
405 l2 = c->x86_cache_size; in init_intel()
419 rdmsr(MSR_IA32_MISC_ENABLE, l1, l2); in init_intel()
446 if (l2 == 0) in init_intel()
448 else if (l2 == 256) in init_intel()
453 if (l2 == 128) in init_intel()
460 if (l2 == 128) in init_intel()
Dintel_cacheinfo.c231 union l2_cache l2; in amd_cpuid4() local
240 cpuid(0x80000006, &dummy, &dummy, &l2.val, &l3.val); in amd_cpuid4()
254 if (!l2.val) in amd_cpuid4()
256 assoc = assocs[l2.assoc]; in amd_cpuid4()
257 line_size = l2.line_size; in amd_cpuid4()
258 lines_per_tag = l2.lines_per_tag; in amd_cpuid4()
653 unsigned int trace = 0, l1i = 0, l1d = 0, l2 = 0, l3 = 0; in init_intel_cacheinfo() local
749 l2 += cache_table[k].size; in init_intel_cacheinfo()
775 l2 = new_l2; in init_intel_cacheinfo()
800 c->x86_cache_size = l3 ? l3 : (l2 ? l2 : (l1i+l1d)); in init_intel_cacheinfo()
[all …]
/linux-4.1.27/Documentation/devicetree/bindings/arm/mrvl/
Dferoceon.txt13 l2: l2-cache@20128 {
Dtauros2.txt14 L2: l2-cache {
/linux-4.1.27/Documentation/devicetree/bindings/arm/calxeda/
Dl2ecc.txt4 - compatible : Should be "calxeda,hb-sregs-l2-ecc"
12 compatible = "calxeda,hb-sregs-l2-ecc";
/linux-4.1.27/scripts/rt-tester/
Dcheck-all.sh18 testit t3-l2-pi.tst
19 testit t4-l2-pi-deboost.tst
/linux-4.1.27/drivers/scsi/arm/
Deesox.c238 unsigned long l1, l2; in eesoxscsi_buffer_in() local
242 l2 = readl(reg_dmadata) & mask; in eesoxscsi_buffer_in()
243 l2 |= readl(reg_dmadata) << 16; in eesoxscsi_buffer_in()
246 *(u32 *)buf = l2; in eesoxscsi_buffer_in()
317 unsigned long l1, l2; in eesoxscsi_buffer_out() local
321 l2 = *(u32 *)buf; in eesoxscsi_buffer_out()
326 writel(l2 << 16, reg_dmadata); in eesoxscsi_buffer_out()
327 writel(l2, reg_dmadata); in eesoxscsi_buffer_out()
/linux-4.1.27/arch/mips/boot/dts/brcm/
Dbcm3384_zephyr.dtsi63 compatible = "brcm,bcm3380-l2-intc";
75 compatible = "brcm,bcm3380-l2-intc";
87 compatible = "brcm,bcm3380-l2-intc";
Dbcm3384_viper.dtsi57 compatible = "brcm,bcm3380-l2-intc";
69 compatible = "brcm,bcm3380-l2-intc";
Dbcm7125.dtsi64 compatible = "brcm,l2-intc";
85 compatible = "brcm,bcm7120-l2-intc";
Dbcm7360.dtsi58 compatible = "brcm,l2-intc";
79 compatible = "brcm,bcm7120-l2-intc";
Dbcm7358.dtsi58 compatible = "brcm,l2-intc";
79 compatible = "brcm,bcm7120-l2-intc";
Dbcm7362.dtsi64 compatible = "brcm,l2-intc";
85 compatible = "brcm,bcm7120-l2-intc";
Dbcm7420.dtsi64 compatible = "brcm,l2-intc";
86 compatible = "brcm,bcm7120-l2-intc";
Dbcm6328.dtsi53 compatible = "brcm,bcm3380-l2-intc";
Dbcm7425.dtsi64 compatible = "brcm,l2-intc";
87 compatible = "brcm,bcm7120-l2-intc";
Dbcm7346.dtsi64 compatible = "brcm,l2-intc";
85 compatible = "brcm,bcm7120-l2-intc";
Dbcm6368.dtsi54 compatible = "brcm,bcm3380-l2-intc";
/linux-4.1.27/Documentation/devicetree/bindings/arm/cpu-enable-method/
Dmarvell,berlin-smp28 next-level-cache = <&l2>;
35 next-level-cache = <&l2>;
/linux-4.1.27/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_minidump.c620 struct __cache *l2 = &entry->region.cache; in qlcnic_dump_l2_cache() local
622 val = l2->init_tag_val; in qlcnic_dump_l2_cache()
623 poll_mask = LSB(MSW(l2->ctrl_val)); in qlcnic_dump_l2_cache()
624 poll_to = MSB(MSW(l2->ctrl_val)); in qlcnic_dump_l2_cache()
626 for (i = 0; i < l2->no_ops; i++) { in qlcnic_dump_l2_cache()
627 qlcnic_ind_wr(adapter, l2->addr, val); in qlcnic_dump_l2_cache()
628 if (LSW(l2->ctrl_val)) in qlcnic_dump_l2_cache()
629 qlcnic_ind_wr(adapter, l2->ctrl_addr, in qlcnic_dump_l2_cache()
630 LSW(l2->ctrl_val)); in qlcnic_dump_l2_cache()
634 data = qlcnic_ind_rd(adapter, l2->ctrl_addr); in qlcnic_dump_l2_cache()
[all …]
/linux-4.1.27/Documentation/devicetree/bindings/interrupt-controller/
Dbrcm,l2-intc.txt5 - compatible: should be "brcm,l2-intc"
23 compatible = "brcm,l2-intc";
Dbrcm,bcm3380-l2-intc.txt15 - compatible: should be "brcm,bcm3380-l2-intc"
34 compatible = "brcm,bcm3380-l2-intc";
Dbrcm,bcm7120-l2-intc.txt54 - compatible: should be "brcm,bcm7120-l2-intc"
82 compatible = "brcm,bcm7120-l2-intc";
/linux-4.1.27/drivers/isdn/i4l/
Disdn_tty.c567 isdn_calc_usage(int si, int l2) in isdn_calc_usage() argument
573 switch (l2) { in isdn_calc_usage()
600 int l2 = m->mdmreg[REG_L2PROT]; in isdn_tty_dial() local
611 usg = isdn_calc_usage(si, l2); in isdn_tty_dial()
614 (l2 != ISDN_PROTO_L2_MODEM) in isdn_tty_dial()
616 && (l2 != ISDN_PROTO_L2_FAX) in isdn_tty_dial()
619 l2 = ISDN_PROTO_L2_TRANS; in isdn_tty_dial()
625 i = isdn_get_free_channel(usg, l2, m->mdmreg[REG_L3PROT], -1, -1, m->msn); in isdn_tty_dial()
649 info->last_l2 = l2; in isdn_tty_dial()
650 cmd.arg = info->isdn_channel + (l2 << 8); in isdn_tty_dial()
[all …]
/linux-4.1.27/kernel/sched/
Dsched.h1564 static inline void double_lock(spinlock_t *l1, spinlock_t *l2) in double_lock() argument
1566 if (l1 > l2) in double_lock()
1567 swap(l1, l2); in double_lock()
1570 spin_lock_nested(l2, SINGLE_DEPTH_NESTING); in double_lock()
1573 static inline void double_lock_irq(spinlock_t *l1, spinlock_t *l2) in double_lock_irq() argument
1575 if (l1 > l2) in double_lock_irq()
1576 swap(l1, l2); in double_lock_irq()
1579 spin_lock_nested(l2, SINGLE_DEPTH_NESTING); in double_lock_irq()
1582 static inline void double_raw_lock(raw_spinlock_t *l1, raw_spinlock_t *l2) in double_raw_lock() argument
1584 if (l1 > l2) in double_raw_lock()
[all …]
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/gr/
Dgf100.c60 const u32 ds[4], const u32 l2[4]) in gf100_gr_zbc_color_get()
72 if (memcmp(priv->zbc_color[i].l2, l2, sizeof( in gf100_gr_zbc_color_get()
73 priv->zbc_color[i].l2))) { in gf100_gr_zbc_color_get()
87 memcpy(priv->zbc_color[zbc].l2, l2, sizeof(priv->zbc_color[zbc].l2)); in gf100_gr_zbc_color_get()
89 ltc->zbc_color_get(ltc, zbc, l2); in gf100_gr_zbc_color_get()
106 const u32 ds, const u32 l2) in gf100_gr_zbc_depth_get() argument
117 if (priv->zbc_depth[i].l2 != l2) { in gf100_gr_zbc_depth_get()
132 priv->zbc_depth[zbc].l2 = l2; in gf100_gr_zbc_depth_get()
133 ltc->zbc_depth_get(ltc, zbc, l2); in gf100_gr_zbc_depth_get()
174 args->v0.l2); in gf100_fermi_mthd_zbc_color()
[all …]
Dgf100.h61 u32 l2[4]; member
67 u32 l2; member
/linux-4.1.27/arch/arm/boot/dts/
Dhisi-x5hd2-dkb.dts30 next-level-cache = <&l2>;
37 next-level-cache = <&l2>;
Dberlin2q.dtsi26 next-level-cache = <&l2>;
33 next-level-cache = <&l2>;
40 next-level-cache = <&l2>;
47 next-level-cache = <&l2>;
99 l2: l2-cache-controller@ac0000 { label
Dhighbank.dts119 L2: l2-cache {
134 compatible = "calxeda,hb-sregs-l2-ecc";
Dvf610.dtsi17 L2: l2-cache@40006000 {
Dberlin2.dtsi30 next-level-cache = <&l2>;
37 next-level-cache = <&l2>;
85 l2: l2-cache-controller@ac0000 { label
Dberlin2cd.dtsi29 next-level-cache = <&l2>;
62 l2: l2-cache-controller@ac0000 { label
Dbcm7445.dtsi101 compatible = "brcm,bcm7120-l2-intc";
Dkirkwood.dtsi226 l2: l2-cache@20128 { label
Ddove.dtsi26 next-level-cache = <&l2>;
31 l2: l2-cache { label
Dpxa910.dtsi29 L2: l2-cache {
Dqcom-msm8660.dtsi34 L2: l2-cache {
Dhisi-x5hd2.dtsi385 l2: l2-cache { label
Dpicoxcell-pc3x2.dtsi114 compatible = "picochip,spacc-l2";
Dmeson.dtsi53 L2: l2-cache-controller@c4200000 {
Dqcom-msm8960.dtsi39 L2: l2-cache {
Dexynos4210.dtsi89 l2c: l2-cache-controller@10502000 {
Dmmp2.dtsi30 L2: l2-cache {
Dbcm-cygnus.dtsi224 L2: l2-cache {
Dqcom-apq8084.dtsi61 L2: l2-cache {
Dqcom-msm8974.dtsi61 L2: l2-cache {
Dspear13xx.dtsi52 L2: l2-cache {
Dstih407-family.dtsi50 l2: cache-controller { label
Dqcom-ipq8064.dtsi37 L2: l2-cache {
Dexynos4x12.dtsi59 l2c: l2-cache-controller@10502000 {
/linux-4.1.27/scripts/coccinelle/api/
Dmemdup_user.cocci19 identifier l1,l2;
34 - <+... when != goto l2;
/linux-4.1.27/arch/powerpc/platforms/52xx/
Dmpc52xx_pic.c295 static int mpc52xx_is_extirq(int l1, int l2) in mpc52xx_is_extirq() argument
297 return ((l1 == 0) && (l2 == 0)) || in mpc52xx_is_extirq()
298 ((l1 == 1) && (l2 >= 1) && (l2 <= 3)); in mpc52xx_is_extirq()
/linux-4.1.27/arch/powerpc/boot/dts/
Dmpc8572ds_camp_core0.dts6 * This dts file allows core0 to have memory, l2, i2c, dma1, global-util, eth0,
44 l2-cache-controller@20000 {
Dmpc8572ds_camp_core1.dts6 * This dts allows core1 to have l2, dma2, eth2, eth3, pci2, msi.
61 l2-cache-controller@20000 {
Dp1020rdb-pc_camp_core0.dts6 * This dts file allows core0 to have memory, l2, i2c, spi, gpio, tdm, dma, usb,
Dstx_gp3_8560.dts78 L2: l2-cache-controller@20000 {
79 compatible = "fsl,mpc8540-l2-cache-controller";
Dtqm8555.dts79 L2: l2-cache-controller@20000 {
80 compatible = "fsl,mpc8540-l2-cache-controller";
Dtqm8540.dts80 L2: l2-cache-controller@20000 {
81 compatible = "fsl,mpc8540-l2-cache-controller";
Dtqm8541.dts79 L2: l2-cache-controller@20000 {
80 compatible = "fsl,mpc8540-l2-cache-controller";
Dp1020rdb-pc_camp_core1.dts6 * This dts allows core1 to have l2, eth0, crypto.
Dsbc8548-post.dtsi43 L2: l2-cache-controller@20000 {
44 compatible = "fsl,mpc8548-l2-cache-controller";
Dsocrates.dts81 L2: l2-cache-controller@20000 {
82 compatible = "fsl,mpc8544-l2-cache-controller";
Dksi8560.dts79 L2: l2-cache-controller@20000 {
80 compatible = "fsl,mpc8540-l2-cache-controller";
Dtqm8560.dts81 L2: l2-cache-controller@20000 {
82 compatible = "fsl,mpc8540-l2-cache-controller";
Dxpedite5200.dts79 L2: l2-cache-controller@20000 {
80 compatible = "fsl,mpc8548-l2-cache-controller";
Darches.dts129 compatible = "ibm,l2-cache-460gt", "ibm,l2-cache";
Dmpc8540ads.dts82 L2: l2-cache-controller@20000 {
83 compatible = "fsl,mpc8540-l2-cache-controller";
Dmpc8555cds.dts82 L2: l2-cache-controller@20000 {
83 compatible = "fsl,mpc8555-l2-cache-controller";
Dstxssa8555.dts81 L2: l2-cache-controller@20000 {
82 compatible = "fsl,mpc8555-l2-cache-controller";
Dmpc8541cds.dts82 L2: l2-cache-controller@20000 {
83 compatible = "fsl,mpc8541-l2-cache-controller";
Dmpc8560ads.dts82 L2: l2-cache-controller@20000 {
83 compatible = "fsl,mpc8540-l2-cache-controller";
Dxpedite5200_xmon.dts83 L2: l2-cache-controller@20000 {
84 compatible = "fsl,mpc8548-l2-cache-controller";
Dtqm8548-bigflash.dts81 L2: l2-cache-controller@20000 {
82 compatible = "fsl,mpc8548-l2-cache-controller";
Dtaishan.dts110 compatible = "ibm,l2-cache-440gx", "ibm,l2-cache";
Dbluestone.dts129 compatible = "ibm,l2-cache-apm82181", "ibm,l2-cache";
Dtqm8548.dts81 L2: l2-cache-controller@20000 {
82 compatible = "fsl,mpc8548-l2-cache-controller";
Dxpedite5370.dts192 L2: l2-cache-controller@20000 {
193 compatible = "fsl,mpc8572-l2-cache-controller";
Dxpedite5301.dts194 L2: l2-cache-controller@20000 {
195 compatible = "fsl,mpc8572-l2-cache-controller";
Dxpedite5330.dts230 L2: l2-cache-controller@20000 {
231 compatible = "fsl,mpc8572-l2-cache-controller";
Dxcalibur1501.dts201 L2: l2-cache-controller@20000 {
202 compatible = "fsl,mpc8572-l2-cache-controller";
/linux-4.1.27/Documentation/networking/
Dipvlan.txt25 ip link add link <master-dev> <slave-dev> type ipvlan mode { l2 | L3 }
27 e.g. ip link add link ipvl0 eth0 type ipvlan mode l2
86 ip link add link eth0 ipvl0 type ipvlan mode l2
87 ip link add link eth0 ipvl1 type ipvlan mode l2
/linux-4.1.27/drivers/isdn/capi/
Dcapidrv.c81 int l2; member
149 static inline u32 b1prot(int l2, int l3) in b1prot() argument
151 switch (l2) { in b1prot()
172 static inline u32 b2prot(int l2, int l3) in b2prot() argument
174 switch (l2) { in b2prot()
192 static inline u32 b3prot(int l2, int l3) in b3prot() argument
194 switch (l2) { in b3prot()
224 static _cstruct b1config(int l2, int l3) in b1config() argument
226 switch (l2) { in b1config()
1858 b1prot(bchan->l2, bchan->l3), /* B1protocol */ in capidrv_command()
[all …]
/linux-4.1.27/drivers/irqchip/
DMakefile44 obj-$(CONFIG_BCM7120_L2_IRQ) += irq-bcm7120-l2.o
45 obj-$(CONFIG_BRCMSTB_L2_IRQ) += irq-brcmstb-l2.o
/linux-4.1.27/tools/perf/util/
Dhelp.c254 int l2 = (*c2)->len; in levenshtein_compare() local
255 return l1 != l2 ? l1 - l2 : strcmp(s1, s2); in levenshtein_compare()
/linux-4.1.27/Documentation/video4linux/
Dextract_xc3028.pl76 my $l2 = ($val >> 16) & 0xff;
80 syswrite(OUTFILE, chr($l0).chr($l1).chr($l2).chr($l3));
93 my $l2 = ($lsb_val >> 16) & 0xff;
98 chr($l0).chr($l1).chr($l2).chr($l3).
/linux-4.1.27/include/uapi/linux/
Datmsap.h112 } l2; member
/linux-4.1.27/Documentation/devicetree/bindings/crypto/
Dpicochip-spacc.txt8 "picochip,spacc-l2" for the femtocell layer 2 ciphering engine.
/linux-4.1.27/arch/blackfin/mach-common/
Dinterrupt.S53 [--sp] = l2;
103 l2 = r1; define
/linux-4.1.27/arch/blackfin/include/uapi/asm/
Dptrace.h58 long l2; member
/linux-4.1.27/arch/arm64/boot/dts/arm/
Djuno.dts85 A57_L2: l2-cache0 {
89 A53_L2: l2-cache1 {
Drtsm_ve-aemv8a.dts67 L2_0: l2-cache0 {
Dfoundation-v8.dts64 L2_0: l2-cache0 {
/linux-4.1.27/Documentation/devicetree/bindings/mfd/
Dqcom-rpm.txt145 l0, l1, l2, l3, l4, l5, l6, l7, l8, l9, l10, l11, l12, l13, l14, l15,
150 l0, l1, l2, l3, l4, l5, l6, s0, s1, s2, s3, s4, lvs0, lvs1, lvs2, lvs3,
154 s1, s2, s3, s4, s7, s8, l1, l2, l3, l4, l5, l6, l7, l8, l9, l10, l11,
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvif/
Dclass.h570 __u32 l2[4]; member
580 __u32 l2; member
/linux-4.1.27/fs/cifs/
Ddir.c877 int i, l1, l2; in cifs_ci_compare() local
891 l2 = codepage->char2uni(&name->name[i], name->len - i, &c2); in cifs_ci_compare()
897 if (unlikely(l1 < 0 && l2 < 0)) { in cifs_ci_compare()
908 if (l1 != l2) in cifs_ci_compare()
/linux-4.1.27/fs/nfs/
Dpnfs.c478 const struct pnfs_layout_range *l2) in pnfs_lseg_range_contained() argument
482 u64 start2 = l2->offset; in pnfs_lseg_range_contained()
483 u64 end2 = end_offset(start2, l2->length); in pnfs_lseg_range_contained()
497 const struct pnfs_layout_range *l2) in pnfs_lseg_range_intersecting() argument
501 u64 start2 = l2->offset; in pnfs_lseg_range_intersecting()
502 u64 end2 = end_offset(start2, l2->length); in pnfs_lseg_range_intersecting()
1190 const struct pnfs_layout_range *l2) in pnfs_lseg_range_cmp() argument
1195 d = l1->offset - l2->offset; in pnfs_lseg_range_cmp()
1200 d = l2->length - l1->length; in pnfs_lseg_range_cmp()
1205 return (int)(l1->iomode == IOMODE_READ) - (int)(l2->iomode == IOMODE_READ); in pnfs_lseg_range_cmp()
Dpagelist.c914 const struct nfs_lock_context *l2) in nfs_match_lock_context() argument
916 return l1->lockowner.l_owner == l2->lockowner.l_owner in nfs_match_lock_context()
917 && l1->lockowner.l_pid == l2->lockowner.l_pid; in nfs_match_lock_context()
/linux-4.1.27/drivers/s390/net/
Dqeth_l2_main.c261 hdr->hdr.l2.id = QETH_HEADER_TYPE_LAYER2; in qeth_l2_fill_header()
265 hdr->hdr.l2.flags[2] |= QETH_LAYER2_FLAG_MULTICAST; in qeth_l2_fill_header()
267 hdr->hdr.l2.flags[2] |= QETH_LAYER2_FLAG_BROADCAST; in qeth_l2_fill_header()
269 hdr->hdr.l2.flags[2] |= QETH_LAYER2_FLAG_UNICAST; in qeth_l2_fill_header()
271 hdr->hdr.l2.pkt_length = skb->len-QETH_HEADER_SIZE; in qeth_l2_fill_header()
276 hdr->hdr.l2.flags[2] |= QETH_LAYER2_FLAG_VLAN; in qeth_l2_fill_header()
277 hdr->hdr.l2.vlan_id = ntohs(veth->h_vlan_TCI); in qeth_l2_fill_header()
452 switch (hdr->hdr.l2.id) { in qeth_l2_process_inbound_buffer()
762 hdr->hdr.l2.pkt_length = new_skb->len; in qeth_l2_hard_start_xmit()
/linux-4.1.27/Documentation/misc-devices/
Disl2900354 2: difference between diodes (l1 - l2, signed 15bit)
/linux-4.1.27/arch/ia64/lib/
Dmemset.S265 .l2: // ------------------------------------ // L2A: store 32B in 2 cycles label
272 br.cloop.dptk.many .l2
/linux-4.1.27/drivers/s390/cio/
Dchsc.h220 struct qdio_brinfo_entry_l2 l2[0]; member
/linux-4.1.27/Documentation/devicetree/bindings/regulator/
Dtps65090.txt49 vsys-l2-supply = <&some_reg>;
/linux-4.1.27/arch/arm/mm/
DMakefile99 obj-$(CONFIG_CACHE_FEROCEON_L2) += cache-feroceon-l2.o
/linux-4.1.27/arch/x86/xen/
Dmmu.c1809 pmd_t *l2; in xen_setup_kernel_pagetable() local
1843 l2 = m2v(l3[pud_index(__START_KERNEL_map)].pud); in xen_setup_kernel_pagetable()
1847 addr[2] = (unsigned long)l2; in xen_setup_kernel_pagetable()
1854 copy_page(level2_ident_pgt, l2); in xen_setup_kernel_pagetable()
1856 copy_page(level2_kernel_pgt, l2); in xen_setup_kernel_pagetable()
/linux-4.1.27/arch/x86/crypto/
Dcamellia-aesni-avx-asm_64.S297 #define fls16(l, l0, l1, l2, l3, l4, l5, l6, l7, r, t0, t1, t2, t3, tt0, \ argument
316 vpand l2, t2, t2; \
413 vpxor l2, t2, l2; \
414 vmovdqu l2, 2 * 16(l); \
Dcamellia-aesni-avx2-asm_64.S336 #define fls32(l, l0, l1, l2, l3, l4, l5, l6, l7, r, t0, t1, t2, t3, tt0, \ argument
355 vpand l2, t2, t2; \
452 vpxor l2, t2, l2; \
453 vmovdqu l2, 2 * 32(l); \
/linux-4.1.27/drivers/scsi/
Dgdth_ioctl.h162 u32 l1, l2, l3, l4; member
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dlprocfs_status.c1931 size_t l2; in lprocfs_strnstr() local
1933 l2 = strlen(s2); in lprocfs_strnstr()
1934 if (!l2) in lprocfs_strnstr()
1936 while (len >= l2) { in lprocfs_strnstr()
1938 if (!memcmp(s1, s2, l2)) in lprocfs_strnstr()
/linux-4.1.27/sound/pci/ymfpci/
Dymfpci.c170 static inline int snd_ymfpci_create_gameport(struct snd_ymfpci *chip, int dev, int l, int l2) { ret… in snd_ymfpci_create_gameport() argument
/linux-4.1.27/drivers/gpio/
Dgpio-omap.c1245 u32 l1 = 0, l2 = 0; in omap_gpio_runtime_suspend() local
1286 l2 = bank->context.risingdetect; in omap_gpio_runtime_suspend()
1289 l2 &= ~bank->enabled_non_wakeup_gpios; in omap_gpio_runtime_suspend()
1292 writel_relaxed(l2, bank->base + bank->regs->risingdetect); in omap_gpio_runtime_suspend()
/linux-4.1.27/kernel/
Dcgroup.c596 struct list_head *l1, *l2; in compare_css_sets() local
613 l2 = &old_cset->cgrp_links; in compare_css_sets()
619 l2 = l2->next; in compare_css_sets()
622 BUG_ON(l2 != &old_cset->cgrp_links); in compare_css_sets()
625 BUG_ON(l2 == &old_cset->cgrp_links); in compare_css_sets()
629 link2 = list_entry(l2, struct cgrp_cset_link, cgrp_link); in compare_css_sets()

12