Home
last modified time | relevance | path

Searched refs:list (Results 11026 - 11050 of 14194) sorted by relevance

1...<<441442443444445446447448449450>>...568

/kernel/linux/linux-5.10/drivers/block/drbd/
H A Ddrbd_main.c124 Note: This is a single linked list, the next pointer is the private
236 /* Clean up list of requests processed during current epoch. */ in tl_release()
237 /* this extra list walk restart is paranoia, in tl_release()
1527 * we have the net_ee list.
2010 INIT_LIST_HEAD(&device->resync_work.list); in drbd_init_set_defaults()
2011 INIT_LIST_HEAD(&device->unplug_work.list); in drbd_init_set_defaults()
2012 INIT_LIST_HEAD(&device->bm_io_work.w.list); in drbd_init_set_defaults()
2094 D_ASSERT(device, list_empty(&device->resync_work.list)); in drbd_device_cleanup()
2095 D_ASSERT(device, list_empty(&device->unplug_work.list)); in drbd_device_cleanup()
2207 drbd_err(device, "%d EEs in active list foun in drbd_release_all_peer_reqs()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
H A Dice_common.c539 * ice_init_fltr_mgmt_struct - initializes filter management list and locks
565 * ice_cleanup_fltr_mgmt_struct - cleanup filter management list and locks
1994 * Helper function to parse function (0x000A) capabilities list. For
1998 * Loop through the list of provided capabilities and extract the relevant
2030 /* Don't list common capabilities as unknown */ in ice_parse_func_caps()
2125 * Helper device to parse device (0x000B) capabilities list. For
2129 * Loop through the list of provided capabilities and extract the relevant
2164 /* Don't list common capabilities as unknown */ in ice_parse_dev_caps()
3164 * @is_orig_mode: is this LED set to original mode (by the net-list)
3444 * @qg_list: list o
3466 struct ice_aqc_add_tx_qgrp *list; ice_aq_add_lan_txq() local
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/
H A Def10.c36 /* VLAN list entry */
38 struct list_head list; member
404 list_for_each_entry(vlan, &nic_data->vlan_list, list) { in efx_ef10_find_vlan()
440 list_add_tail(&vlan->list, &nic_data->vlan_list); in efx_ef10_add_vlan()
457 list_del(&vlan->list); in efx_ef10_add_vlan()
478 list_del(&vlan->list); in efx_ef10_del_vlan_internal()
517 list_for_each_entry_safe(vlan, next_vlan, &nic_data->vlan_list, list) in efx_ef10_cleanup_vlans()
2548 list_for_each_entry(vlan, &nic_data->vlan_list, list) { in efx_ef10_filter_table_probe()
3814 * setting its tunnel port list. Mark the tunnel port list a in efx_ef10_set_udp_tnl_ports()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/pensando/ionic/
H A Dionic_lif.c79 if (!list_empty(&def->list)) { in ionic_lif_deferred_work()
80 w = list_first_entry(&def->list, in ionic_lif_deferred_work()
81 struct ionic_deferred_work, list); in ionic_lif_deferred_work()
82 list_del(&w->list); in ionic_lif_deferred_work()
120 list_add_tail(&work->list, &def->list); in ionic_lif_deferred_enqueue()
1103 /* Don't delete our own address from the uc list */ in ionic_addr_del()
2472 INIT_LIST_HEAD(&lif->deferred.list); in ionic_lif_alloc()
2795 * sure the netdev mac is in our filter list. in ionic_station_set()
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dsta.c40 * notice, this list of conditions and the following disclaimer.
42 * notice, this list of conditions and the following disclaimer in
1411 if (!list_empty(&mvmtxq->list)) in iwl_mvm_sta_ensure_queue()
1412 list_del_init(&mvmtxq->list); in iwl_mvm_sta_ensure_queue()
1434 struct iwl_mvm_txq, list); in iwl_mvm_add_new_dqa_stream_wk()
1449 list_del_init(&mvmtxq->list); in iwl_mvm_add_new_dqa_stream_wk()
1453 list_del_init(&mvmtxq->list); in iwl_mvm_add_new_dqa_stream_wk()
1710 INIT_LIST_HEAD(&mvmtxq->list); in iwl_mvm_add_sta()
1871 list_del_init(&mvmtxq->list); in iwl_mvm_disable_sta_queues()
/kernel/linux/linux-5.10/drivers/net/
H A Dvirtio_net.c303 * most recent used list in the beginning for reuse
309 /* Find end of list, sew whole thing into vi->rq.pages. */ in give_pages()
1199 struct page *first, *list = NULL; in add_recvbuf_big() local
1205 /* page in rq->sg[MAX_SKB_FRAGS + 1] is list tail */ in add_recvbuf_big()
1209 if (list) in add_recvbuf_big()
1210 give_pages(rq, list); in add_recvbuf_big()
1215 /* chain new page in list head to match sg */ in add_recvbuf_big()
1216 first->private = (unsigned long)list; in add_recvbuf_big()
1217 list = first; in add_recvbuf_big()
1222 give_pages(rq, list); in add_recvbuf_big()
[all...]
/kernel/linux/linux-5.10/drivers/scsi/hisi_sas/
H A Dhisi_sas_main.c500 list_add_tail(&slot->delivery, &dq->list); in hisi_sas_task_prep()
503 list_add_tail(&slot->entry, &sas_dev->list); in hisi_sas_task_prep()
688 INIT_LIST_HEAD(&hisi_hba->devices[i].list); in hisi_sas_alloc_dev()
1030 list_for_each_entry_safe(slot, slot2, &sas_dev->list, entry) in hisi_sas_release_task()
1977 list_add_tail(&slot->delivery, &dq->list); in hisi_sas_internal_abort_task_exec()
1980 list_add_tail(&slot->entry, &sas_dev->list); in hisi_sas_internal_abort_task_exec()
2344 INIT_LIST_HEAD(&dq->list); in hisi_sas_alloc()
/kernel/linux/linux-5.10/fs/btrfs/
H A Dfile.c335 * run through the list of inodes in the FS that need
572 modified = !list_empty(&em->list); in btrfs_drop_extent_cache()
2282 ASSERT(list_empty(&ctx.list)); in btrfs_sync_file()
3009 struct list_head list; member
3032 prev = list_entry(head->prev, struct falloc_range, list); in add_falloc_range()
3043 list_add_tail(&range->list, head); in add_falloc_range()
3452 * Or just cleanup the list and exit. in btrfs_fallocate()
3454 list_for_each_entry_safe(range, tmp, &reserve_list, list) { in btrfs_fallocate()
3464 list_del(&range->list); in btrfs_fallocate()
/kernel/linux/linux-5.10/drivers/pinctrl/
H A Dpinctrl-rockchip.c2610 const __be32 *list; in rockchip_pinctrl_parse_groups() local
2624 list = of_get_property(np, "rockchip,pins", &size); in rockchip_pinctrl_parse_groups()
2626 size /= sizeof(*list); in rockchip_pinctrl_parse_groups()
2647 num = be32_to_cpu(*list++); in rockchip_pinctrl_parse_groups()
2652 grp->pins[j] = bank->pin_base + be32_to_cpu(*list++); in rockchip_pinctrl_parse_groups()
2653 grp->data[j].func = be32_to_cpu(*list++); in rockchip_pinctrl_parse_groups()
2655 phandle = list++; in rockchip_pinctrl_parse_groups()
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/
H A Def10.c36 /* VLAN list entry */
38 struct list_head list; member
404 list_for_each_entry(vlan, &nic_data->vlan_list, list) { in efx_ef10_find_vlan()
440 list_add_tail(&vlan->list, &nic_data->vlan_list); in efx_ef10_add_vlan()
457 list_del(&vlan->list); in efx_ef10_add_vlan()
478 list_del(&vlan->list); in efx_ef10_del_vlan_internal()
517 list_for_each_entry_safe(vlan, next_vlan, &nic_data->vlan_list, list) in efx_ef10_cleanup_vlans()
2565 list_for_each_entry(vlan, &nic_data->vlan_list, list) { in efx_ef10_filter_table_probe()
3845 * setting its tunnel port list. Mark the tunnel port list a in efx_ef10_set_udp_tnl_ports()
[all...]
/kernel/linux/linux-6.6/fs/f2fs/
H A Ddata.c826 list_add_tail(&be->list, &io->bio_list); in add_bio_entry()
832 list_del(&be->list); in del_bio_entry()
850 list_for_each_entry(be, head, list) { in add_ipu_page()
902 list_for_each_entry(be, head, list) { in f2fs_submit_merged_ipu_write()
919 list_for_each_entry(be, head, list) { in f2fs_submit_merged_ipu_write()
1030 struct f2fs_io_info, list); in f2fs_submit_page_write()
1031 list_del(&fio->list); in f2fs_submit_page_write()
3981 * Map all the blocks into the extent list. This code doesn't try in check_swap_activate()
/kernel/linux/linux-6.6/drivers/block/drbd/
H A Ddrbd_main.c123 Note: This is a single linked list, the next pointer is the private
222 /* Clean up list of requests processed during current epoch. */ in tl_release()
223 /* this extra list walk restart is paranoia, in tl_release()
1516 * we have the net_ee list.
1981 INIT_LIST_HEAD(&device->resync_work.list); in drbd_init_set_defaults()
1982 INIT_LIST_HEAD(&device->unplug_work.list); in drbd_init_set_defaults()
1983 INIT_LIST_HEAD(&device->bm_io_work.w.list); in drbd_init_set_defaults()
2063 D_ASSERT(device, list_empty(&device->resync_work.list)); in drbd_device_cleanup()
2064 D_ASSERT(device, list_empty(&device->unplug_work.list)); in drbd_device_cleanup()
2173 drbd_err(device, "%d EEs in active list foun in drbd_release_all_peer_reqs()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_npc.c435 list_for_each_entry(rule, &mcam->mcam_rules, list) { in npc_fixup_vf_rule()
974 list_for_each_entry(rule, &mcam->mcam_rules, list) { in npc_update_vf_flow_entry()
1123 /* return incase mce list is not enabled */ in npc_enadis_default_mce_entry()
1158 /* add/delete pf_func to broadcast MCE list */ in npc_enadis_default_entries()
1185 list_for_each_entry_safe(rule, tmp, &mcam->mcam_rules, list) { in rvu_npc_enable_mcam_by_entry_index()
1230 list_for_each_entry_safe(rule, tmp, &mcam->mcam_rules, list) { in rvu_npc_disable_mcam_entries()
1240 list_del(&rule->list); in rvu_npc_disable_mcam_entries()
1272 list_for_each_entry_safe(rule, tmp, &mcam->mcam_rules, list) { in rvu_npc_free_mcam_entries()
1274 list_del(&rule->list); in rvu_npc_free_mcam_entries()
2634 * reverse the list i in npc_mcam_alloc_entries()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dsta.c425 list_del_init(&mvmtxq->list); in iwl_mvm_disable_txq()
523 list_del_init(&mvmtxq->list); in iwl_mvm_remove_sta_queue_marking()
1519 struct iwl_mvm_txq, list); in iwl_mvm_add_new_dqa_stream_wk()
1535 list_del_init(&mvmtxq->list); in iwl_mvm_add_new_dqa_stream_wk()
1547 list_del_init(&mvmtxq->list); in iwl_mvm_add_new_dqa_stream_wk()
1777 INIT_LIST_HEAD(&mvmtxq->list); in iwl_mvm_sta_init()
1988 list_del_init(&mvmtxq->list); in iwl_mvm_disable_sta_queues()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/wcn36xx/
H A Dsmd.c2774 list_for_each_entry(tmp, &wcn->vif_list, list) { in wcn36xx_smd_missed_beacon_ind()
2788 list_for_each_entry(tmp, &wcn->vif_list, list) { in wcn36xx_smd_missed_beacon_ind()
2822 list_for_each_entry(vif_priv, &wcn->vif_list, list) { in wcn36xx_smd_delete_sta_context_ind()
2927 /* An empty list means all mc traffic will be received */ in wcn36xx_smd_set_mc_list()
3380 list_add_tail(&msg_ind->list, &wcn->hal_ind_queue); in wcn36xx_smd_rsp_process()
3412 list); in wcn36xx_ind_smd_work()
3413 list_del(&hal_ind_msg->list); in wcn36xx_ind_smd_work()
3476 list_for_each_entry_safe(msg, tmp, &wcn->hal_ind_queue, list) in wcn36xx_smd_close()
/kernel/linux/linux-6.6/drivers/pinctrl/
H A Dpinctrl-rockchip.c3001 const __be32 *list; in rockchip_pinctrl_parse_groups() local
3015 list = of_get_property(np, "rockchip,pins", &size); in rockchip_pinctrl_parse_groups()
3017 size /= sizeof(*list); in rockchip_pinctrl_parse_groups()
3032 num = be32_to_cpu(*list++); in rockchip_pinctrl_parse_groups()
3037 grp->pins[j] = bank->pin_base + be32_to_cpu(*list++); in rockchip_pinctrl_parse_groups()
3038 grp->data[j].func = be32_to_cpu(*list++); in rockchip_pinctrl_parse_groups()
3040 phandle = list++; in rockchip_pinctrl_parse_groups()
/kernel/linux/linux-6.6/drivers/nvme/host/
H A Dpci.c227 * The sg pointer contains the list of PRP/SGL chunk allocations in addition
234 s8 nr_allocations; /* PRP list pool allocations. 0 means small
240 union nvme_descriptor list[NVME_MAX_NR_ALLOCATIONS]; member
532 __le64 *prp_list = iod->list[i].prp_list; in nvme_free_prps()
555 dma_pool_free(dev->prp_small_pool, iod->list[0].sg_list, in nvme_unmap_data()
558 dma_pool_free(dev->prp_page_pool, iod->list[0].sg_list, in nvme_unmap_data()
627 iod->list[0].prp_list = prp_list; in nvme_pci_setup_prps()
636 iod->list[iod->nr_allocations++].prp_list = prp_list; in nvme_pci_setup_prps()
718 iod->list[0].sg_list = sg_list; in nvme_pci_setup_sgls()
940 /* detach 'req' and add to remainder list */ in nvme_queue_rqs()
[all...]
/kernel/linux/linux-6.6/kernel/rcu/
H A Dtree.c2145 * Extract the list of ready callbacks, disabling IRQs to prevent in rcu_do_batch()
2717 /* Add the callback to our list. */ in __call_rcu_common()
2837 * @list: List node. All blocks are linked between each other
2843 struct list_head list; member
2883 * @head_count: Number of objects in rcu_head singular list
2884 * @bulk_count: Number of objects in bulk-list
2886 * A simple cache list that contains objects for reuse purpose.
2887 * In order to save some per-cpu space the list is singular.
2902 // Objects queued on a linked list
2908 // Objects queued on a bulk-list
[all...]
/third_party/ltp/tools/sparse/sparse-src/
H A Dlinearize.c281 static char *show_asm_constraints(char *buf, const char *sep, struct asm_constraint_list *list) in show_asm_constraints() argument
285 FOR_EACH_PTR(list, entry) { in show_asm_constraints()
793 struct pseudo_list **list = prev + hash; in value_pseudo() local
796 FOR_EACH_PTR(*list, pseudo) { in value_pseudo()
804 add_pseudo(list, pseudo); in value_pseudo()
2085 static void add_asm_rule(struct instruction *insn, struct asm_constraint_list **list, struct asm_operand *op, pseudo_t pseudo) in add_asm_rule() argument
2092 add_ptr_list(list, rule); in add_asm_rule()
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_lowering_nv50.cpp254 std::list<Instruction *> *outWrites = in visit()
255 reinterpret_cast<std::list<Instruction *> *>(prog->targetPriv); in visit()
258 for (std::list<Instruction *>::iterator it = outWrites->begin(); in visit()
368 std::list<Instruction *> *outWrites;
379 reinterpret_cast<std::list<Instruction *> *>(prog->targetPriv); in NV50LegalizeSSA()
2272 prog->targetPriv = new std::list<Instruction *>(); in runLegalizePass()
2280 delete reinterpret_cast<std::list<Instruction *> *>(prog->targetPriv); in runLegalizePass()
/third_party/python/Lib/test/
H A Dtest_patma.py51 class M3(collections.UserDict, C, list):
71 class S3(list, C, collections.abc.Mapping):
1488 case list(z):
1954 self.assertEqual(rest, list(range(2, 10)))
1965 self.assertEqual(rest, list(range(2, 100)))
1976 self.assertEqual(rest, list(range(2, 1000)))
2553 case list([({-0-0j: int(real=0+0j, imag=0-0j) | (1) as z},)]):
H A Dtest_unicode.py2295 u = ''.join(map(chr, list(range(0, 0xd800)) +
2296 list(range(0xe000, 0x110000))))
2663 return list(_string.formatter_parser(format))
2696 items = list(_string.formatter_field_name_split(name))
2697 items[1] = list(items[1])
2723 self.assertEqual(list(o.__dict__), [name])
2732 self.assertEqual(list(o.__dict__), [name, name2])
/kernel/linux/linux-6.6/fs/nfs/
H A Dnfs4proc.c17 * notice, this list of conditions and the following disclaimer.
19 * notice, this list of conditions and the following disclaimer in the
2093 list_for_each_entry_rcu(ctx, &nfsi->open_files, list) { in nfs4_state_find_open_context_mode()
4171 /* no flavors specified by user, try default list */ in nfs4_find_root_sec()
7803 nfs4_listxattr_nfs4_label(struct inode *inode, char *list, size_t list_len) in nfs4_listxattr_nfs4_label() argument
7808 len = security_inode_listsecurity(inode, list, list_len); in nfs4_listxattr_nfs4_label()
7824 nfs4_listxattr_nfs4_label(struct inode *inode, char *list, size_t list_len) in nfs4_listxattr_nfs4_label() argument
7900 nfs4_listxattr_nfs4_user(struct inode *inode, char *list, size_t list_len) in nfs4_listxattr_nfs4_user() argument
7921 ret = nfs4_xattr_cache_list(inode, list, list_len); in nfs4_listxattr_nfs4_user()
7928 buf = list_len ? list in nfs4_listxattr_nfs4_user()
7953 nfs4_listxattr_nfs4_user(struct inode *inode, char *list, size_t list_len) nfs4_listxattr_nfs4_user() argument
10587 nfs4_listxattr(struct dentry *dentry, char *list, size_t size) nfs4_listxattr() argument
[all...]
/kernel/linux/linux-5.10/drivers/base/power/
H A Dmain.c10 * and add it to the list of power-controlled devices. sysfs entries for
13 * A separate list is used for keeping track of power info, because the power
15 * subsystem list maintains.
49 * The entries in the dpm_list list are in a depth first order, simply
51 * are inserted at the back of the list on discovery.
111 * device_pm_lock - Lock the list of active devices used by the PM core.
119 * device_pm_unlock - Unlock the list of active devices used by the PM core.
127 * device_pm_add - Add a device to the PM core's list of active devices.
128 * @dev: Device to add to the list.
149 * device_pm_remove - Remove a device from the PM core's list o
1098 struct list_head list; dpm_complete() local
[all...]
/kernel/linux/linux-5.10/drivers/block/null_blk/
H A Dmain.c1581 list_del_init(&nullb->list); in null_del_dev()
1905 list_add_tail(&nullb->list, &nullb_list); in null_add_dev()
2000 nullb = list_entry(nullb_list.next, struct nullb, list); in null_init()
2026 nullb = list_entry(nullb_list.next, struct nullb, list); in null_exit()

Completed in 112 milliseconds

1...<<441442443444445446447448449450>>...568