Home
last modified time | relevance | path

Searched refs:list_first_entry (Results 1 - 25 of 1660) sorted by relevance

12345678910>>...67

/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/
H A Dqed_ooo.c175 p_isle = list_first_entry(&p_archipelago->isles_list, in qed_ooo_release_connection_isles()
181 p_buffer = list_first_entry(&p_isle->buffers_list, in qed_ooo_release_connection_isles()
208 p_isle = list_first_entry(&p_archipelago->isles_list, in qed_ooo_release_all_isles()
216 list_first_entry(&p_isle->buffers_list, in qed_ooo_release_all_isles()
254 p_buffer = list_first_entry(&p_ooo_info->free_buffers_list, in qed_ooo_free()
288 p_buffer = list_first_entry(&p_ooo_info->free_buffers_list, in qed_ooo_get_free_buffer()
315 p_buffer = list_first_entry(&p_ooo_info->ready_buffers_list, in qed_ooo_get_ready_buffer()
379 p_isle = list_first_entry(&p_ooo_info->free_isles_list, in qed_ooo_add_new_isle()
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/
H A Dqed_ooo.c176 p_isle = list_first_entry(&p_archipelago->isles_list, in qed_ooo_release_connection_isles()
182 p_buffer = list_first_entry(&p_isle->buffers_list, in qed_ooo_release_connection_isles()
209 p_isle = list_first_entry(&p_archipelago->isles_list, in qed_ooo_release_all_isles()
217 list_first_entry(&p_isle->buffers_list, in qed_ooo_release_all_isles()
255 p_buffer = list_first_entry(&p_ooo_info->free_buffers_list, in qed_ooo_free()
289 p_buffer = list_first_entry(&p_ooo_info->free_buffers_list, in qed_ooo_get_free_buffer()
316 p_buffer = list_first_entry(&p_ooo_info->ready_buffers_list, in qed_ooo_get_ready_buffer()
380 p_isle = list_first_entry(&p_ooo_info->free_isles_list, in qed_ooo_add_new_isle()
/kernel/linux/linux-6.6/scripts/mod/
H A Dlist.h162 * list_first_entry - get the first element from a list
169 #define list_first_entry(ptr, type, member) \ macro
196 for (pos = list_first_entry(head, typeof(*pos), member); \
208 for (pos = list_first_entry(head, typeof(*pos), member), \
/kernel/linux/linux-5.10/net/ceph/
H A Dpagelist.c44 struct page *page = list_first_entry(&pl->head, struct page, in ceph_pagelist_release()
61 page = list_first_entry(&pl->free_list, struct page, lru); in ceph_pagelist_addpage()
124 struct page *page = list_first_entry(&pl->free_list, in ceph_pagelist_free_reserve()
/kernel/linux/linux-6.6/security/apparmor/
H A Dresource.c92 struct aa_ruleset *rules = list_first_entry(&profile->rules, in profile_setrlimit()
168 struct aa_ruleset *rules = list_first_entry(&old->rules, in __aa_transition_rlimits()
188 struct aa_ruleset *rules = list_first_entry(&new->rules, in __aa_transition_rlimits()
/kernel/linux/linux-6.6/net/ceph/
H A Dpagelist.c44 struct page *page = list_first_entry(&pl->head, struct page, in ceph_pagelist_release()
61 page = list_first_entry(&pl->free_list, struct page, lru); in ceph_pagelist_addpage()
124 struct page *page = list_first_entry(&pl->free_list, in ceph_pagelist_free_reserve()
/kernel/linux/linux-5.10/drivers/media/pci/cx18/
H A Dcx18-queue.h35 cx18_buf_sync_for_device(s, list_first_entry(&mdl->buf_list, in cx18_mdl_sync_for_device()
48 cx18_buf_swap(list_first_entry(&mdl->buf_list, in cx18_mdl_swap()
H A Dcx18-queue.c79 mdl = list_first_entry(&q->list, struct cx18_mdl, list); in cx18_dequeue()
115 buf = list_first_entry(&mdl->buf_list, struct cx18_buffer, in cx18_mdl_update_bufs_for_cpu()
207 mdl = list_first_entry(&q_src->list, struct cx18_mdl, list); in cx18_queue_flush()
246 buf = list_first_entry(&mdl->buf_list, in cx18_unload_queues()
287 buf = list_first_entry(&s->buf_pool, struct cx18_buffer, in cx18_load_queues()
419 buf = list_first_entry(&s->buf_pool, struct cx18_buffer, list); in cx18_stream_free()
/kernel/linux/linux-6.6/include/linux/sunrpc/
H A Dsvc_rdma_pcl.h64 return list_first_entry(&pcl->cl_chunks, struct svc_rdma_chunk, in pcl_first_chunk()
89 for (pos = list_first_entry(&(pcl)->cl_chunks, struct svc_rdma_chunk, ch_list); \
/kernel/linux/linux-6.6/drivers/media/pci/cx18/
H A Dcx18-queue.h35 cx18_buf_sync_for_device(s, list_first_entry(&mdl->buf_list, in cx18_mdl_sync_for_device()
48 cx18_buf_swap(list_first_entry(&mdl->buf_list, in cx18_mdl_swap()
H A Dcx18-queue.c79 mdl = list_first_entry(&q->list, struct cx18_mdl, list); in cx18_dequeue()
115 buf = list_first_entry(&mdl->buf_list, struct cx18_buffer, in cx18_mdl_update_bufs_for_cpu()
207 mdl = list_first_entry(&q_src->list, struct cx18_mdl, list); in cx18_queue_flush()
246 buf = list_first_entry(&mdl->buf_list, in cx18_unload_queues()
287 buf = list_first_entry(&s->buf_pool, struct cx18_buffer, in cx18_load_queues()
420 buf = list_first_entry(&s->buf_pool, struct cx18_buffer, list); in cx18_stream_free()
/kernel/linux/linux-5.10/virt/kvm/
H A Dasync_pf.c101 list_first_entry(&vcpu->async_pf.queue, in kvm_clear_async_pf_completion_queue()
127 list_first_entry(&vcpu->async_pf.done, in kvm_clear_async_pf_completion_queue()
144 work = list_first_entry(&vcpu->async_pf.done, typeof(*work), in kvm_check_async_pf_completion()
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H A Diowait.h331 tx = list_first_entry( in iowait_get_txhead()
346 tx = list_first_entry(&w->tx_head, struct sdma_txreq, in iowait_get_desc()
369 tx = list_first_entry(&w->tx_head, struct sdma_txreq, in iowait_update_priority()
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H A Diowait.h290 tx = list_first_entry( in iowait_get_txhead()
305 tx = list_first_entry(&w->tx_head, struct sdma_txreq, in iowait_get_desc()
328 tx = list_first_entry(&w->tx_head, struct sdma_txreq, in iowait_update_priority()
/kernel/linux/linux-6.6/virt/kvm/
H A Dasync_pf.c120 list_first_entry(&vcpu->async_pf.queue, in kvm_clear_async_pf_completion_queue()
145 list_first_entry(&vcpu->async_pf.done, in kvm_clear_async_pf_completion_queue()
165 work = list_first_entry(&vcpu->async_pf.done, typeof(*work), in kvm_check_async_pf_completion()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath6kl/
H A Dhtc_pipe.c65 packet = list_first_entry(queue_to_indicate, in do_send_completion()
110 packet = list_first_entry(&ep->txq, struct htc_packet, list); in get_htc_packet_credit_based()
159 packet = list_first_entry(&ep->txq, struct htc_packet, list); in get_htc_packet_credit_based()
186 packet = list_first_entry(&ep->txq, struct htc_packet, list); in get_htc_packet()
218 packet = list_first_entry(pkt_queue, struct htc_packet, list); in htc_issue_packets()
289 packet = list_first_entry(pkt_queue, in htc_issue_packets()
370 packet = list_first_entry(txq, in htc_try_send()
698 packet = list_first_entry(&ep->txq, struct htc_packet, list); in htc_flush_tx_endpoint()
790 packet = list_first_entry(pkt_queue, struct htc_packet, list); in htc_send_packets_multiple()
921 packet = list_first_entry(queue_to_indicat in do_recv_completion()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath6kl/
H A Dhtc_pipe.c65 packet = list_first_entry(queue_to_indicate, in do_send_completion()
110 packet = list_first_entry(&ep->txq, struct htc_packet, list); in get_htc_packet_credit_based()
159 packet = list_first_entry(&ep->txq, struct htc_packet, list); in get_htc_packet_credit_based()
186 packet = list_first_entry(&ep->txq, struct htc_packet, list); in get_htc_packet()
218 packet = list_first_entry(pkt_queue, struct htc_packet, list); in htc_issue_packets()
289 packet = list_first_entry(pkt_queue, in htc_issue_packets()
370 packet = list_first_entry(txq, in htc_try_send()
698 packet = list_first_entry(&ep->txq, struct htc_packet, list); in htc_flush_tx_endpoint()
790 packet = list_first_entry(pkt_queue, struct htc_packet, list); in htc_send_packets_multiple()
921 packet = list_first_entry(queue_to_indicat in do_recv_completion()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/brocade/bna/
H A Dbna_tx_rx.c426 mac = list_first_entry(&rxf->mcast_pending_del_q, in bna_rxf_mcast_cfg_apply()
436 mac = list_first_entry(&rxf->mcast_pending_add_q, in bna_rxf_mcast_cfg_apply()
474 mac = list_first_entry(&rxf->mcast_pending_del_q, in bna_rxf_mcast_cfg_reset()
484 mac = list_first_entry(&rxf->mcast_active_q, in bna_rxf_mcast_cfg_reset()
659 mac = list_first_entry(&rxf->ucast_pending_add_q, in bna_rxf_uninit()
671 mac = list_first_entry(&rxf->mcast_pending_add_q, in bna_rxf_uninit()
786 mac = list_first_entry(&rxf->ucast_pending_add_q, in bna_rx_ucast_listset()
793 mac = list_first_entry(&rxf->ucast_active_q, in bna_rx_ucast_listset()
815 mac = list_first_entry(&list_head, struct bna_mac, qe); in bna_rx_ucast_listset()
825 mac = list_first_entry( in bna_rx_ucast_listset()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/brocade/bna/
H A Dbna_tx_rx.c426 mac = list_first_entry(&rxf->mcast_pending_del_q, in bna_rxf_mcast_cfg_apply()
436 mac = list_first_entry(&rxf->mcast_pending_add_q, in bna_rxf_mcast_cfg_apply()
474 mac = list_first_entry(&rxf->mcast_pending_del_q, in bna_rxf_mcast_cfg_reset()
484 mac = list_first_entry(&rxf->mcast_active_q, in bna_rxf_mcast_cfg_reset()
659 mac = list_first_entry(&rxf->ucast_pending_add_q, in bna_rxf_uninit()
671 mac = list_first_entry(&rxf->mcast_pending_add_q, in bna_rxf_uninit()
786 mac = list_first_entry(&rxf->ucast_pending_add_q, in bna_rx_ucast_listset()
793 mac = list_first_entry(&rxf->ucast_active_q, in bna_rx_ucast_listset()
815 mac = list_first_entry(&list_head, struct bna_mac, qe); in bna_rx_ucast_listset()
825 mac = list_first_entry( in bna_rx_ucast_listset()
[all...]
/kernel/linux/linux-5.10/drivers/crypto/ccp/
H A Dccp-dev.c169 ccp_rr = list_first_entry(&ccp_units, struct ccp_device, in ccp_del_device()
216 ccp_rr = list_first_entry(&ccp_units, struct ccp_device, in ccp_get_device()
259 dp = list_first_entry(&ccp_units, struct ccp_device, entry); in ccp_version()
397 cmd = list_first_entry(&ccp->cmd, struct ccp_cmd, entry); in ccp_dequeue_cmd()
404 backlog = list_first_entry(&ccp->backlog, struct ccp_cmd, in ccp_dequeue_cmd()
/kernel/linux/linux-6.6/drivers/crypto/ccp/
H A Dccp-dev.c169 ccp_rr = list_first_entry(&ccp_units, struct ccp_device, in ccp_del_device()
216 ccp_rr = list_first_entry(&ccp_units, struct ccp_device, in ccp_get_device()
259 dp = list_first_entry(&ccp_units, struct ccp_device, entry); in ccp_version()
397 cmd = list_first_entry(&ccp->cmd, struct ccp_cmd, entry); in ccp_dequeue_cmd()
404 backlog = list_first_entry(&ccp->backlog, struct ccp_cmd, in ccp_dequeue_cmd()
/kernel/linux/linux-5.10/drivers/hid/
H A Dhid-emsff.c60 hidinput = list_first_entry(&hid->inputs, struct hid_input, list); in emsff_init()
68 report = list_first_entry(report_list, struct hid_report, list); in emsff_init()
H A Dhid-betopff.c71 hidinput = list_first_entry(&hid->inputs, struct hid_input, list); in betopff_init()
79 report = list_first_entry(report_list, struct hid_report, list); in betopff_init()
/kernel/linux/linux-5.10/fs/notify/
H A Dnotification.c155 event = list_first_entry(&group->notification_list, in fsnotify_remove_first_event()
169 return list_first_entry(&group->notification_list, in fsnotify_peek_first_event()
/kernel/linux/linux-5.10/kernel/sched/
H A Dswait.c29 curr = list_first_entry(&q->task_list, typeof(*curr), task_list); in swake_up_locked()
70 curr = list_first_entry(&tmp, typeof(*curr), task_list); in swake_up_all()

Completed in 17 milliseconds

12345678910>>...67