Home
last modified time | relevance | path

Searched refs:head (Results 5476 - 5500 of 6183) sorted by relevance

1...<<211212213214215216217218219220>>...248

/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_main.c584 rq->page_cache.head = 0; in mlx5e_alloc_rq()
638 for (i = rq->page_cache.head; i != rq->page_cache.tail; in mlx5e_free_rq()
810 u16 head; in mlx5e_free_rx_in_progress_descs() local
817 head = wq->head; in mlx5e_free_rx_in_progress_descs()
819 /* Outstanding UMR WQEs (in progress) start at wq->head */ in mlx5e_free_rx_in_progress_descs()
821 rq->dealloc_wqe(rq, head); in mlx5e_free_rx_in_progress_descs()
822 head = mlx5_wq_ll_get_wqe_next_ix(wq, head); in mlx5e_free_rx_in_progress_descs()
825 rq->mpwqe.actual_wq_head = wq->head; in mlx5e_free_rx_in_progress_descs()
[all...]
/kernel/linux/linux-5.10/net/ipv6/
H A Daddrconf.c710 struct hlist_head *head; in inet6_netconf_dump_devconf() local
732 head = &net->dev_index_head[h]; in inet6_netconf_dump_devconf()
736 hlist_for_each_entry_rcu(dev, head, index_hlist) { in inet6_netconf_dump_devconf()
5260 struct hlist_head *head; in inet6_dump_addr() local
5295 head = &tgt_net->dev_index_head[h]; in inet6_dump_addr()
5296 hlist_for_each_entry_rcu(dev, head, index_hlist) { in inet6_dump_addr()
5946 struct hlist_head *head; in inet6_dump_ifinfo() local
5964 head = &net->dev_index_head[h]; in inet6_dump_ifinfo()
5965 hlist_for_each_entry_rcu(dev, head, index_hlist) { in inet6_dump_ifinfo()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_main.c1134 u16 head; in mlx5e_free_rx_missing_descs() local
1141 head = wq->head; in mlx5e_free_rx_missing_descs()
1149 rq->dealloc_wqe(rq, head); in mlx5e_free_rx_missing_descs()
1150 head = mlx5_wq_ll_get_wqe_next_ix(wq, head); in mlx5e_free_rx_missing_descs()
1162 rq->mpwqe.actual_wq_head = wq->head; in mlx5e_free_rx_missing_descs()
1194 u16 head = mlx5_wq_cyc_get_head(wq); in mlx5e_free_rx_descs() local
1205 wqe_ix = mlx5_wq_cyc_ctr2ix(wq, head++); in mlx5e_free_rx_descs()
/kernel/linux/linux-6.6/drivers/dma/ti/
H A Dk3-udma.c560 LIST_HEAD(head); in udma_purge_desc_work()
563 list_splice_tail_init(&ud->desc_to_purge, &head); in udma_purge_desc_work()
566 list_for_each_entry_safe(vd, _vd, &head, node) { in udma_purge_desc_work()
3916 LIST_HEAD(head); in udma_terminate_all()
3932 vchan_get_all_descriptors(&uc->vc, &head); in udma_terminate_all()
3934 vchan_dma_desc_free_list(&uc->vc, &head); in udma_terminate_all()
4014 LIST_HEAD(head); in udma_vchan_complete()
4017 list_splice_tail_init(&vc->desc_completed, &head); in udma_vchan_complete()
4030 list_for_each_entry_safe(vd, _vd, &head, node) { in udma_vchan_complete()
/kernel/linux/linux-6.6/net/ipv6/
H A Daddrconf.c734 struct hlist_head *head; in inet6_netconf_dump_devconf() local
756 head = &net->dev_index_head[h]; in inet6_netconf_dump_devconf()
759 hlist_for_each_entry_rcu(dev, head, index_hlist) { in inet6_netconf_dump_devconf()
5344 struct hlist_head *head; in inet6_dump_addr() local
5379 head = &tgt_net->dev_index_head[h]; in inet6_dump_addr()
5380 hlist_for_each_entry_rcu(dev, head, index_hlist) { in inet6_dump_addr()
6063 struct hlist_head *head; in inet6_dump_ifinfo() local
6081 head = &net->dev_index_head[h]; in inet6_dump_ifinfo()
6082 hlist_for_each_entry_rcu(dev, head, index_hlist) { in inet6_dump_ifinfo()
/third_party/protobuf/php/ext/google/protobuf/
H A Dphp-upb.c1561 * is the head of our chain). Insert to new ent and append to this chain. */ in insert()
1568 * Evict it (updating its chain) and use its ent for head of our chain. */ in insert()
1589 /* Element to remove is at the head of its chain. */ in rm()
1602 /* Element to remove is either in a non-head position or not in the in rm()
2347 _upb_arena_head head; member
2390 a->head.ptr = UPB_PTR_AT(block, memblock_reserve, char); in upb_arena_addblock()
2391 a->head.end = UPB_PTR_AT(block, size, char); in upb_arena_addblock()
2438 a->head.alloc.func = &upb_arena_doalloc; in arena_initslow()
2464 a->head.alloc.func = &upb_arena_doalloc; in upb_arena_init()
2469 a->head in upb_arena_init()
[all...]
/third_party/selinux/libsepol/cil/src/
H A Dcil_build_ast.c523 struct cil_list_item *head = NULL; in cil_gen_classorder() local
542 head = classorder->class_list_str->head; in cil_gen_classorder()
545 if (curr == head && curr->next == NULL) { in cil_gen_classorder()
549 } else if (curr != head) { in cil_gen_classorder()
1384 expr = attr->expr_list->head; in cil_destroy_userattribute()
2012 struct cil_list_item *expr = attr->expr_list->head; in cil_destroy_roleattribute()
2451 struct cil_list_item *expr = attr->expr_list->head; in cil_destroy_typeattribute()
5463 struct cil_tree_node *node = args->arg->nodes->head->data; in cil_destroy_args()
/foundation/communication/dsoftbus/core/discovery/ble/softbus_ble/src/
H A Ddisc_ble.c1734 ListNode *head = &(g_recvMessageInfo.node); in ClearRecvMessage() local
1735 while (!IsListEmpty(head)) { in ClearRecvMessage()
1736 RecvMessage *msg = LIST_ENTRY(head->next, RecvMessage, node); in ClearRecvMessage()
/kernel/linux/linux-5.10/drivers/dma/ti/
H A Dedma.c872 LIST_HEAD(head); in edma_terminate_all()
891 vchan_get_all_descriptors(&echan->vchan, &head); in edma_terminate_all()
893 vchan_dma_desc_free_list(&echan->vchan, &head); in edma_terminate_all()
/kernel/linux/linux-5.10/drivers/atm/
H A Dhe.c330 struct hlist_head *head; in __find_vcc() local
338 head = &vcc_hash[vci & (VCC_HTABLE_SIZE -1)]; in __find_vcc()
340 sk_for_each(s, head) { in __find_vcc()
2065 * check to see if we are about to set the tail == head in __enqueue_tpd()
2066 * if true, update the head pointer from the adapter in __enqueue_tpd()
2068 * head for every enqueue would be unnecessarily slow) in __enqueue_tpd()
/kernel/linux/linux-5.10/drivers/dma/
H A Damba-pl08x.c1523 LIST_HEAD(head); in pl08x_free_txd_list()
1525 vchan_get_all_descriptors(&plchan->vc, &head); in pl08x_free_txd_list()
1526 vchan_dma_desc_free_list(&plchan->vc, &head); in pl08x_free_txd_list()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
H A Dice_switch.c2824 struct list_head *head; in ice_replay_vsi_all_fltr() local
2826 head = &sw->recp_list[i].filt_replay_rules; in ice_replay_vsi_all_fltr()
2827 status = ice_replay_vsi_fltr(hw, vsi_handle, i, head); in ice_replay_vsi_all_fltr()
/kernel/linux/linux-6.6/arch/s390/kernel/
H A Dipl.c477 !ipb->br_chr.head && \
483 ipb->br_chr.head, \
525 ipb->br_chr.head = args[1]; \
/kernel/linux/linux-6.6/arch/sparc/mm/
H A Dinit_64.c32 #include <asm/head.h>
83 * arch/sparc64/kernel/head.S
2948 static void pte_free_now(struct rcu_head *head) in pte_free_now() argument
2952 page = container_of(head, struct page, rcu_head); in pte_free_now()
/kernel/linux/linux-5.10/drivers/infiniband/ulp/rtrs/
H A Drtrs-clt.c740 * @head: the head for the list.
741 * @ptr: the list head to take the next element from.
745 * Next element returned in round-robin fashion, i.e. head will be skipped,
751 #define list_next_or_null_rr_rcu(head, ptr, type, memb) \
753 list_next_or_null_rcu(head, ptr, type, memb) ?: \
754 list_next_or_null_rcu(head, READ_ONCE((ptr)->next), \
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gem/
H A Di915_gem_execbuffer.c935 struct hlist_head *head; in eb_get_vma() local
938 head = &eb->buckets[hash_32(handle, eb->lut_size)]; in eb_get_vma()
939 hlist_for_each_entry(ev, head, node) { in eb_get_vma()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/wil6210/
H A Ddebugfs.c297 seq_printf(s, " head = 0x%08x\n", r.head); in wil_print_mbox_ring()
308 !wmi_addr(wil, r.head)) { in wil_print_mbox_ring()
324 (r.head - r.base == delta) ? "h" : " ", in wil_print_mbox_ring()
/kernel/linux/linux-5.10/drivers/scsi/
H A Desp_scsi.c880 struct list_head *head = &esp->esp_cmd_pool; in esp_get_ent() local
883 if (list_empty(head)) { in esp_get_ent()
886 ret = list_entry(head->next, struct esp_cmd_entry, list); in esp_get_ent()
/kernel/linux/linux-5.10/drivers/vdpa/mlx5/net/
H A Dmlx5_vnet.c71 u16 head; member
325 vqp->head += n; in rx_post()
326 vqp->db.db[0] = cpu_to_be32(vqp->head); in rx_post()
/kernel/linux/linux-5.10/net/sunrpc/
H A Dclnt.c1843 req->rq_snd_buf.head[0].iov_len = 0; in rpc_xdr_encode()
1845 req->rq_snd_buf.head[0].iov_base, req); in rpc_xdr_encode()
2485 req->rq_rcv_buf.head[0].iov_base, req); in call_decode()
/kernel/linux/linux-5.10/fs/ceph/
H A Dfile.c519 le32_to_cpu(req->r_reply_info.head->result); in ceph_async_create_cb()
723 !list_is_singular(&as_ctx.pagelist->head)) in ceph_atomic_open()
783 if ((flags & O_CREAT) && !req->r_reply_info.head->is_dentry) in ceph_atomic_open()
/kernel/linux/linux-5.10/fs/quota/
H A Ddquot.c291 struct hlist_head *head; in insert_dquot_hash() local
292 head = dquot_hash + hashfn(dquot->dq_sb, dquot->dq_id); in insert_dquot_hash()
293 hlist_add_head(&dquot->dq_hash, head); in insert_dquot_hash()
825 /* Exchange the list head to avoid livelock. */ in quota_release_workfn()
/kernel/linux/linux-5.10/net/netfilter/ipset/
H A Dip_set_core.c1191 ip_set_destroy_set_rcu(struct rcu_head *head) in ip_set_destroy_set_rcu() argument
1193 struct ip_set *set = container_of(head, struct ip_set, rcu); in ip_set_destroy_set_rcu()
1639 ret = set->variant->head(set, skb); in ip_set_dump_do()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
H A Dintel_panel.c71 list_for_each_entry(scan, &connector->base.probed_modes, head) { in intel_panel_edid_downclock_mode()
116 list_for_each_entry(scan, &connector->base.probed_modes, head) { in intel_panel_edid_fixed_mode()
133 typeof(*scan), head); in intel_panel_edid_fixed_mode()
/kernel/linux/linux-6.6/drivers/atm/
H A Dhe.c330 struct hlist_head *head; in __find_vcc() local
338 head = &vcc_hash[vci & (VCC_HTABLE_SIZE -1)]; in __find_vcc()
340 sk_for_each(s, head) { in __find_vcc()
2062 * check to see if we are about to set the tail == head in __enqueue_tpd()
2063 * if true, update the head pointer from the adapter in __enqueue_tpd()
2065 * head for every enqueue would be unnecessarily slow) in __enqueue_tpd()

Completed in 111 milliseconds

1...<<211212213214215216217218219220>>...248