Searched refs:lh (Results 1 – 13 of 13) sorted by relevance
/arch/metag/kernel/ |
D | tcm.c | 28 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()
|
D | kick.c | 73 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/ |
D | tlb.c | 210 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/ |
D | appldata_base.c | 125 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/ |
D | kernel-entry-init.h | 93 lh t1, KV_RO_NASID_OFFSET(t0) 94 lh t2, KV_RW_NASID_OFFSET(t0)
|
/arch/s390/kernel/ |
D | sclp.S | 76 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
|
D | head.S | 144 lh %r3,10(%r5) # get residual count 181 lh %r1,0xb8 # test if subchannel number
|
D | entry.S | 190 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/ |
D | atomic_asm_32.S | 89 lh r22, r0
|
/arch/s390/mm/ |
D | pgtable.c | 1439 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/ |
D | bpf_jit_asm.S | 81 lh $r_A, 0(t1)
|
D | bpf_jit.c | 366 emit_instr(ctx, lh, reg, offset, base); in emit_half_load()
|
/arch/mips/include/asm/ |
D | asm-eva.h | 107 #define kernel_lh(reg, addr) lh reg, addr
|