Home
last modified time | relevance | path

Searched refs:lh (Results 1 – 13 of 13) sorted by relevance

/arch/metag/kernel/
Dtcm.c28 struct list_head *lh; in find_pool() local
31 list_for_each(lh, &pool_list) { in find_pool()
32 pool = list_entry(lh, struct tcm_pool, list); in find_pool()
94 struct list_head *lh; in tcm_lookup_tag() local
98 list_for_each(lh, &pool_list) { in tcm_lookup_tag()
99 pool = list_entry(lh, struct tcm_pool, list); in tcm_lookup_tag()
Dkick.c73 struct list_head *lh; in kick_handler() local
94 list_for_each(lh, &kick_handlers_list) { in kick_handler()
95 kh = list_entry(lh, struct kick_irq_handler, list); in kick_handler()
/arch/sparc/mm/
Dtlb.c210 struct list_head *lh = (struct list_head *) pgtable; in pgtable_trans_huge_deposit() local
216 INIT_LIST_HEAD(lh); in pgtable_trans_huge_deposit()
218 list_add(lh, (struct list_head *) pmd_huge_pte(mm, pmdp)); in pgtable_trans_huge_deposit()
224 struct list_head *lh; in pgtable_trans_huge_withdraw() local
231 lh = (struct list_head *) pgtable; in pgtable_trans_huge_withdraw()
232 if (list_empty(lh)) in pgtable_trans_huge_withdraw()
235 pmd_huge_pte(mm, pmdp) = (pgtable_t) lh->next; in pgtable_trans_huge_withdraw()
236 list_del(lh); in pgtable_trans_huge_withdraw()
/arch/s390/appldata/
Dappldata_base.c125 struct list_head *lh; in appldata_work_fn() local
129 list_for_each(lh, &appldata_ops_list) { in appldata_work_fn()
130 ops = list_entry(lh, struct appldata_ops, list); in appldata_work_fn()
297 struct list_head *lh; in appldata_generic_handler() local
301 list_for_each(lh, &appldata_ops_list) { in appldata_generic_handler()
302 tmp_ops = list_entry(lh, struct appldata_ops, list); in appldata_generic_handler()
443 struct list_head *lh; in appldata_freeze() local
453 list_for_each(lh, &appldata_ops_list) { in appldata_freeze()
454 ops = list_entry(lh, struct appldata_ops, list); in appldata_freeze()
472 struct list_head *lh; in appldata_restore() local
[all …]
/arch/mips/include/asm/mach-ip27/
Dkernel-entry-init.h93 lh t1, KV_RO_NASID_OFFSET(t0)
94 lh t2, KV_RW_NASID_OFFSET(t0)
/arch/s390/kernel/
Dsclp.S76 lh %r7,LC_EXT_INT_CODE
135 lh %r3,6(%r7)
238 lh %r9,.LmdbS4-.LwritesccbS4(%r8) # update mdb length
241 lh %r9,.LevbufS4-.LwritesccbS4(%r8)# update evbuf length
244 lh %r9,0(%r8) # update sccb length
Dhead.S144 lh %r3,10(%r5) # get residual count
181 lh %r1,0xb8 # test if subchannel number
Dentry.S190 lh %r8,__PT_INT_CODE+2(%r11)
283 lh %r8,__PT_INT_CODE+2(%r11) # load new svc number
741 lh %r3,__SF_EMPTY(%r15)
/arch/tile/lib/
Datomic_asm_32.S89 lh r22, r0
/arch/s390/mm/
Dpgtable.c1439 struct list_head *lh = (struct list_head *) pgtable; in pgtable_trans_huge_deposit() local
1445 INIT_LIST_HEAD(lh); in pgtable_trans_huge_deposit()
1447 list_add(lh, (struct list_head *) pmd_huge_pte(mm, pmdp)); in pgtable_trans_huge_deposit()
1453 struct list_head *lh; in pgtable_trans_huge_withdraw() local
1461 lh = (struct list_head *) pgtable; in pgtable_trans_huge_withdraw()
1462 if (list_empty(lh)) in pgtable_trans_huge_withdraw()
1465 pmd_huge_pte(mm, pmdp) = (pgtable_t) lh->next; in pgtable_trans_huge_withdraw()
1466 list_del(lh); in pgtable_trans_huge_withdraw()
/arch/mips/net/
Dbpf_jit_asm.S81 lh $r_A, 0(t1)
Dbpf_jit.c366 emit_instr(ctx, lh, reg, offset, base); in emit_half_load()
/arch/mips/include/asm/
Dasm-eva.h107 #define kernel_lh(reg, addr) lh reg, addr