Home
last modified time | relevance | path

Searched defs:next (Results 1 – 25 of 106) 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()
65 struct efi_var_entry **next) in efi_var_mem_find()
112 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/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/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.c91 struct xhci_segment *next = seg->next; in xhci_ring_free() local
220 struct xhci_segment *next, bool link_trbs) in xhci_link_segments()
326 struct xhci_segment *next; in xhci_ring_alloc() local
A Dxhci-ring.c95 union xhci_trb *next; in inc_enq() local
215 union xhci_trb *next = ep_ring->enqueue; in prepare_ring() local
/u-boot/include/
A Dos.h196 struct os_dirent_node *next; member
/u-boot/include/acpi/
A Dacpi_dp.h112 struct acpi_dp *next; member
/u-boot/cmd/
A Dbootmenu.c33 struct bootmenu_entry *next; /* next menu entry (num+1) */ member
266 struct bootmenu_entry *next; in bootmenu_destroy() local
/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/common/
A Ddlmalloc.c48 GmListElement* next; member
85 GmListElement* next = head->next; in gcleanup() local
796 mchunkptr next = chunk_at_offset(p, sz); local
828 mchunkptr next = next_chunk(p); local
1555 mchunkptr next; /* next contiguous chunk */ local
1698 mchunkptr next; /* next contiguous chunk after oldp */ local
A Dcli_simple.c320 char *line, *next; in cli_simple_run_command_list() 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/lib/
A Dof_live.c237 struct device_node *next = child->sibling; in unflatten_dt_node() local
/u-boot/arch/microblaze/include/asm/
A Dsystem.h35 #define switch_to(prev,next,last) do { \ argument
/u-boot/include/crypto/
A Dpkcs7_parser.h21 struct pkcs7_signed_info *next; member
/u-boot/scripts/kconfig/lxdialog/
A Ddialog.h91 struct subtitle_list *next; member
163 struct dialog_list *next; member
/u-boot/drivers/usb/gadget/
A Dcomposite.c199 void *next = buf + USB_DT_CONFIG_SIZE; in config_buf() local
736 u8 next = cdev->next_string_id; in usb_string_ids_tab() local
770 u8 next = c->next_string_id; in usb_string_ids_n() local

Completed in 156 milliseconds

12345