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

/u-boot/drivers/block/
H A Dblkcache.c17 struct list_head lh; member in struct:block_cache_node
39 list_for_each_entry(node, &block_cache, lh)
45 if (block_cache.next != &node->lh) {
47 list_del(&node->lh);
48 list_add(&node->lh, &block_cache);
94 list_del(&node->lh);
126 list_add(&node->lh, &block_cache);
/u-boot/fs/yaffs2/
H A Dyaffs_verify.c405 struct list_head *lh; local
413 list_for_each(lh, &dev->obj_bucket[i].list) {
414 obj = list_entry(lh, struct yaffs_obj, hash_link);
422 struct list_head *lh; local
448 list_for_each(lh, &obj->parent->variant.dir_variant.children) {
449 list_obj = list_entry(lh, struct yaffs_obj, siblings);
465 struct list_head *lh; local
485 list_for_each(lh, &directory->variant.dir_variant.children) {
486 list_obj = list_entry(lh, struct yaffs_obj, siblings);
H A Dyaffs_allocator.c291 struct list_head *lh; local
304 lh = allocator->free_objs.next;
305 obj = list_entry(lh, struct yaffs_obj, siblings);
306 list_del_init(lh);
H A Dyaffs_yaffs2.c548 struct list_head *lh; local
555 list_for_each(lh, &dev->obj_bucket[i].list) {
556 obj = list_entry(lh, struct yaffs_obj, hash_link);
H A Dyaffs_guts.c4147 struct list_head *lh; local
4152 list_for_each_safe(lh, save, hard_list) {
4153 hl = list_entry(lh, struct yaffs_obj, hard_links);
4225 struct list_head *lh; local
4239 list_for_each_safe(lh, n, &dev->obj_bucket[i].list) {
4240 obj = list_entry(lh, struct yaffs_obj, hash_link);
4287 struct list_head *lh; local
4293 list_for_each_safe(lh, n, &dir->variant.dir_variant.children) {
4294 obj = list_entry(lh, struct yaffs_obj, siblings);
/u-boot/arch/arm/include/asm/arch-octeontx2/csrs/
H A Dcsrs-npc.h200 u64 lh : 12; member in struct:npc_parse_kex_s::npc_parse_kex_s_s
237 u64 lh : 20; member in struct:npc_result_s::npc_result_s_s

Completed in 103 milliseconds