Home
last modified time | relevance | path

Searched refs:list_entry (Results 151 – 175 of 980) sorted by relevance

12345678910>>...40

/openbmc/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_nvmetcp.h42 struct list_head list_entry; member
/openbmc/linux/drivers/usb/host/
H A Dehci-q.c118 qtd = list_entry(qh->qtd_list.next, struct ehci_qtd, qtd_list); in qh_refresh()
328 qtd = list_entry (entry, struct ehci_qtd, qtd_list); in qh_completions()
497 last = list_entry (qtd->qtd_list.prev, in qh_completions()
566 qtd = list_entry (entry, struct ehci_qtd, qtd_list); in qtd_list_free()
1044 qtd = list_entry (qtd_list->next, struct ehci_qtd, in qh_append_tds()
1086 qtd = list_entry (qh->qtd_list.prev, in qh_append_tds()
1119 qtd = list_entry(qtd_list->next, struct ehci_qtd, qtd_list); in submit_async()
H A Dehci-timer.c279 ehci->last_itd_to_free = list_entry( in start_free_itds()
282 ehci->last_sitd_to_free = list_entry( in start_free_itds()
/openbmc/linux/tools/usb/usbip/src/
H A Dusbipd.c111 edev = list_entry(i, struct usbip_exported_device, node); in recv_request_import()
178 edev = list_entry(j, struct usbip_exported_device, node); in send_reply_devlist()
198 edev = list_entry(j, struct usbip_exported_device, node); in send_reply_devlist()
/openbmc/linux/fs/nilfs2/
H A Dsegbuf.c155 bh_sum = list_entry(segbuf->sb_segsum_buffers.next, in nilfs_segbuf_fill_in_segsum()
183 bh = list_entry(segbuf->sb_segsum_buffers.next, struct buffer_head, in nilfs_segbuf_fill_in_segsum_crc()
211 bh = list_entry(segbuf->sb_segsum_buffers.next, struct buffer_head, in nilfs_segbuf_fill_in_data_crc()
/openbmc/linux/fs/jbd2/
H A Drevoke.c491 struct list_head *list_entry; in jbd2_clear_buffer_revoked_flags() local
494 list_for_each(list_entry, hash_list) { in jbd2_clear_buffer_revoked_flags()
497 record = (struct jbd2_revoke_record_s *)list_entry; in jbd2_clear_buffer_revoked_flags()
/openbmc/linux/net/rxrpc/
H A Dproc.c68 call = list_entry(v, struct rxrpc_call, link); in rxrpc_call_seq_show()
159 conn = list_entry(v, struct rxrpc_connection, proc_link); in rxrpc_connection_seq_show()
219 peer = list_entry(v, struct rxrpc_peer, hash_link); in rxrpc_peer_seq_show()
/openbmc/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_fence.c91 fence = list_entry(fctx->pending.next, typeof(*fence), head); in nouveau_fence_context_kill()
138 fence = list_entry(fctx->pending.next, typeof(*fence), head); in nouveau_fence_update()
162 fence = list_entry(fctx->pending.next, typeof(*fence), head); in nouveau_fence_uevent_work()
/openbmc/linux/crypto/
H A Dproc.c39 struct crypto_alg *alg = list_entry(p, struct crypto_alg, cra_list); in c_show()
/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_flex_pipe.c2465 list_for_each_entry(tmp, chgs, list_entry) in ice_prof_bld_es()
3234 list_add(&p->list_entry, chg); in ice_rem_vsig()
3307 list_del(&del->list_entry); in ice_rem_flow_all()
3397 list_add(&p->list_entry, chg); in ice_get_prof()
3526 list_add(&p->list_entry, chg); in ice_move_vsi()
3544 list_del(&tmp->list_entry); in ice_rem_chg_tcam_ent()
3617 list_add(&p->list_entry, chg); in ice_prof_tcam_ena_dis()
3786 list_add(&p->list_entry, chg); in ice_add_prof_id_vsig()
3847 list_add(&p->list_entry, chg); in ice_create_prof_id_vsig()
4061 list_del(&del->list_entry); in ice_add_prof_id_flow()
[all …]
/openbmc/linux/drivers/hid/
H A Dhid-lg2ff.c61 hidinput = list_entry(hid->inputs.next, struct hid_input, list); in lg2ff_init()
H A Dhid-megaworld.c51 hidinput = list_entry(hid->inputs.next, struct hid_input, list); in mwctrl_init()
/openbmc/linux/tools/usb/usbip/libsrc/
H A Dlist.h104 #define list_entry(ptr, type, member) \ macro
/openbmc/linux/drivers/dma/
H A Dtimb_dma.c188 td_desc = list_entry(td_chan->active_list.next, struct timb_dma_desc, in __td_start_dma()
229 td_desc = list_entry(td_chan->active_list.next, struct timb_dma_desc, in __td_finish()
267 list_entry(td_chan->active_list.next, in __td_ier_mask()
284 td_desc = list_entry(td_chan->queue.next, struct timb_dma_desc, in __td_start_next()
/openbmc/linux/drivers/s390/char/
H A Dtape_proc.c72 request = list_entry(device->req_queue.next, in tape_proc_show()
H A Dsclp_vt220.c131 request = list_entry(sclp_vt220_outqueue.next, in sclp_vt220_process_queue()
380 request = list_entry(list, struct sclp_vt220_request, list); in sclp_vt220_drop_buffer()
638 r = list_entry(l, struct sclp_vt220_request, list); in sclp_vt220_chars_in_buffer()
/openbmc/linux/net/netfilter/ipvs/
H A Dip_vs_rr.c64 last = dest = list_entry(p, struct ip_vs_dest, n_list); in ip_vs_rr_schedule()
/openbmc/u-boot/test/dm/
H A Dtest-uclass.c67 struct udevice *prev = list_entry(dev->uclass_node.prev, in test_post_probe()
/openbmc/linux/drivers/scsi/elx/efct/
H A Defct_io.h102 struct list_head list_entry; member
/openbmc/linux/arch/powerpc/platforms/powernv/
H A Dopal-memory-errors.c62 msg_node = list_entry(opal_memory_err_list.next, in handle_memory_error()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/esw/
H A Dbridge_debugfs.c52 entry = list_entry(v, struct mlx5_esw_bridge_fdb_entry, list); in mlx5_esw_bridge_debugfs_show()
/openbmc/linux/arch/powerpc/kernel/
H A Deeh_event.c52 event = list_entry(eeh_eventlist.next, in eeh_event_handler()
/openbmc/linux/net/sctp/
H A Dchunk.c83 chunk = list_entry(pos, struct sctp_chunk, frag_list); in sctp_datamsg_destroy()
291 chunk = list_entry(pos, struct sctp_chunk, frag_list); in sctp_datamsg_from_user()
/openbmc/linux/net/x25/
H A Dx25_link.c318 nb = list_entry(entry, struct x25_neigh, node); in x25_link_device_down()
415 nb = list_entry(entry, struct x25_neigh, node); in x25_link_free()
/openbmc/linux/arch/s390/appldata/
H A Dappldata_base.c116 ops = list_entry(lh, struct appldata_ops, list); in appldata_work_fn()
283 tmp_ops = list_entry(lh, struct appldata_ops, list); in appldata_generic_handler()

12345678910>>...40