Home
last modified time | relevance | path

Searched defs:next (Results 1 – 25 of 118) sorted by relevance

12345

/u-boot/scripts/kconfig/
A Dlist.h25 struct list_head *next, *prev; member
84 struct list_head *next) in __list_add()
112 static inline void __list_del(struct list_head *prev, struct list_head *next) in __list_del()
A Dexpr.h21 struct file *next; member
85 struct symbol *next; member
192 struct property *next; /* next property - null if last */ member
222 struct menu *next; member
/u-boot/include/linux/
A Dlist.h23 struct list_head *next, *prev; member
45 struct list_head *next) in __list_add()
86 static inline void __list_del(struct list_head *prev, struct list_head *next) in __list_del()
196 struct list_head *next = head->next; in list_empty_careful() local
251 struct list_head *next) in __list_splice()
562 struct hlist_node *next, **pprev; member
586 struct hlist_node *next = n->next; in __hlist_del() local
620 struct hlist_node *next) in hlist_add_before()
629 struct hlist_node *next) in hlist_add_after()
/u-boot/test/
A Dtime_ut.c15 ulong base, start, next, diff; in test_get_timer() local
49 ulong prev, next, min = 1000000; in test_timer_get_us() local
/u-boot/lib/efi_loader/
A Defi_var_mem.c33 const u16 *name, struct efi_var_entry **next) in efi_var_mem_compare()
67 struct efi_var_entry **next) in efi_var_mem_find()
114 struct efi_var_entry *next, *last; in efi_var_mem_del() local
/u-boot/fs/yaffs2/
A Dyaffs_allocator.c35 struct yaffs_tnode_list *next; member
40 struct yaffs_obj_list *next; member
104 struct yaffs_tnode *next; in yaffs_create_tnodes() local
/u-boot/fs/jffs2/
A Dsummary.h86 union jffs2_sum_mem *next; member
92 union jffs2_sum_mem *next; member
102 union jffs2_sum_mem *next; member
116 union jffs2_sum_mem *next; member
126 union jffs2_sum_mem *next; member
/u-boot/common/
A Devent.c90 struct event_spy *spy, *next; in notify_dynamic() local
199 struct event_spy *spy, *next; in event_uninit() local
A Ddlmalloc.c59 GmListElement* next; member
96 GmListElement* next = head->next; in gcleanup() local
810 mchunkptr next = chunk_at_offset(p, sz); local
842 mchunkptr next = next_chunk(p); local
1582 mchunkptr next; /* next contiguous chunk */ local
1728 mchunkptr next; /* next contiguous chunk after oldp */ local
A Dcli_simple.c320 char *line, *next; in cli_simple_run_command_list() local
/u-boot/scripts/dtc/
A Ddtc.h86 struct marker *next; member
137 struct label *next; member
149 struct property *next; member
244 struct reserve_info *next; member
/u-boot/drivers/reboot-mode/
A Dreboot-mode-uclass.c94 struct reboot_mode_mode *next = plat_data->modes; in dm_reboot_mode_pre_probe() local
/u-boot/fs/btrfs/
A Dextent-cache.c163 struct rb_node *next; in search_cache_extent() local
183 struct rb_node *next; in search_cache_extent2() local
266 struct cache_extent *next = NULL; in add_merge_cache_extent() local
/u-boot/drivers/usb/host/
A Dxhci-mem.c92 struct xhci_segment *next = seg->next; in xhci_ring_free() local
233 struct xhci_segment *next, bool link_trbs) in xhci_link_segments()
338 struct xhci_segment *next; in xhci_ring_alloc() local
/u-boot/include/
A Dos.h245 struct os_dirent_node *next; member
A Dvirtio_ring.h55 __virtio16 next; member
63 u16 next; member
/u-boot/include/acpi/
A Dacpi_dp.h112 struct acpi_dp *next; member
/u-boot/include/linux/mtd/
A Dubi.h244 struct notifier_block *next; member
245 void *next; member
/u-boot/lib/zlib/
A Dinftrees.c50 code FAR *next; /* next available space in table */ in inflate_table() local
/u-boot/arch/arm/lib/
A Dcache.c113 phys_addr_t next = ALIGN(noncached_next, align); in noncached_alloc() local
/u-boot/include/net/pfe_eth/
A Dpfe_driver.h34 u32 next; member
/u-boot/cmd/
A Dbootmenu.c52 struct bootmenu_entry *next; /* next menu entry (num+1) */ member
140 struct bootmenu_entry *next; in bootmenu_destroy() local
A Dextension_board.c87 struct extension *extension, *next; in extension_scan() local
/u-boot/lib/
A Dof_live.c242 struct device_node *next = child->sibling; in unflatten_dt_node() local
/u-boot/boot/
A Dexpo.c44 struct scene *scn, *next; in expo_destroy() local

Completed in 48 milliseconds

12345