Home
last modified time | relevance | path

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

/u-boot/drivers/block/
A Dblkcache.c21 struct list_head lh; member
55 list_for_each_entry(node, &block_cache, lh) in cache_find()
61 if (block_cache.next != &node->lh) { in cache_find()
63 list_del(&node->lh); in cache_find()
64 list_add(&node->lh, &block_cache); in cache_find()
110 list_del(&node->lh); in blkcache_fill()
142 list_add(&node->lh, &block_cache); in blkcache_fill()
171 list_del(&node->lh); in blkcache_configure()
/u-boot/fs/yaffs2/
A Dyaffs_verify.c405 struct list_head *lh; in yaffs_verify_objects() local
413 list_for_each(lh, &dev->obj_bucket[i].list) { in yaffs_verify_objects()
414 obj = list_entry(lh, struct yaffs_obj, hash_link); in yaffs_verify_objects()
422 struct list_head *lh; in yaffs_verify_obj_in_dir() local
448 list_for_each(lh, &obj->parent->variant.dir_variant.children) { in yaffs_verify_obj_in_dir()
449 list_obj = list_entry(lh, struct yaffs_obj, siblings); in yaffs_verify_obj_in_dir()
465 struct list_head *lh; in yaffs_verify_dir() local
485 list_for_each(lh, &directory->variant.dir_variant.children) { in yaffs_verify_dir()
486 list_obj = list_entry(lh, struct yaffs_obj, siblings); in yaffs_verify_dir()
A Dyaffs_allocator.c291 struct list_head *lh; in yaffs_alloc_raw_obj() local
304 lh = allocator->free_objs.next; in yaffs_alloc_raw_obj()
305 obj = list_entry(lh, struct yaffs_obj, siblings); in yaffs_alloc_raw_obj()
306 list_del_init(lh); in yaffs_alloc_raw_obj()
A Dyaffs_yaffs2.c548 struct list_head *lh; in yaffs2_wr_checkpt_objs() local
555 list_for_each(lh, &dev->obj_bucket[i].list) { in yaffs2_wr_checkpt_objs()
556 obj = list_entry(lh, struct yaffs_obj, hash_link); in yaffs2_wr_checkpt_objs()
A Dyaffs_guts.c4147 struct list_head *lh; in yaffs_link_fixup() local
4152 list_for_each_safe(lh, save, hard_list) { in yaffs_link_fixup()
4153 hl = list_entry(lh, struct yaffs_obj, hard_links); in yaffs_link_fixup()
4225 struct list_head *lh; in yaffs_fix_hanging_objs() local
4239 list_for_each_safe(lh, n, &dev->obj_bucket[i].list) { in yaffs_fix_hanging_objs()
4240 obj = list_entry(lh, struct yaffs_obj, hash_link); in yaffs_fix_hanging_objs()
4287 struct list_head *lh; in yaffs_del_dir_contents() local
4293 list_for_each_safe(lh, n, &dir->variant.dir_variant.children) { in yaffs_del_dir_contents()
4294 obj = list_entry(lh, struct yaffs_obj, siblings); in yaffs_del_dir_contents()
/u-boot/arch/arm/include/asm/arch-octeontx2/csrs/
A Dcsrs-npc.h200 u64 lh : 12; member
237 u64 lh : 20; member

Completed in 19 milliseconds