Home
last modified time | relevance | path

Searched defs:next (Results 251 – 275 of 2202) sorted by relevance

1...<<11121314151617181920>>...89

/openbmc/linux/drivers/usb/host/
H A Dxhci-mem.c86 struct xhci_segment *next = seg->next; in xhci_free_segments_for_ring() local
101 struct xhci_segment *next, in xhci_link_segments()
131 struct xhci_segment *next; in xhci_link_rings() local
341 struct xhci_segment *next; in xhci_alloc_segments_for_ring() local
440 struct xhci_segment *next; in xhci_ring_expansion() local
777 struct xhci_tt_bw_info *tt_info, *next; in xhci_free_tt_info() local
914 struct xhci_tt_bw_info *tt_info, *next; in xhci_free_virt_devices_depth_first() local
/openbmc/linux/fs/ocfs2/dlm/
H A Ddlmrecovery.c133 struct dlm_work_item *item, *next; in dlm_dispatch_work() local
766 struct dlm_reco_node_data *ndata, *next; in dlm_destroy_recovery_area() local
1038 struct dlm_lock_resource *res, *next; in dlm_move_reco_locks_to_list() local
2049 struct dlm_lock *lock, *next; in dlm_move_lockres_to_recovery_list() local
2133 struct dlm_lock_resource *res, *next; in dlm_finish_local_lockres_recovery() local
2255 struct dlm_lock *lock, *next; in dlm_free_dead_locks() local
/openbmc/linux/drivers/dma/ioat/
H A Dhw.h94 uint64_t next; member
127 uint64_t next; member
138 uint64_t next; member
181 uint64_t next; member
195 uint64_t next; member
225 uint64_t next; member
/openbmc/linux/net/atm/
H A Dlec.c1462 struct hlist_node *next; in lec_arp_destroy() local
1657 struct hlist_node *next; in lec_arp_check_expire() local
1794 struct hlist_node *next; in lec_addr_delete() local
1826 struct hlist_node *next; in lec_arp_update() local
2149 struct hlist_node *next; in lec_vcc_close() local
2208 struct hlist_node *next; in lec_arp_check_empties() local
/openbmc/linux/drivers/gpu/drm/radeon/
H A Dmkregtable.c43 struct list_head *next, *prev; member
61 struct list_head *prev, struct list_head *next) in __list_add()
/openbmc/linux/drivers/gpu/drm/i915/gt/
H A Dintel_engine_user.c85 struct llist_node *pos, *next; in sort_engines() local
210 struct list_head *it, *next; in intel_engines_driver_register() local
/openbmc/linux/drivers/crypto/intel/qat/qat_common/
H A Dadf_dev_mgr.c191 struct vf_id_map *next; in adf_devmgr_add_dev() local
257 struct vf_id_map *map, *next; in adf_devmgr_rm_dev() local
/openbmc/linux/fs/xfs/
H A Dxfs_mru_cache.c232 struct xfs_mru_cache_elem *elem, *next; in _xfs_mru_cache_clear_reap_list() local
270 unsigned long now, next; in _xfs_mru_cache_reap() local
/openbmc/pyphosphor/obmc/utils/
H A Dpathtree.py42 def next(self): member in PathTreeItemIterator
85 def next(self): member in PathTreeKeyIterator
/openbmc/linux/tools/perf/util/bpf_skel/
H A Doff_cpu.bpf.c186 struct task_struct *next, int state) in off_cpu_stat()
266 struct task_struct *prev, *next; in on_switch() local
/openbmc/linux/arch/arm/mm/
H A Dmmu.c813 unsigned long next; in alloc_init_pmd() local
845 unsigned long next; in alloc_init_pud() local
860 unsigned long next; in alloc_init_p4d() local
966 unsigned long next = pgd_addr_end(addr, end); in __create_mapping() local
1092 unsigned long addr, next = 0; in fill_pmd_gaps() local
/openbmc/linux/kernel/bpf/
H A Ddevmap.c209 struct hlist_node *next; in dev_map_free() local
247 u32 *next = next_key; in dev_map_get_next_key() local
282 u32 idx, *next = next_key; in dev_map_hash_get_next_key() local
719 struct hlist_node *next; in dev_map_redirect_multi() local
1075 struct hlist_node *next; in dev_map_hash_remove_netdev() local
/openbmc/linux/drivers/acpi/acpica/
H A Dacobject.h129 union acpi_operand_object *next; /* Link for list of acquired mutexes */ member
138 union acpi_operand_object *next; member
279 union acpi_operand_object *next[2]; /* Device and System handler lists */ member
291 union acpi_operand_object *next; member
360 …ACPI_OBJECT_COMMON_HEADER union acpi_operand_object *next; /* Link for object cache and internal l… member
H A Dpstree.c172 union acpi_parse_object *next = NULL; in acpi_ps_get_depth_next() local
/openbmc/linux/arch/arm/include/asm/
H A Dspinlock_types.h16 u16 next; member
/openbmc/linux/include/linux/
H A Dosq_lock.h10 struct optimistic_spin_node *next, *prev; member
/openbmc/linux/fs/ext2/
H A Dballoc.c586 ext2_grpblk_t next; in bitmap_search_next_usable_block() local
609 ext2_grpblk_t here, next; in find_next_usable_block() local
762 struct rb_node *next; in find_next_reservable_window() local
1016 struct rb_node *next; in try_to_extend_reservation() local
/openbmc/linux/drivers/video/fbdev/
H A Dpxa3xx-gcu.c78 struct pxa3xx_gcu_batch *next; member
191 struct pxa3xx_gcu_batch *next; in flush_running() local
554 struct pxa3xx_gcu_batch *next, *buffer = priv->free; in pxa3xx_gcu_free_buffers() local
/openbmc/linux/drivers/rtc/
H A Dinterface.c805 struct timerqueue_node *next = timerqueue_getnext(&rtc->timerqueue); in rtc_timer_enqueue() local
868 struct timerqueue_node *next = timerqueue_getnext(&rtc->timerqueue); in rtc_timer_remove() local
904 struct timerqueue_node *next; in rtc_timer_do_work() local
/openbmc/linux/drivers/usb/chipidea/
H A Dotg_fsm.c34 char *next; in a_bus_req_show() local
83 char *next; in a_bus_drop_show() local
123 char *next; in b_bus_req_show() local
/openbmc/linux/drivers/scsi/elx/libefc/
H A Defc_nport.c625 struct efc_vport *next; in efc_vport_start() local
686 struct efc_vport *next; in efc_nport_vport_del() local
723 struct efc_vport *next; in efc_vport_del_all() local
/openbmc/linux/drivers/media/test-drivers/vidtv/
H A Dvidtv_channel.h62 struct vidtv_channel *next; member
/openbmc/linux/scripts/gcc-plugins/
H A Dstackleak_plugin.c270 rtx_insn *insn, *next; in remove_stack_tracking_gcall() local
337 rtx_insn *insn, *next; in remove_stack_tracking_gasm() local
/openbmc/linux/fs/omfs/
H A Dfile.c37 u64 next, last; in omfs_shrink_inode() local
221 sector_t next, offset; in omfs_get_block() local
/openbmc/linux/net/netfilter/ipset/
H A Dip_set_hash_ipmark.c69 hash_ipmark4_data_next(struct hash_ipmark4_elem *next, in hash_ipmark4_data_next()
201 hash_ipmark6_data_next(struct hash_ipmark6_elem *next, in hash_ipmark6_data_next()

1...<<11121314151617181920>>...89